dev-arm: Carve out a portion of VExpress_GEM5 for the bootloader
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 30 Sep 2019 14:02:21 +0000 (15:02 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Tue, 15 Oct 2019 08:33:09 +0000 (08:33 +0000)
commit008ae4b0650d9249ec719985eb5aa0726d643ed0
tree5d5bda2bfccb7bea5334f7ab009202c0bd0f0946
parente1488cd05c5a2446f9e31f53176b661e4f1d94a8
dev-arm: Carve out a portion of VExpress_GEM5 for the bootloader

This patch is carving out a portion of VExpress_GEM5 memory for the
bootloader. Prior to this patch this was only happening
conditionally/dynamically via the setupBootLoader call.  With this patch
the region is always present and the setupBootLoader doesn't instantiate
memory, it is only setting up some bootloader parameters.

Change-Id: Iaa5cdf471b14e8faa37353a25631bf7c6fc64afc
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/public/gem5/+/21604
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/arm/RealView.py