File project.diff of Package u-boot
--- _multibuild.orig
+++ _multibuild
@@ -37,6 +37,7 @@
<flavor>merriia80optimus</flavor>
<flavor>microchipmpfsicicle</flavor>
<flavor>milkvduo</flavor>
+ <flavor>milkvjupiter</flavor>
<flavor>mt7623nbpir2</flavor>
<flavor>mvebudb-88f3720</flavor>
<flavor>mvebudbarmada8k</flavor>
--- u-boot.changes.orig
+++ u-boot.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Nov 26 10:10:04 UTC 2025 - Fredrik Lönnegren <fredrik.lonnegren@suse.com>
+
+- Add u-boot-milkvjupiter
+
+-------------------------------------------------------------------
Wed Jun 4 17:44:06 UTC 2025 - Loic Devulder <ldevulder@suse.com>
- Add u-boot-roc-cc-rk3328
--- u-boot.spec.orig
+++ u-boot.spec
@@ -1,7 +1,7 @@
#
# spec file for package u-boot
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@@ -187,9 +187,9 @@
%define is_armv7 1
%define binext .img
%endif
-%if "%target" == "qemu-riscv64" || "%target" == "qemu-riscv64smode" || "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2" || "%target" == "microchipmpfsicicle" || "%target" == "milkvduo"
+%if "%target" == "qemu-riscv64" || "%target" == "qemu-riscv64smode" || "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2" || "%target" == "microchipmpfsicicle" || "%target" == "milkvduo" || "%target" == "milkvjupiter"
%define is_riscv64 1
-%if "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2"
+%if "%target" == "sifiveunleashed" || "%target" == "sifiveunmatched" || "%target" == "starfivevisionfive2" || "%target" == "milkvjupiter"
%define binext .itb
%endif
%endif
@@ -351,7 +351,7 @@ BuildRequires: zynqmp-dts
# For mountpoint
Requires(post): util-linux
%endif
-%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2"
+%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" || "%{name}" == "u-boot-milkvjupiter"
BuildRequires: opensbi >= 1.3
%endif
%if %x_loader == 1
@@ -435,7 +435,7 @@ export SCP=/dev/null
export BL31=%{_datadir}/arm-trusted-firmware-sun50i_h616/bl31.bin
export SCP=/dev/null
%endif
-%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2"
+%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" || "%{name}" == "u-boot-milkvjupiter"
export OPENSBI=%{_datadir}/opensbi/opensbi.bin
%endif
@@ -600,10 +600,10 @@ echo -e "\nkernel_address=0x11000000" >>
%if "%{name}" == "u-boot-rpi4" || "%{name}" == "u-boot-rpiarm64"
echo -e "# Boot in AArch64 mode\narm_64bit=1" > %{buildroot}%{uboot_dir}/ubootconfig.txt
%endif
-%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2"
+%if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" || "%{name}" == "u-boot-starfivevisionfive2" || "%{name}" == "u-boot-milkvjupiter"
install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin
%endif
-%if "%{name}" == "u-boot-starfivevisionfive2"
+%if "%{name}" == "u-boot-starfivevisionfive2" || "%{name}" == "u-boot-milkvjupiter"
install -D -m 0644 spl/u-boot-spl.bin.normal.out %{buildroot}%{uboot_dir}/u-boot-spl.bin.normal.out
%endif
%if "%{name}" == "u-boot-milkvduo"