diff options
author | Thomas Perrot <thomas.perrot@bootlin.com> | 2024-01-20 18:10:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-22 13:39:22 +0000 |
commit | 8f30e101fa09bb53632889f8ce380af492f8cb77 (patch) | |
tree | e78c60db44062c236e46c996633f07c4e3d1a2db /meta/recipes-bsp | |
parent | ec31b04c50c3e89244b6c3b37a33d51a1242c761 (diff) | |
download | poky-8f30e101fa09bb53632889f8ce380af492f8cb77.tar.gz |
opensbi: bump to 1.4
This release has:
- Synopsys DesignWare APB GPIO driver
- Zicntr and Zihpm support
- Console print improvements
- Smepmp support
- Simple FDT based syscon regmap driver
- Syscon based reboot and poweroff driver
- Non-contiguous hpm counters
- Smcntrpmf support
- Full sparse hartid support
- IPI improvements
- RFENCE improvements
- Zkr support
- Andes custom PMU support
Overall, this release mainly adds more ISA extensions, drivers and other improvements.
https://github.com/riscv-software-src/opensbi/compare/v1.3.1...v1.4
(From OE-Core rev: 09f8f9d378fed275701840b7be2d7eeba6ca50e1)
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_1.4.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.3.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.3.bb b/meta/recipes-bsp/opensbi/opensbi_1.4.bb index f01cae34d1..fd18c03cfb 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.3.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.4.bb | |||
@@ -8,12 +8,12 @@ require opensbi-payloads.inc | |||
8 | 8 | ||
9 | inherit autotools-brokensep deploy | 9 | inherit autotools-brokensep deploy |
10 | 10 | ||
11 | SRCREV = "057eb10b6d523540012e6947d5c9f63e95244e94" | 11 | SRCREV = "a2b255b88918715173942f2c5e1f97ac9e90c877" |
12 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.3.x;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 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n CLANG_TARGET= " | 16 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=y CLANG_TARGET= " |
17 | # If RISCV_SBI_PAYLOAD is set then include it as a payload | 17 | # If RISCV_SBI_PAYLOAD is set then include it as a payload |
18 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" | 18 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" |
19 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" | 19 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" |
@@ -43,5 +43,3 @@ FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" | |||
43 | 43 | ||
44 | COMPATIBLE_HOST = "(riscv64|riscv32).*" | 44 | COMPATIBLE_HOST = "(riscv64|riscv32).*" |
45 | INHIBIT_PACKAGE_STRIP = "1" | 45 | INHIBIT_PACKAGE_STRIP = "1" |
46 | |||
47 | SECURITY_CFLAGS = "" | ||