summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.5.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.4.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.4.bb b/meta/recipes-bsp/opensbi/opensbi_1.5.bb
index cf37a41176..6b31d15a05 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.4.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.5.bb
@@ -8,14 +8,15 @@ require opensbi-payloads.inc
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "a2b255b88918715173942f2c5e1f97ac9e90c877" 11SRCREV = "455de672dd7c2aa1992df54dfb08dc11abbc1b1a"
12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16TARGET_CC_ARCH += "${LDFLAGS}" 16TARGET_CC_ARCH += "${LDFLAGS}"
17 17
18EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=y CLANG_TARGET= " 18RISCV_SBI_FW_TEXT_START ??= "0x80000000"
19EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_TEXT_START=${RISCV_SBI_FW_TEXT_START}"
19# If RISCV_SBI_PAYLOAD is set then include it as a payload 20# If RISCV_SBI_PAYLOAD is set then include it as a payload
20EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" 21EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}"
21EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" 22EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}"