mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
7.2-1 release
This commit is contained in:
23
debian/changelog
vendored
23
debian/changelog
vendored
@@ -1,3 +1,26 @@
|
|||||||
|
rpi-eeprom (7.2-1) buster; urgency=medium
|
||||||
|
|
||||||
|
[ MilhouseVH ]
|
||||||
|
* include vl805 eeprom presence in machine output
|
||||||
|
|
||||||
|
[ Andrew Scheller ]
|
||||||
|
* small typos
|
||||||
|
|
||||||
|
[ Tim Gover ]
|
||||||
|
* Create releases.md
|
||||||
|
* pieeprom-2020-06-03: Bootmode tweaks and fix issue with > 4TB drives - BETA
|
||||||
|
* rpi-eeprom-update: Remove warning in -f section
|
||||||
|
|
||||||
|
[ andrum99 ]
|
||||||
|
* rpi-eeprom-update - fix description of -d flag
|
||||||
|
* Clarify -d option when EEPROM update not needed
|
||||||
|
* reword
|
||||||
|
|
||||||
|
[ Serge Schneider ]
|
||||||
|
* Merge rpi-eeprom-images into rpi-eeprom package
|
||||||
|
|
||||||
|
-- Serge Schneider <serge@raspberrypi.org> Thu, 04 Jun 2020 00:40:45 +0100
|
||||||
|
|
||||||
rpi-eeprom (7.1-1) buster; urgency=medium
|
rpi-eeprom (7.1-1) buster; urgency=medium
|
||||||
|
|
||||||
[ Tim Gover ]
|
[ Tim Gover ]
|
||||||
|
|||||||
11
debian/control
vendored
11
debian/control
vendored
@@ -12,13 +12,18 @@ Package: rpi-eeprom
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin,
|
||||||
python, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils
|
python, binutils, raspberrypi-bootloader (>= 1.20190819), pciutils
|
||||||
|
Breaks: rpi-eeprom-images (<<7.2)
|
||||||
|
Replaces: rpi-eeprom-images (<<7.2)
|
||||||
Recommends: flashrom
|
Recommends: flashrom
|
||||||
|
Provides: rpi-eeprom-images
|
||||||
Description: Raspberry Pi 4 boot EEPROM updater
|
Description: Raspberry Pi 4 boot EEPROM updater
|
||||||
Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates
|
Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates
|
||||||
the EEPROM.
|
the EEPROM.
|
||||||
|
|
||||||
Package: rpi-eeprom-images
|
Package: rpi-eeprom-images
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: rpi-eeprom (>=7.2)
|
||||||
Description: Raspberry Pi 4 boot EEPROM images
|
Priority: optional
|
||||||
This package contains the bootloader EEPROM images for Raspberry Pi 4
|
Section: oldlibs
|
||||||
|
Description: transitional package
|
||||||
|
This is a transitional package. It can safely be removed.
|
||||||
|
|||||||
4
debian/rpi-eeprom-images.install
vendored
4
debian/rpi-eeprom-images.install
vendored
@@ -1,4 +0,0 @@
|
|||||||
firmware/critical lib/firmware/raspberrypi/bootloader/
|
|
||||||
firmware/stable lib/firmware/raspberrypi/bootloader/
|
|
||||||
firmware/beta lib/firmware/raspberrypi/bootloader/
|
|
||||||
firmware/release-notes.md lib/firmware/raspberrypi/bootloader/
|
|
||||||
5
debian/rpi-eeprom.install
vendored
5
debian/rpi-eeprom.install
vendored
@@ -1,3 +1,8 @@
|
|||||||
rpi-eeprom-config usr/bin/
|
rpi-eeprom-config usr/bin/
|
||||||
rpi-eeprom-update usr/bin/
|
rpi-eeprom-update usr/bin/
|
||||||
debian/default/ etc/
|
debian/default/ etc/
|
||||||
|
|
||||||
|
firmware/critical lib/firmware/raspberrypi/bootloader/
|
||||||
|
firmware/stable lib/firmware/raspberrypi/bootloader/
|
||||||
|
firmware/beta lib/firmware/raspberrypi/bootloader/
|
||||||
|
firmware/release-notes.md lib/firmware/raspberrypi/bootloader/
|
||||||
|
|||||||
Reference in New Issue
Block a user