diff -Nru u-boot-2022.07+dfsg/debian/changelog u-boot-2022.07+dfsg/debian/changelog --- u-boot-2022.07+dfsg/debian/changelog 2022-10-13 12:12:03.000000000 +0200 +++ u-boot-2022.07+dfsg/debian/changelog 2022-11-07 13:25:23.000000000 +0100 @@ -1,3 +1,12 @@ +u-boot (2022.07+dfsg-1ubuntu5) lunar; urgency=medium + + * Rebuild against updated OpenSBI + Fixes emulation of fence.tso on Allwinner D1 (LP: #1995860) + * Enable reset via SBI on PolarFire Icicle Kit (LP: #1995932) + d/p/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch + + -- Heinrich Schuchardt Mon, 07 Nov 2022 13:25:23 +0100 + u-boot (2022.07+dfsg-1ubuntu4) kinetic; urgency=medium * Adjust u-boot-microchip on PolarFire Icicle Kit for the changed memory diff -Nru u-boot-2022.07+dfsg/debian/patches/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch u-boot-2022.07+dfsg/debian/patches/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch --- u-boot-2022.07+dfsg/debian/patches/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch 1970-01-01 01:00:00.000000000 +0100 +++ u-boot-2022.07+dfsg/debian/patches/riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch 2022-11-07 13:25:23.000000000 +0100 @@ -0,0 +1,28 @@ +From 52ab8ff4f5fd68c066962e7cc55b87594172b5b3 Mon Sep 17 00:00:00 2001 +From: Heinrich Schuchardt +Date: Mon, 7 Nov 2022 10:45:00 +0100 +Subject: [PATCH 1/1] riscv: enable reset via SBI on PolarFire Icicle Kit + +HSS 2022.10 provides support for resetting the board. + +Signed-off-by: Heinrich Schuchardt +Reviewed-by: Padmarao Begari +Tested-by: Padmarao Begari +Origin: https://lists.denx.de/pipermail/u-boot/2022-November/499280.html +--- + configs/microchip_mpfs_icicle_defconfig | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig +index c295b9bad3..65bd50db80 100644 +--- a/configs/microchip_mpfs_icicle_defconfig ++++ b/configs/microchip_mpfs_icicle_defconfig +@@ -21,3 +21,5 @@ CONFIG_SYS_MEM_TOP_HIDE=0x400000 + CONFIG_SYS_RELOC_GD_ENV_ADDR=y + CONFIG_BOOTP_SEND_HOSTNAME=y + CONFIG_DM_MTD=y ++CONFIG_SYSRESET=y ++CONFIG_SYSRESET_SBI=y +-- +2.37.2 + diff -Nru u-boot-2022.07+dfsg/debian/patches/series u-boot-2022.07+dfsg/debian/patches/series --- u-boot-2022.07+dfsg/debian/patches/series 2022-10-13 12:12:03.000000000 +0200 +++ u-boot-2022.07+dfsg/debian/patches/series 2022-11-07 13:25:23.000000000 +0100 @@ -31,3 +31,4 @@ # For PolarFire Icicle Kit with HSS 2022.10 riscv64/dts-mpfs-icicle-kit-update-memory-configuratio.patch riscv64/mpfs-icicle-reserve-the-top-of-memory-for-the-.patch +riscv64/enable-reset-via-SBI-on-PolarFire-Icicle-Kit.patch