Accepting request 1115673 from hardware:boot
OBS-URL: https://build.opensuse.org/request/show/1115673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=174
This commit is contained in:
commit
071b736b70
@ -37,6 +37,7 @@
|
||||
<flavor>ls1012afrdmqspi</flavor>
|
||||
<flavor>melea1000</flavor>
|
||||
<flavor>merriia80optimus</flavor>
|
||||
<flavor>microchipmpfsicicle</flavor>
|
||||
<flavor>mt7623nbpir2</flavor>
|
||||
<flavor>mvebudb-88f3720</flavor>
|
||||
<flavor>mvebudbarmada8k</flavor>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12e921b466ae731cdbc355e6832b7f22bc90b01aeceef9886f98aaba7b394300
|
||||
size 19447450
|
Binary file not shown.
3
u-boot-2023.10.tar.bz2
Normal file
3
u-boot-2023.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900
|
||||
size 19645392
|
BIN
u-boot-2023.10.tar.bz2.sig
Normal file
BIN
u-boot-2023.10.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 15:57:05 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Add microchipmpfsicicle flavor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 08:46:33 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- 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 <schwab@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user