arch-arm, configs: Treat the bootloader rom as cacheable memory
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Mon, 12 Feb 2018 15:53:47 +0000 (15:53 +0000)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 20 Mar 2018 21:41:45 +0000 (21:41 +0000)
commit68af229490fc811aebddf68b3e2e09e63a5fa475
tree2a9a9cf0c94c2f490e78b30c2498460e535f3a39
parentfe187de9bd1aa479ab6cd198522bfd118d0d50ec
arch-arm, configs: Treat the bootloader rom as cacheable memory

Prior to this changeset the bootloader rom (instantiated as a
SimpleMemory) in ruby Arm systems was treated as an IO device and it
was fronted by a DMA controller. This changeset moves the bootloader
rom and adds it to the system as another memory with a dedicated
directory controller.

Change-Id: I094fed031cdef7f77a939d94f948d967b349b7e0
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/8741
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
17 files changed:
configs/common/FSConfig.py
configs/example/fs.py
configs/ruby/GPU_RfO.py
configs/ruby/GPU_VIPER.py
configs/ruby/GPU_VIPER_Baseline.py
configs/ruby/GPU_VIPER_Region.py
configs/ruby/Garnet_standalone.py
configs/ruby/MESI_Three_Level.py
configs/ruby/MESI_Two_Level.py
configs/ruby/MI_example.py
configs/ruby/MOESI_AMD_Base.py
configs/ruby/MOESI_CMP_directory.py
configs/ruby/MOESI_CMP_token.py
configs/ruby/MOESI_hammer.py
configs/ruby/Ruby.py
src/dev/arm/RealView.py
tests/configs/base_config.py