[PATCH 3/3] configs: add sm8550_defconfig
William Bright <[email protected]> Mon, 20 Jul 2026 10:52:13 +0100
| Newsgroups | de.denx.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Introduce a defconfig for SM8550 based boards. Signed-off-by: William Bright <[email protected]> --- configs/qcom_sm8550_defconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/configs/qcom_sm8550_defconfig b/configs/qcom_sm8550_defconfig new file mode 100644 index 00000000000..0c4e028998b --- /dev/null +++ b/configs/qcom_sm8550_defconfig @@ -0,0 +1,20 @@ +# Configuration for building U-Boot to be flashed +# to the uefi partition of SM8550 dev boards with +# the "Linux Embedded" partition layout (which have +# a dedicated "uefi_a" partition for edk2/U-Boot) + +#include "qcom_defconfig" + +# Otherwise buildman thinks this isn't an ARM platform +CONFIG_ARM=y +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0xa9c000 +CONFIG_DEBUG_UART_MSM_GENI=y +CONFIG_DEBUG_UART_CLOCK=14745600 + +# Address where U-Boot will be loaded +CONFIG_TEXT_BASE=0xaf000000 +CONFIG_REMAKE_ELF=y +CONFIG_DEFAULT_DEVICE_TREE="qcom/sm8550-hdk" +CONFIG_OF_EMBED=y -- 2.43.0