config: Embed Device Tree generation in fs.py config
authorGlenn Bergmans <glenn.bergmans@arm.com>
Mon, 14 Mar 2016 20:29:12 +0000 (20:29 +0000)
committerCurtis Dunham <curtis.dunham@arm.com>
Mon, 29 Jan 2018 22:22:51 +0000 (22:22 +0000)
commitdcab5b577e35f9bf9969ccfd91309455758aaed8
tree2ef530467a6d67caa152af3572b309f41146b67e
parent7c9122b6f2365bae51903f125ccaa9c4b779ea26
config: Embed Device Tree generation in fs.py config

Equips the fs.py config routine with an extra commandline option
--generate-dtb that will generate a dtb file automatically before
running the simulation. Only works with ARM systems and gives a warning
if the simulated system is not of --machine-type VExpress_GEM5_V1.

Change-Id: I7766e5459fd9bec2245de83cef103091ebaf7229
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/5968
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
configs/common/FSConfig.py
configs/common/Options.py
configs/example/fs.py