summaryrefslogtreecommitdiff
path: root/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2018-03-12 17:18:38 +0100
committerMichal Simek <michal.simek@xilinx.com>2018-04-09 12:14:51 +0200
commit5e3cac50cc981e01d9072241035a8d4162560c71 (patch)
tree000ad314cb1fa075a2c3ac61a10ba8cb9e1874d6 /configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
parent1a82f59b311e02083a07a9153f4d81d2644ef795 (diff)
arm64: zynqmp: Enable booting to ATF
U-Boot is now able to boot to ARM Trusted Firmware (ATF). The boot flow is SPL(EL3) loads ATF and full u-boot and jump to ATF(EL3) which pass control to full u-boot(EL2). This has been tested on zcu106, so enable it in this defconfig. To generate an image that triggers this booting flow, you need to pass '-O arm-trusted-firmware' to mkimage. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig')
-rw-r--r--configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
index c5bfa2b126..488c72258b 100644
--- a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
+++ b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
@@ -19,6 +19,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_RAM_SUPPORT=y
CONFIG_SPL_RAM_DEVICE=y
+CONFIG_SPL_ATF=y
CONFIG_SYS_PROMPT="ZynqMP> "
CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_FLASH=y