]> git.dujemihanovic.xyz Git - u-boot.git/commit
Revert most of the series for adding vexpress_aemv8r support
authorTom Rini <trini@konsulko.com>
Fri, 3 Sep 2021 14:40:28 +0000 (10:40 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 3 Sep 2021 14:42:15 +0000 (10:42 -0400)
commit00179319714fd2076cf81f49de357ee699672f31
tree995c59d4b9b004e506b6e644b866c73f71b502ff
parentb35be5ed42c8453ac95432b6fbc0d42b1e91c758
Revert most of the series for adding vexpress_aemv8r support

Per a request from Andre Przywara and agreed with by Peter Hoyes, the
vexpress aemv8r support wasn't quite ready to be merged, but the
discussion had moved off list.  We should keep the first patch in the
series for now, but revert the rest.  This reverts the following
commits:

e0bd6f31ce41 doc: Add documentation for the Arm vexpress board configs
30e5a449e8c7 arm: Use armv8_switch_to_el1 env to switch to EL1
b53bbca63bf4 vexpress64: Add BASER_FVP vexpress board variant
2f5b7b74903f armv8: Add ARMv8 MPU configuration logic
37a757e227cc armv8: Ensure EL1&0 VMSA is enabled

Signed-off-by: Tom Rini <trini@konsulko.com>
16 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/cache_v8.c
arch/arm/include/asm/armv8/mpu.h [deleted file]
arch/arm/include/asm/macro.h
arch/arm/include/asm/system.h
arch/arm/lib/bootm.c
board/armltd/vexpress64/Kconfig
board/armltd/vexpress64/MAINTAINERS
board/armltd/vexpress64/vexpress64.c
configs/vexpress_aemv8r_defconfig [deleted file]
doc/README.semihosting
doc/arch/arm64.rst
doc/board/armltd/index.rst [deleted file]
doc/board/armltd/vexpress64.rst [deleted file]
doc/board/index.rst
include/configs/vexpress_aemv8a.h [moved from include/configs/vexpress_aemv8.h with 84% similarity]