forked from pool/raspberrypi-eeprom
Accepting request 905768 from hardware:boot
OBS-URL: https://build.opensuse.org/request/show/905768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raspberrypi-eeprom?expand=0&rev=4
This commit is contained in:
commit
bbb6c8270a
9
_service
9
_service
@ -3,9 +3,12 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/raspberrypi/rpi-eeprom.git</param>
|
||||
<param name="filename">raspberrypi-eeprom</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]{10})[0-9a-z]{5}(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1\2</param>
|
||||
<param name="versionformat">0.0~@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
|
||||
<param name="revision">34b752e8be6ba41f27f0348a9711107946150c9a</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]{10}).*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@~g%h</param>
|
||||
-->
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:734f7f1f282a6c585b6b24bd3f7121ed8d2e42f66c4a810c790781a1740ab6c3
|
||||
size 26459661
|
3
raspberrypi-eeprom-2021.04.29.obscpio
Normal file
3
raspberrypi-eeprom-2021.04.29.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed28b344eff15b8477c43eb0a112a5e01208cfdb358fadec7a60dc829b45e443
|
||||
size 36033549
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 12:19:25 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Use upstream version schema (year.month.day) instead of arbitrary 0.0
|
||||
- Update to version 2021.04.29
|
||||
* Add support for NVMe to the bootloader with a new NVMe boot mode
|
||||
* Add support for [cm4] and [pi400] config conditionals filters.
|
||||
* TFTP - reply to duplicate ACKS
|
||||
* Skip rendering of HDMI diagnostics display for the first 8 seconds
|
||||
unless an error occurs.
|
||||
* Add support for the BCM2711 XHCI controller - BOOT_ORDER 0x5
|
||||
* XHCI protocol layer fixes for non-VLI controllers
|
||||
* Avoid USB MSD timeout of there is only one device
|
||||
* Fix recovery.bin error handler so that the LED error pattern
|
||||
is still displayed even if HDMI or SDRAM fail.
|
||||
* Fix GPIO expander reset issue on some Pi4B 1.1 to 1.3 boards
|
||||
* Fix regression for GPIO expander reset change which caused PMIC
|
||||
reset to get card out of 1V8 mode to be missed.
|
||||
* Timeout USB MSD commands and move to the next boot mode if a device
|
||||
stops responding.
|
||||
* Add support for booting from the BCM2711 XHCI controller which is
|
||||
the USB-C socket on Pi 4B / Pi 400 and the type A sockets on Compute
|
||||
Module 4 IO board.
|
||||
* Validate SDRAM in recovery mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 19 10:07:06 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: raspberrypi-eeprom
|
||||
version: 0.0~2020.09.03.75~g3129546
|
||||
mtime: 1613487491
|
||||
commit: 3129546271da09dde04da5c9715db909b8e1e417
|
||||
version: 2021.04.29
|
||||
mtime: 1619778271
|
||||
commit: 34b752e8be6ba41f27f0348a9711107946150c9a
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: raspberrypi-eeprom
|
||||
Version: 0.0~2020.09.03.75~g3129546
|
||||
Version: 2021.04.29
|
||||
Release: 0
|
||||
Summary: Raspberry Pi 4 EEPROM firmware
|
||||
License: SUSE-Firmware
|
||||
@ -33,8 +33,8 @@ Patch1: dont-use-env.patch
|
||||
Patch2: rpi-eeprom-update-Use-tr-instead-of-strings.patch
|
||||
Provides: rpi-eeprom
|
||||
Supplements: modalias(of:N*T*Cbrcm%2Cbcm2711*C*)
|
||||
Requires: raspberrypi-firmware >= 2021.01.21
|
||||
Requires: raspberrypi-firmware-dt >= 2020.12.07
|
||||
Requires: raspberrypi-firmware >= 2021.03.03
|
||||
Requires: raspberrypi-firmware-dt >= 2021.03.03
|
||||
Provides: rpi-eeprom-config = %{version}
|
||||
Obsoletes: rpi-eeprom-config < %{version}
|
||||
Requires: pciutils
|
||||
|
Loading…
Reference in New Issue
Block a user