diff options
-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 | ||
9 | inherit autotools-brokensep deploy | 9 | inherit autotools-brokensep deploy |
10 | 10 | ||
11 | SRCREV = "a2b255b88918715173942f2c5e1f97ac9e90c877" | 11 | SRCREV = "455de672dd7c2aa1992df54dfb08dc11abbc1b1a" |
12 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | 16 | TARGET_CC_ARCH += "${LDFLAGS}" |
17 | 17 | ||
18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=y CLANG_TARGET= " | 18 | RISCV_SBI_FW_TEXT_START ??= "0x80000000" |
19 | EXTRA_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 |
20 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" | 21 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" |
21 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" | 22 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" |