diff -Nru u-boot-2022.10+dfsg/debian/changelog u-boot-2022.10+dfsg/debian/changelog --- u-boot-2022.10+dfsg/debian/changelog 2022-12-07 13:37:17.000000000 +0100 +++ u-boot-2022.10+dfsg/debian/changelog 2023-07-20 11:21:39.000000000 +0200 @@ -1,3 +1,10 @@ +u-boot (2022.10+dfsg-1ubuntu1.23.04.1) lunar; urgency=medium + + * Rebuild against updated OpenSBI (LP: #2026588) + * Enable sbi command on riscv64 to check OpenSBI version + + -- Heinrich Schuchardt Thu, 20 Jul 2023 11:21:39 +0200 + u-boot (2022.10+dfsg-1ubuntu1) lunar; urgency=medium * Merge from Debian unstable (LP: #1999039). Remaining changes: diff -Nru u-boot-2022.10+dfsg/debian/patches/riscv64/enable-sbi.patch u-boot-2022.10+dfsg/debian/patches/riscv64/enable-sbi.patch --- u-boot-2022.10+dfsg/debian/patches/riscv64/enable-sbi.patch 1970-01-01 01:00:00.000000000 +0100 +++ u-boot-2022.10+dfsg/debian/patches/riscv64/enable-sbi.patch 2023-07-20 11:21:39.000000000 +0200 @@ -0,0 +1,14 @@ +Author: Dave Jones +Forwarded: no +Description: Display SBI information on RISC-V boot + +--- a/cmd/Kconfig ++++ b/cmd/Kconfig +@@ -206,6 +206,7 @@ config SPL_CMD_TLV_EEPROM + + config CMD_SBI + bool "sbi" ++ default y + depends on RISCV_SMODE && SBI_V02 + help + Display information about the SBI implementation. diff -Nru u-boot-2022.10+dfsg/debian/patches/series u-boot-2022.10+dfsg/debian/patches/series --- u-boot-2022.10+dfsg/debian/patches/series 2022-12-07 13:32:42.000000000 +0100 +++ u-boot-2022.10+dfsg/debian/patches/series 2023-07-20 11:21:39.000000000 +0200 @@ -27,6 +27,7 @@ rpi-maxargs.patch efivars-commands.patch +riscv64/enable-sbi.patch # For PolarFire Icicle Kit with HSS 2022.10 riscv64/dts-mpfs-icicle-kit-update-memory-configuratio.patch