[PATCH v1 5/8] configs: add qcom_shikra_defconfig
Aswin Murugan
aswin.murugan at oss.qualcomm.com
Mon Jun 15 14:18:25 CEST 2026
Introduce a defconfig for Shikra based boards.
Signed-off-by: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
---
configs/qcom_shikra_defconfig | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 configs/qcom_shikra_defconfig
diff --git a/configs/qcom_shikra_defconfig b/configs/qcom_shikra_defconfig
new file mode 100644
index 00000000000..d1f00294466
--- /dev/null
+++ b/configs/qcom_shikra_defconfig
@@ -0,0 +1,29 @@
+# Configuration for building U-Boot to be flashed
+# to the uefi partition of QCS615 dev boards with
+# the "Linux Embedded" partition layout (which have
+# a dedicated "uefi" 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=0x4a80000
+CONFIG_DEBUG_UART_MSM_GENI=y
+CONFIG_DEBUG_UART_CLOCK=14745600
+
+CONFIG_DEFAULT_DEVICE_TREE="shikra-cqs-evk"
+
+CONFIG_FASTBOOT_BUF_ADDR=0xB5000000
+
+# CONFIG_OF_UPSTREAM is not set
+
+CONFIG_REMAKE_ELF=y
+
+# CONFIG_SCSI is not set
+
+# Address where U-Boot will be loaded
+CONFIG_TEXT_BASE=0x9f800000
+
--
2.34.1
More information about the U-Boot
mailing list