Lines Matching +full:zynqmp +full:- +full:firmware
4 Subject: [PATCH] arm64: zynqmp: Enable booting to ATF
6 U-Boot is now able to boot to ARM Trusted Firmware (ATF). The boot
7 flow is SPL(EL3) loads ATF and full u-boot and jump to ATF(EL3) which
8 pass control to full u-boot(EL2). This has been tested on zcu106, so
12 '-O arm-trusted-firmware' to mkimage.
14 Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
15 Signed-off-by: Michal Simek <michal.simek@xilinx.com>
16 Backported from upstream: http://git.denx.de/?p=u-boot.git;a=commit;h=5e3cac50cc981e01d9072241035a8…
17 ---
28 diff --git a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig b/configs/xilinx_zynqmp_zc1751_xm015_…
30 --- a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig
32 @@ -19,6 +19,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
37 CONFIG_SYS_PROMPT="ZynqMP> "
40 diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_…
42 --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig
44 @@ -20,6 +20,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
49 CONFIG_SYS_PROMPT="ZynqMP> "
52 diff --git a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig b/configs/xilinx_zynqmp_zc1751_xm018_…
54 --- a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig
56 @@ -16,6 +16,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
61 CONFIG_SYS_PROMPT="ZynqMP> "
64 diff --git a/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig b/configs/xilinx_zynqmp_zc1751_xm019_…
66 --- a/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
68 @@ -17,6 +17,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
73 CONFIG_SYS_PROMPT="ZynqMP> "
76 diff --git a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig b/configs/xilinx_zynqmp_zcu102_rev1_0_de…
78 --- a/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig
80 @@ -19,6 +19,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
85 CONFIG_SYS_PROMPT="ZynqMP> "
88 diff --git a/configs/xilinx_zynqmp_zcu102_revA_defconfig b/configs/xilinx_zynqmp_zcu102_revA_defcon…
90 --- a/configs/xilinx_zynqmp_zcu102_revA_defconfig
92 @@ -19,6 +19,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
97 CONFIG_SYS_PROMPT="ZynqMP> "
100 diff --git a/configs/xilinx_zynqmp_zcu102_revB_defconfig b/configs/xilinx_zynqmp_zcu102_revB_defcon…
102 --- a/configs/xilinx_zynqmp_zcu102_revB_defconfig
104 @@ -19,6 +19,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
109 CONFIG_SYS_PROMPT="ZynqMP> "
112 --