summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-ibm/recipes-bsp/u-boot/files/p10bmc.cfg2
-rw-r--r--meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-ibm/recipes-bsp/u-boot/files/p10bmc.cfg b/meta-ibm/recipes-bsp/u-boot/files/p10bmc.cfg
new file mode 100644
index 0000000000..fdff71d7f4
--- /dev/null
+++ b/meta-ibm/recipes-bsp/u-boot/files/p10bmc.cfg
@@ -0,0 +1,2 @@
+CONFIG_BOARD_EARLY_INIT_F=n
+CONFIG_TARGET_AST2600_IBM=y
diff --git a/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend b/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend
index b8055878e3..b752dd5a62 100644
--- a/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend
+++ b/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend
@@ -1,6 +1,8 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append:p10bmc = " file://ibm.json file://ips.json file://keys/"
+SRC_URI:append:p10bmc = " file://p10bmc.cfg"
OTPTOOL_CONFIGS:p10bmc = "${WORKDIR}/ibm.json ${WORKDIR}/ips.json"
OTPTOOL_KEY_DIR:p10bmc = "${WORKDIR}/keys/"