arch-arm, configs: Create single instance of DTB autogeneration
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Fri, 25 Jan 2019 14:29:24 +0000 (14:29 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 30 Jan 2019 12:14:00 +0000 (12:14 +0000)
commit00ef23b5700175830834f32cdd678e0b002a777d
tree79795c398474d8aa7819b6c6de675e6a287c4af6
parentb2d24ff236dd3acd555579b260870538f309708c
arch-arm, configs: Create single instance of DTB autogeneration

This patch is rewriting the DTB autogeneration functions available in
fs_bigLITTLE.py and fs.py as a single method in the GenericArmSystem
so that other configuration scripts can make use of it.

Change-Id: I492bbf77e6b0ac5c5fbdbc75c0eecba29bd63bda
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/15958
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
configs/example/arm/fs_bigLITTLE.py
configs/example/fs.py
src/arch/arm/ArmSystem.py