Commit 97f618fccce4cc7bacaa8bb883da63f06f9854df
Committed by
GitHub
Merge pull request #110 from raspberrypi/patch-1
20220111~130126 release
Showing
5 changed files
with
54 additions
and
4 deletions
debian/changelog
| 1 | +rpiboot (20220111~130126) bullseye; urgency=medium | |
| 2 | + | |
| 3 | + [ Tim Gover ] | |
| 4 | + * make-boot-image: Use losetup instead of udisksctl | |
| 5 | + * secure-boot BETA documentation updates | |
| 6 | + * beta: Add support for secure-boot - see Readme.md | |
| 7 | + * secure-boot: Added example boot.img | |
| 8 | + * make-boot-image: Fix typo in docs AFT_SIZE -> FAT_SIZE | |
| 9 | + * secure-boot: Move the example PEM file to secure-boot-example | |
| 10 | + * secure-boot: Update recovery,bootcode4 + EEPROM to latest beta - 2021-10-27 | |
| 11 | + * secure-boot: Update Readme to update max ramdisk size to 96MB | |
| 12 | + * Readme: Add docs for examining the contents of boot.img | |
| 13 | + * secure-boot: Add more documentation about the RSA signatures and add optional public key argument | |
| 14 | + * make-boot-image: Fix unmount and set GID | |
| 15 | + * make-boot-image: Enable the image size to be specified | |
| 16 | + * Update the default EEPROM image to 2021-11-22 | |
| 17 | + * rpi-eeprom-config: Pull in --edit fixes from rpi-eeprom repo | |
| 18 | + * secure-boot-recovery: Update to latest 2021-11-22 EEPROM | |
| 19 | + * Remove imager beta release | |
| 20 | + * bootloader: Enable revoke_devkey in secure-boot recovery.bin | |
| 21 | + * rpiboot: Add build date and version | |
| 22 | + | |
| 23 | + [ Peter Harper ] | |
| 24 | + * bootloader: Remove NVMe beta files | |
| 25 | + * Update bootcode4.bin | |
| 26 | + * Update the default EEPROM image to 2021-12-02 | |
| 27 | + | |
| 28 | + [ Phil Elwell ] | |
| 29 | + * Bump bootcode.bin | |
| 30 | + * msd: Fix non-2711 MSD support | |
| 31 | + | |
| 32 | + [ Nils Werner ] | |
| 33 | + * Update udev rules to use uaccess tag | |
| 34 | + | |
| 35 | + [ Christophe Blaess ] | |
| 36 | + * Fix `install` and `uninstall` targets in Makefile. | |
| 37 | + | |
| 38 | + [ Dodain ] | |
| 39 | + * Corrected the board flag | |
| 40 | + * Corrected the -b flag in the readme.md | |
| 41 | + | |
| 42 | + [ Mathew Wicks ] | |
| 43 | + * Use pkg-config to locate libusb-1.0 | |
| 44 | + | |
| 45 | + -- Serge Schneider <serge@raspberrypi.com> Tue, 11 Jan 2022 11:45:02 +0000 | |
| 46 | + | |
| 1 | 47 | rpiboot (20210714~083443) buster; urgency=medium |
| 2 | 48 | |
| 3 | 49 | [ Tim Gover ] | ... | ... |
debian/compat
debian/control
| ... | ... | @@ -2,8 +2,8 @@ Source: rpiboot |
| 2 | 2 | Section: utils |
| 3 | 3 | Priority: optional |
| 4 | 4 | Maintainer: Serge Schneider <serge@raspberrypi.com> |
| 5 | -Build-Depends: debhelper (>= 9), libusb-1.0-0-dev | |
| 6 | -Standards-Version: 3.9.8 | |
| 5 | +Build-Depends: debhelper (>= 9), libusb-1.0-0-dev, pkg-config | |
| 6 | +Standards-Version: 4.5.1 | |
| 7 | 7 | Homepage: https://github.com/raspberrypi/usbboot |
| 8 | 8 | |
| 9 | 9 | Package: rpiboot | ... | ... |
debian/rpiboot.install
| ... | ... | @@ -12,4 +12,4 @@ secure-boot-msd/*.bin usr/share/rpiboot/secure-boot-msd/ |
| 12 | 12 | secure-boot-msd/*.img usr/share/rpiboot/secure-boot-msd/ |
| 13 | 13 | secure-boot-msd/*.md usr/share/rpiboot/secure-boot-msd/ |
| 14 | 14 | tools/* usr/share/rpiboot/tools/ |
| 15 | -debian/99-rpiboot.rules /lib/udev/rules.d | |
| 15 | +debian/70-rpiboot.rules /lib/udev/rules.d | ... | ... |