diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2018-03-12 17:18:38 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-04-09 12:14:51 +0200 |
commit | 5e3cac50cc981e01d9072241035a8d4162560c71 (patch) | |
tree | 000ad314cb1fa075a2c3ac61a10ba8cb9e1874d6 /configs/xilinx_zynqmp_zcu102_revB_defconfig | |
parent | 1a82f59b311e02083a07a9153f4d81d2644ef795 (diff) | |
download | u-boot-5e3cac50cc981e01d9072241035a8d4162560c71.tar.gz |
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_zcu102_revB_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zcu102_revB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defconfig index e6530fbfe7..80592554f6 100644 --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig +++ b/configs/xilinx_zynqmp_zcu102_revB_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 |