1
0
raspberrypi-eeprom/raspberrypi-eeprom.changes

81 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
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.
- Fixes bsc#1194950.
-------------------------------------------------------------------
Fri Feb 19 10:07:06 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Add 'pciutils' as a requirement. 'rpi-eeprom-update' uses lspci.
(bsc#1182437)
- Update to version 0.0~2020.09.03.65~gb9c255d: Simplifies code by removing
legacy functions.
- Add patch: "rpi-eeprom-update-Use-tr-instead-of-strings.patch" to avoid the
dependency with binutils. (bsc#1182437)
-------------------------------------------------------------------
Thu Feb 4 14:17:12 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Fix 'Supplements:' in spec file, as per
https://doc.opensuse.org/projects/libzypp/HEAD/zypp-modalias.html commas are
special charactes that should be replaced with '%2C'
-------------------------------------------------------------------
Thu Jan 28 16:05:58 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Remove VL805 firmware version from package version as it prevents it from
incresing monotonically.
-------------------------------------------------------------------
Thu Jan 28 13:55:46 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Prefix version with 0.0~
-------------------------------------------------------------------
Wed Jan 27 12:22:39 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Define _firmwaredir when relevant
-------------------------------------------------------------------
Tue Jan 26 12:31:38 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Update to b9c255d:
* rpi-eeprom-config: Properly decode sysfs binary files
-------------------------------------------------------------------
Mon Jan 25 18:29:06 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- Introduce _service file.
-------------------------------------------------------------------
Mon Jan 25 12:55:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Ditch unnecessarily split package.
-------------------------------------------------------------------
Fri Jan 22 14:15:38 UTC 2021 - Nicolas Patricio Saenz Julienne <nsaenzjulienne@suse.com>
- First commit
- Introduce patches: 'add-suse-config.patch' and 'don't-use-env.patch'.