Merge pull request #348 from XECDesign/debian/buster

Debian/buster
This commit is contained in:
Tim Gover
2021-06-25 16:32:57 +01:00
committed by GitHub
4 changed files with 11 additions and 0 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
rpi-eeprom (12.7-1) buster; urgency=medium
[ Tim Gover ]
* pieeprom-2021-06-25 - Support 256MB gpu_mem with boot.img ramdisk - BETA
-- Serge Schneider <serge@raspberrypi.com> Fri, 25 Jun 2021 15:46:07 +0100
rpi-eeprom (12.6-1) buster; urgency=medium rpi-eeprom (12.6-1) buster; urgency=medium
[ Tim Gover ] [ Tim Gover ]

Binary file not shown.

Binary file not shown.

View File

@@ -3,6 +3,10 @@
USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer. USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer.
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md
## 2021-06-25 - Support 256MB gpu_mem with boot ramdisk - BETA
* Tweak the address map so that boot ramdisks (e.g. rpiboot -d imager)
work with large amounts of GPU memory.
## 2021-06-17 - Avoid unnecessary PCIe probe on CM4 - BETA ## 2021-06-17 - Avoid unnecessary PCIe probe on CM4 - BETA
* Avoid default PCIe / XHCI probe on CM4 unless required for the current boot * Avoid default PCIe / XHCI probe on CM4 unless required for the current boot
mode (USB_MSD or NVME). mode (USB_MSD or NVME).