[PATCH v2 6/6] configs: add ipq9574_mmc_defconfig
Varadarajan Narayanan
quic_varada at quicinc.com
Thu Jan 30 06:37:51 CET 2025
Introduce a defconfig for the Qualcomm IPQ9574 SoC based RDPs.
Presently supports eMMC.
Signed-off-by: Varadarajan Narayanan <quic_varada at quicinc.com>
---
configs/ipq9574_mmc_defconfig | 111 ++++++++++++++++++++++++++++++++++
1 file changed, 111 insertions(+)
create mode 100644 configs/ipq9574_mmc_defconfig
diff --git a/configs/ipq9574_mmc_defconfig b/configs/ipq9574_mmc_defconfig
new file mode 100644
index 0000000000..62201d7948
--- /dev/null
+++ b/configs/ipq9574_mmc_defconfig
@@ -0,0 +1,111 @@
+#include "qcom_defconfig"
+
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_ANNOUNCE=y
+CONFIG_DEBUG_UART_BASE=0x78b1000
+CONFIG_DEBUG_UART_MSM=y
+CONFIG_DEBUG_UART_CLOCK=1843200
+# Address where U-Boot will be loaded
+CONFIG_TEXT_BASE=0x4A240000
+CONFIG_REMAKE_ELF=y
+CONFIG_SYS_LOAD_ADDR=0x50000000
+CONFIG_DEFAULT_DEVICE_TREE="qcom/ipq9574-rdp433"
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_BOOTSTD_FULL=y
+CONFIG_BOOTDELAY=2
+CONFIG_OF_BOARD_SETUP=y
+CONFIG_SYS_CBSIZE=1024
+CONFIG_SYS_PBSIZE=1024
+CONFIG_OF_LIVE=y
+CONFIG_MSM_GPIO=y
+CONFIG_CLK_QCOM_IPQ9574=y
+CONFIG_PINCTRL_QCOM_IPQ9574=y
+CONFIG_MSM_SERIAL=y
+CONFIG_DM_EVENT=y
+CONFIG_ENV_IS_IN_MMC=y
+CONFIG_ENV_SIZE=0x40000
+CONFIG_ENV_OFFSET=0
+CONFIG_PARTITIONS=y
+CONFIG_PARTITION_UUIDS=y
+CONFIG_MTD=y
+CONFIG_MTD_PARTS=y
+
+#
+# Turning off many options so that u-boot size is less
+# than 756KB.
+#
+# CONFIG_BOOTP_PXE is not set
+# CONFIG_BUTTON_KEYBOARD is not set
+# CONFIG_CLK_QCOM_APQ8016 is not set
+# CONFIG_CLK_QCOM_APQ8096 is not set
+# CONFIG_CLK_QCOM_QCM2290 is not set
+# CONFIG_CLK_QCOM_QCS404 is not set
+# CONFIG_CLK_QCOM_SC7280 is not set
+# CONFIG_CLK_QCOM_SDM845 is not set
+# CONFIG_CLK_QCOM_SM6115 is not set
+# CONFIG_CLK_QCOM_SM8150 is not set
+# CONFIG_CLK_QCOM_SM8250 is not set
+# CONFIG_CLK_QCOM_SM8550 is not set
+# CONFIG_CLK_QCOM_SM8650 is not set
+# CONFIG_CMD_BOOTP is not set
+# CONFIG_CMD_GPIO is not set
+# CONFIG_CMD_I2C is not set
+# CONFIG_CMD_MII is not set
+# CONFIG_CMD_NET is not set
+# CONFIG_CMD_PING is not set
+# CONFIG_CMD_PINMUX is not set
+# CONFIG_CMD_PXE is not set
+# CONFIG_CMD_RNG is not set
+# CONFIG_CMD_TFTPBOOT is not set
+# CONFIG_DISPLAY_CPUINFO is not set
+# CONFIG_DM_ETH is not set
+# CONFIG_DM_I2C is not set
+# CONFIG_DM_KEYBOARD is not set
+# CONFIG_DM_MDIO is not set
+# CONFIG_DM_PMIC is not set
+# CONFIG_DM_REGULATOR_COMMON is not set
+# CONFIG_DM_REGULATOR_FIXED is not set
+# CONFIG_DM_REGULATOR is not set
+# CONFIG_DM_REGULATOR_QCOM_RPMH is not set
+# CONFIG_DM_USB is not set
+# CONFIG_ETH is not set
+# CONFIG_FS_EXT4 is not set
+# CONFIG_FS_FAT is not set
+# CONFIG_I2C is not set
+# CONFIG_INPUT is not set
+# CONFIG_IOMMU is not set
+# CONFIG_LEGACY_CRYPTO_BASIC is not set
+# CONFIG_LEGACY_CRYPTO_CERT is not set
+# CONFIG_LEGACY_CRYPTO is not set
+# CONFIG_LIB_RAND is not set
+# CONFIG_MD5_LEGACY is not set
+# CONFIG_MISC is not set
+# CONFIG_MMC_HS200_SUPPORT is not set
+# CONFIG_NETDEVICES is not set
+# CONFIG_NVMEM is not set
+# CONFIG_PHY_GIGE is not set
+# CONFIG_PHYLIB is not set
+# CONFIG_PINCTRL_QCOM_APQ8016 is not set
+# CONFIG_PINCTRL_QCOM_APQ8096 is not set
+# CONFIG_PINCTRL_QCOM_IPQ4019 is not set
+# CONFIG_PINCTRL_QCOM_QCM2290 is not set
+# CONFIG_PINCTRL_QCOM_QCS404 is not set
+# CONFIG_PINCTRL_QCOM_SDM845 is not set
+# CONFIG_PINCTRL_QCOM_SM6115 is not set
+# CONFIG_PINCTRL_QCOM_SM8150 is not set
+# CONFIG_PINCTRL_QCOM_SM8250 is not set
+# CONFIG_PINCTRL_QCOM_SM8550 is not set
+# CONFIG_PINCTRL_QCOM_SM8650 is not set
+# CONFIG_PMIC_CHILDREN is not set
+# CONFIG_PMIC_QCOM is not set
+# CONFIG_POWER_DOMAIN is not set
+# CONFIG_PXE_UTILS is not set
+# CONFIG_QCOM_HYP_SMMU is not set
+# CONFIG_REGEX is not set
+# CONFIG_RGMII is not set
+# CONFIG_SHA1_LEGACY is not set
+# CONFIG_SHA256_LEGACY is not set
+# CONFIG_UFS is not set
+# CONFIG_USB is not set
+# CONFIG_VIDEO is not set
--
2.34.1
More information about the U-Boot
mailing list