From: Badhrinath S via U-Boot <u-boot@lists.u-boot-project.org>
To: trini@konsulko.com, casey.connolly@linaro.org,
neil.armstrong@linaro.org, sumit.garg@kernel.org,
peng.fan@nxp.com, jh80.chung@samsung.com, lukma@denx.de,
badhrinath.s@oss.qualcomm.com, michal.simek@amd.com,
luca.weiss@fairphone.com, danila@jiaxyga.com,
adrian@mainlining.org, aswin.murugan@oss.qualcomm.com,
david.wronek@mainlining.org, u-boot@lists.denx.de,
u-boot-qcom@groups.io
Subject: [PATCH v4 4/4] configs: Add defconfig for ipq9650 RDP488
Date: Wed, 22 Jul 2026 16:16:24 +0530 [thread overview]
Message-ID: <20260722104624.3842833-5-badhrinath.s@oss.qualcomm.com> (raw)
In-Reply-To: <20260722104624.3842833-1-badhrinath.s@oss.qualcomm.com>
Add default configuration for the IPQ9650 RDP488 board with eMMC boot
support.
Signed-off-by: Badhrinath S <badhrinath.s@oss.qualcomm.com>
---
configs/qcom_ipq.config | 37 ++++++++++++++++++++++++++++++
configs/qcom_ipq9650_mmc_defconfig | 17 ++++++++++++++
2 files changed, 54 insertions(+)
create mode 100644 configs/qcom_ipq.config
create mode 100644 configs/qcom_ipq9650_mmc_defconfig
diff --git a/configs/qcom_ipq.config b/configs/qcom_ipq.config
new file mode 100644
index 000000000000..954a97042ba3
--- /dev/null
+++ b/configs/qcom_ipq.config
@@ -0,0 +1,37 @@
+CONFIG_ARM=y
+CONFIG_SKIP_LOWLEVEL_INIT=y
+CONFIG_POSITION_INDEPENDENT=y
+CONFIG_ARCH_SNAPDRAGON=y
+CONFIG_REMAKE_ELF=y
+# CONFIG_EFI_LOADER is not set
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+# CONFIG_BOOTSTD is not set
+CONFIG_OF_BOARD_SETUP=y
+CONFIG_USE_PREBOOT=y
+# CONFIG_DISPLAY_CPUINFO is not set
+CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_PART=y
+CONFIG_OF_LIVE=y
+CONFIG_CLK=y
+CONFIG_MSM_GPIO=y
+# CONFIG_I2C is not set
+# CONFIG_INPUT is not set
+CONFIG_MISC=y
+CONFIG_QCOM_GENI=y
+CONFIG_MTD=y
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
+CONFIG_DWC_ETH_QOS=y
+CONFIG_DWC_ETH_QOS_QCOM=y
+CONFIG_RGMII=y
+CONFIG_PHY=y
+CONFIG_PHY_QCOM_QMP_UFS=y
+CONFIG_PHY_QCOM_QUSB2=y
+CONFIG_PINCTRL=y
+CONFIG_PINCONF=y
+CONFIG_MSM_SERIAL=y
+CONFIG_MSM_GENI_SERIAL=y
+CONFIG_SOC_QCOM=y
+
diff --git a/configs/qcom_ipq9650_mmc_defconfig b/configs/qcom_ipq9650_mmc_defconfig
new file mode 100644
index 000000000000..e78455a1db71
--- /dev/null
+++ b/configs/qcom_ipq9650_mmc_defconfig
@@ -0,0 +1,17 @@
+#include "qcom_ipq.config"
+CONFIG_SYS_INIT_SP_BSS_OFFSET=0x180000
+CONFIG_TEXT_BASE=0x8a280000
+CONFIG_NR_DRAM_BANKS=24
+CONFIG_ENV_SIZE=0x40000
+CONFIG_ENV_OFFSET=0
+CONFIG_DEFAULT_DEVICE_TREE="qcom/ipq9650-rdp488"
+CONFIG_SYS_LOAD_ADDR=0x90000000
+CONFIG_SYS_PBSIZE=1024
+CONFIG_CLK_QCOM_IPQ9650=y
+CONFIG_CMD_MMC=y
+CONFIG_ENV_IS_IN_MMC=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_ADMA=y
+CONFIG_MMC_SDHCI_MSM=y
+CONFIG_PINCTRL_QCOM_IPQ9650=y
+CONFIG_SYS_MALLOC_LEN=0xC0000
--
2.34.1
prev parent reply other threads:[~2026-07-22 10:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-22 10:46 [PATCH v4 0/4] Add U-Boot support for Qualcomm IPQ9650 SoC Badhrinath S via U-Boot
2026-07-22 10:46 ` [PATCH v4 1/4] clk: qcom: Add initial Clock driver for ipq9650 Badhrinath S via U-Boot
2026-07-22 11:38 ` Varadarajan Narayanan via U-Boot
2026-07-29 9:17 ` Badhrinath S via U-Boot
2026-07-22 10:46 ` [PATCH v4 2/4] pinctrl: qcom: Add ipq9650 pinctrl driver Badhrinath S via U-Boot
2026-07-22 11:40 ` Varadarajan Narayanan via U-Boot
2026-07-22 10:46 ` [PATCH v4 3/4] arm: dts: ipq9650: Add override dtsi Badhrinath S via U-Boot
2026-07-22 11:43 ` Varadarajan Narayanan via U-Boot
2026-07-22 10:46 ` Badhrinath S via U-Boot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260722104624.3842833-5-badhrinath.s@oss.qualcomm.com \
--to=u-boot@lists.u-boot-project.org \
--cc=adrian@mainlining.org \
--cc=aswin.murugan@oss.qualcomm.com \
--cc=badhrinath.s@oss.qualcomm.com \
--cc=casey.connolly@linaro.org \
--cc=danila@jiaxyga.com \
--cc=david.wronek@mainlining.org \
--cc=jh80.chung@samsung.com \
--cc=luca.weiss@fairphone.com \
--cc=lukma@denx.de \
--cc=michal.simek@amd.com \
--cc=neil.armstrong@linaro.org \
--cc=peng.fan@nxp.com \
--cc=sumit.garg@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot-qcom@groups.io \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.