diff options
author | Peter Hoyes <Peter.Hoyes@arm.com> | 2021-11-11 09:26:00 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-04 22:48:48 -0500 |
commit | 17fe55fd6fe9d32270380f574b33ff0bc15bb47e (patch) | |
tree | 5207f7a125d86c40452f6a495afdbf86b175cdb5 /doc/README.semihosting | |
parent | 6c2f16b3c95a0bb7f5d6f65512dceb0dc75ac00a (diff) | |
download | u-boot-17fe55fd6fe9d32270380f574b33ff0bc15bb47e.zip u-boot-17fe55fd6fe9d32270380f574b33ff0bc15bb47e.tar.gz u-boot-17fe55fd6fe9d32270380f574b33ff0bc15bb47e.tar.bz2 |
vexpress64: Refactor header file to make it easier to add new FVPs
Rename from vexpress_aemv8a.h -> vepxress_aemv8.h as new FVPs may not be
v8-A. No change in behavior.
This is towards future work to enable support for the FVP_BaseR.
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'doc/README.semihosting')
-rw-r--r-- | doc/README.semihosting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.semihosting b/doc/README.semihosting index c019999..f382d01 100644 --- a/doc/README.semihosting +++ b/doc/README.semihosting @@ -25,7 +25,7 @@ or turning on CONFIG_BASE_FVP for the more full featured model. Rather than create a new armv8 board similar to armltd/vexpress64, add semihosting calls to the existing one, enabled with CONFIG_SEMIHOSTING and CONFIG_BASE_FVP both set. Also reuse the existing board config file -vexpress_aemv8a.h but differentiate the two models by the presence or +vexpress_aemv8.h but differentiate the two models by the presence or absence of CONFIG_BASE_FVP. This change is tested and works on both the Foundation and Base fastmodel simulators. |