u-boot/board/armltd/vexpress64
Andre Przywara 5865038257 vexpress64: move hardware setting from defconfig to Kconfig
The defconfigs for the Arm Juno board and the FVP model are quite large,
setting a lot of platform-fixed variables like SYS_TEXT_BASE.
As those values are not really a user choice, let's provide default
values for them in our Kconfig file, so a lot of cruft can be removed
from the defconfig files.
This also moves the driver selection out of there, since this is again
not something a user should really decide on. Instead we allow users to
enable or disable subsystems, and select the appropriate drivers based
on that in the Kconfig file.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2022-04-01 14:57:46 -04:00
..
Kconfig vexpress64: move hardware setting from defconfig to Kconfig 2022-04-01 14:57:46 -04:00
lowlevel_init.S vexpress64: Enable OF_CONTROL and OF_BOARD for VExpress64 2022-01-04 22:48:48 -05:00
MAINTAINERS Revert "vexpress64: fvp dram: add DRAM configuration" 2019-08-31 09:27:19 -04:00
Makefile vexpress64: Enable OF_CONTROL and OF_BOARD for VExpress64 2022-01-04 22:48:48 -05:00
pcie.c pci: Add defines for normal and subtractive PCI bridges 2022-03-25 13:35:50 -04:00
pcie.h vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge. 2015-10-19 17:05:46 -04:00
vexpress64.c vexpress64: fvp: enable OF_CONTROL 2022-04-01 14:55:38 -04:00