[openwrt/openwrt] opensbi: bump to 1.4

LEDE Commits lede-commits at lists.infradead.org
Fri May 3 02:10:15 PDT 2024


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/095efad4fec27bcf94cf39b469f35a55784b32ad

commit 095efad4fec27bcf94cf39b469f35a55784b32ad
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Mon Apr 29 13:09:01 2024 +0000

    opensbi: bump to 1.4
    
    Upgrade the OpenSBI firmware used by RISC-V CPUs to 1.4.
    
    Runtime-tested:
     - d1 (Lichee RV)
     - sifiveu (SiFive Unleashed)
    
    Updates since last release:
    
    1.4:
    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
    
    1.3.1:
    ACLINT driver fix for disabled CPUs
    SBI PMU fix for out-of-bound access
    Designware GPIO driver
    
    1.3:
    Allow platform to influence cold boot HART selection
    Starfive JH7110 platform support
    Split RX and RW firmware regions
    Advertise non-retentive suspend for allwinner D1 platform
    Byteorder/endianness conversion macros
    SBI debug console extension (Experimental)
    Configure the PMA regions for RZ/Five platform
    SBI system suspend extension (Experimental)
    SBI PMU platform firmware events (Experimental)
    SBI CPPC extension (Experimental)
    Optimized remote TLB flushes
    Simple heap for boot time memory allocations
    Bring back no-map DT property for reserved memory nodes
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 package/boot/opensbi/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/boot/opensbi/Makefile b/package/boot/opensbi/Makefile
index 99a4631630..b2ef27dd71 100644
--- a/package/boot/opensbi/Makefile
+++ b/package/boot/opensbi/Makefile
@@ -6,13 +6,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=opensbi
-PKG_RELEASE:=1.2
+PKG_RELEASE:=1.4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/riscv/opensbi
-PKG_SOURCE_DATE:=2022-12-24
-PKG_SOURCE_VERSION:=6b5188ca14e59ce7bf71afe4e7d3d557c3d31bf8
-PKG_MIRROR_HASH:=5939a3225cb37c1dde0b5b9f28f9980c0712533676774ae244d6d84bb09a1439
+PKG_SOURCE_DATE:=2023-12-24
+PKG_SOURCE_VERSION:=a2b255b88918715173942f2c5e1f97ac9e90c877
+PKG_MIRROR_HASH:=a81d7b3622feba80b2a45fe0d38600be73cfbee64a0426be82a71545c10c54d3
 
 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 




More information about the lede-commits mailing list