summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-06-08 08:36:57 -0600
committerTom Rini <[email protected]>2026-06-08 08:36:57 -0600
commit5d4d6e331d3f056ecc7ab11b72098a3cf4fdb099 (patch)
treebd545cc373e2646007a97ab90bdb5be52f481982 /include/configs
parent9e87893c24d1f21350e69bc222e6a3214c933b3b (diff)
parent8efa173b389e5cef6eece991351442baea0264fd (diff)
Merge tag 'xilinx-for-v2026.10-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
AMD/Xilinx/FPGA changes for v2026.10-rc1 v2 zynqmp: - Clean up USB gadget configuration mbv: - Reduce SPL size versal: - Add support for A/B capsule update versal2: - Add support for A/B capsule update reset: - Introduce reset_reset_bulk() generic interface - zynqmp: Implement reset_reset_bulk() interface spi: - cadence: Switch to reset_reset_bulk() interface
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/amd_versal2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/amd_versal2.h b/include/configs/amd_versal2.h
index fccc786219f..a07e12bd146 100644
--- a/include/configs/amd_versal2.h
+++ b/include/configs/amd_versal2.h
@@ -23,6 +23,11 @@
#define CFG_SYS_BAUDRATE_TABLE \
{ 4800, 9600, 19200, 38400, 57600, 115200 }
+/* GUID for capsule updatable firmware image */
+#define XILINX_BOOT_IMAGE_GUID \
+ EFI_GUID(0xed9e7fcf, 0x47b3, 0x40cd, 0xb6, 0xe3, \
+ 0x56, 0x5f, 0x14, 0x67, 0x6d, 0x82)
+
#if defined(CONFIG_CMD_DFU)
#define DFU_DEFAULT_POLL_TIMEOUT 300
#define DFU_ALT_INFO_RAM \