diff --git a/_multibuild b/_multibuild
index b1f43ce..45e97bc 100644
--- a/_multibuild
+++ b/_multibuild
@@ -37,6 +37,7 @@
ls1012afrdmqspi
melea1000
merriia80optimus
+ microchipmpfsicicle
mt7623nbpir2
mvebudb-88f3720
mvebudbarmada8k
diff --git a/u-boot-2023.07.tar.bz2 b/u-boot-2023.07.tar.bz2
deleted file mode 100644
index d983ffb..0000000
--- a/u-boot-2023.07.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:12e921b466ae731cdbc355e6832b7f22bc90b01aeceef9886f98aaba7b394300
-size 19447450
diff --git a/u-boot-2023.07.tar.bz2.sig b/u-boot-2023.07.tar.bz2.sig
deleted file mode 100644
index 8bbe936..0000000
Binary files a/u-boot-2023.07.tar.bz2.sig and /dev/null differ
diff --git a/u-boot-2023.10.tar.bz2 b/u-boot-2023.10.tar.bz2
new file mode 100644
index 0000000..6cdc6ed
--- /dev/null
+++ b/u-boot-2023.10.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900
+size 19645392
diff --git a/u-boot-2023.10.tar.bz2.sig b/u-boot-2023.10.tar.bz2.sig
new file mode 100644
index 0000000..853095f
Binary files /dev/null and b/u-boot-2023.10.tar.bz2.sig differ
diff --git a/u-boot.changes b/u-boot.changes
index 5e2644a..a634792 100644
--- a/u-boot.changes
+++ b/u-boot.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Wed Oct 4 15:57:05 UTC 2023 - Andreas Schwab
+
+- Add microchipmpfsicicle flavor
+
+-------------------------------------------------------------------
+Wed Oct 4 08:46:33 UTC 2023 - Guillaume GARDET
+
+- Update to 2023.10:
+ * Full changelog available at:
+ https://source.denx.de/u-boot/u-boot/-/compare/v2023.07...v2023.10
+
-------------------------------------------------------------------
Tue Jul 11 11:34:07 UTC 2023 - Andreas Schwab
diff --git a/u-boot.spec b/u-boot.spec
index e93196e..44a4617 100644
--- a/u-boot.spec
+++ b/u-boot.spec
@@ -170,7 +170,7 @@
%define is_armv7 1
%define binext .img
%endif
-%if "%target" == "qemu-riscv64" || "%target" == "qemu-riscv64smode" || "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2"
+%if "%target" == "qemu-riscv64" || "%target" == "qemu-riscv64smode" || "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2" || "%target" == "microchipmpfsicicle"
%define is_riscv64 1
%if "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2"
%define binext .itb
@@ -180,7 +180,7 @@
%define is_ppc 1
%endif
# archive_version differs from version for RC version only
-%define archive_version 2023.07
+%define archive_version 2023.10
%if "%{target}" == ""
ExclusiveArch: do_not_build
%else
@@ -210,7 +210,7 @@ ExclusiveArch: do_not_build
%endif
%endif
%endif
-Version: 2023.07
+Version: 2023.10
Release: 0
Summary: The U-Boot firmware for the %target platform
License: GPL-2.0-only