arm, config: Automatically discover available platforms
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 4 Dec 2015 00:19:05 +0000 (00:19 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 4 Dec 2015 00:19:05 +0000 (00:19 +0000)
commit6a05179e13a2ac8e72feb4bd00647013940d814e
tree92387dfcdde62731e981bfb5c40fb9c93049fcca
parentb3f7a628760eaf27dd4842fad1cca1517478aa73
arm, config: Automatically discover available platforms

Add support for automatically discover available platforms. The
Python-side uses functionality similar to what we use when
auto-detecting available CPU models. The machine IDs have been updated
to match the platform configurations. If there isn't a matching
machine ID, the configuration scripts default to -1 which Linux uses
for device tree only platforms.
configs/common/FSConfig.py
configs/common/Options.py
configs/common/PlatformConfig.py [new file with mode: 0644]
src/arch/arm/ArmSystem.py