ARM: Clarifies creation of Linux and baremetal ARM systems.
authorAli Saidi <Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:48 +0000 (15:10 -0600)
committerAli Saidi <Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:48 +0000 (15:10 -0600)
commit79dac89552e7ef0fa4376ba028b10ad7d2f1ca69
treed4f274c7f23254dd339ca0ac0c86d154327c582e
parente2a6275c037c6be1bad1f876aa7fbaf3864e9e53
ARM: Clarifies creation of Linux and baremetal ARM systems.

makeArmSystem creates both bare-metal and Linux systems more cleanly.
machine_type was never optional though listed as an optional argument; a system
such as "RealView_PBX" must now be explicitly specified.  Now that it is a
required argument, the placement of the arguments has changed slightly
requiring some changes to calls that create ARM systems.
configs/common/FSConfig.py
configs/example/fs.py
tests/configs/realview-simple-atomic.py
tests/configs/realview-simple-timing.py