summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-11-20 11:55:24 -0600
committerTom Rini <[email protected]>2024-11-20 11:55:24 -0600
commit35d5ad6cf25f8c0ac39f90a8a51eb77e6e002d0d (patch)
tree7eab0cd42a1a871e0632882f787fc9458da3906c /include/configs
parent7fe55182d9263a62e18b450c97bdf0b8031e5667 (diff)
parent7aad7833323aa9260935d172744a50f56356d52a (diff)
Merge branch 'qcom-main' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
CI: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/23474 - UFS support is enabled for SC7280 and SM8150 platforms. - Qualcomm dt-bindings headers are all dropped in favour of dts/upstream. - The SMMU driver now correctly handles stream ID 0 and is disabled in EL2. - Initial support for capsule updates (using the new dynamic UUIDs) is added for the RB3 Gen 2 board alongside a new SCSI backend for DFU. - CONFIG_PINCONF is enabled in qcom_defconfig. - The vqmmc supply is now enabled for sdcard support on boards that need it. - A quirk is added for reading GPIOs on the PM8550 PMIC
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/qcom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/qcom.h b/include/configs/qcom.h
index 5b5ebbd844d..9b41ab9e982 100644
--- a/include/configs/qcom.h
+++ b/include/configs/qcom.h
@@ -11,4 +11,9 @@
#define CFG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 }
+// 2a5aa852-b856-4d97-baa9-5c5f4421551f
+#define QUALCOMM_UBOOT_BOOT_IMAGE_GUID \
+ EFI_GUID(0x2a5aa852, 0xb856, 0x4d97, 0xba, 0xa9, \
+ 0x5c, 0x5f, 0x44, 0x21, 0x55, 0x1f)
+
#endif