summaryrefslogtreecommitdiff
path: root/meta-qualcomm
diff options
context:
space:
mode:
authorJae Hyun Yoo <quic_jaehyoo@quicinc.com>2022-07-09 03:29:16 +0300
committerJae Hyun Yoo <quic_jaehyoo@quicinc.com>2022-08-10 23:30:08 +0300
commit4fb01a6a557ed6c277180c88f9af7d254dfdd530 (patch)
tree3dbc7afeea51f4e4d5b0a640ae920c5a33d0ba0d /meta-qualcomm
parentdf82f40bbbc31d7ec38f71bf67e07f9d4c4341de (diff)
downloadopenbmc-4fb01a6a557ed6c277180c88f9af7d254dfdd530.tar.xz
meta-qualcomm: u-boot: add Qualcomm specific configs
Add Qualcomm specific configs to override ast2600-openbmc-spl-defconfig. Tested: qcom-dc-scm-v1 was bootable to u-boot with the additional u-boot configs. Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com> Change-Id: I6fe7d4720504dd56921ba71034dda9b9a0b03cea
Diffstat (limited to 'meta-qualcomm')
-rw-r--r--meta-qualcomm/recipes-bsp/u-boot/files/qualcomm.cfg9
-rw-r--r--meta-qualcomm/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend3
l---------meta-qualcomm/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend1
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-qualcomm/recipes-bsp/u-boot/files/qualcomm.cfg b/meta-qualcomm/recipes-bsp/u-boot/files/qualcomm.cfg
new file mode 100644
index 0000000000..1ddca184c2
--- /dev/null
+++ b/meta-qualcomm/recipes-bsp/u-boot/files/qualcomm.cfg
@@ -0,0 +1,9 @@
+CONFIG_TARGET_QUALCOMM_DC_SCM_V1=y
+CONFIG_BOARD_LATE_INIT=y
+CONFIG_CMD_MEMINFO=y
+CONFIG_CMD_MEMORY=y
+CONFIG_CMD_MX_CYCLIC=y
+CONFIG_CMD_STRINGS=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
+CONFIG_HEXDUMP=y \ No newline at end of file
diff --git a/meta-qualcomm/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend b/meta-qualcomm/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000000..eb9669f2a1
--- /dev/null
+++ b/meta-qualcomm/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+SRC_URI:append = " file://qualcomm.cfg"
diff --git a/meta-qualcomm/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend b/meta-qualcomm/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
new file mode 120000
index 0000000000..c73fd75ccb
--- /dev/null
+++ b/meta-qualcomm/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
@@ -0,0 +1 @@
+u-boot-aspeed-sdk_%.bbappend \ No newline at end of file