mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Merge remote-tracking branch 'pitowers/master' into pios/bookworm
* pitowers/master: 2711: release-notes: Add (automatic) tag 2711: Change the automatic update minimum version to 2025-05-08 tools: Add the network install public key
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
that the second stage bootloader is counter-signed with the customer's
|
that the second stage bootloader is counter-signed with the customer's
|
||||||
private key.
|
private key.
|
||||||
|
|
||||||
## 2025-05-13: Promote 2025-05-08 to the default release (default)
|
## 2025-05-13: Promote 2025-05-08 to the default release (default) (automatic)
|
||||||
|
|
||||||
## 2025-05-08: Implement TCP window for net boot (latest)
|
## 2025-05-08: Implement TCP window for net boot (latest)
|
||||||
* Signed boot and HTTP boot mode
|
* Signed boot and HTTP boot mode
|
||||||
|
|||||||
9
imager/net_install_pubkey.pem
Normal file
9
imager/net_install_pubkey.pem
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
-----BEGIN PUBLIC KEY-----
|
||||||
|
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAno9f6RGBaf2yaWTwf8+y
|
||||||
|
MO4snzEgLOr8L3S28PZBdyx2qqNrzZ+xUOfLNYI5CwvBgOyKtm5L+wJIR8NUqgBl
|
||||||
|
tvtBMAy2Auh0Qe679vN6UnsWE/o3pCgFPdmH+EcKfPqNBYODgfL+eumGM9Lo2dnl
|
||||||
|
6P3JBR4Uy2E171k4D9Pj5rhO2K4jySYwbTuFR/drB2nDBrrsUW+SArnkTLvEGLY1
|
||||||
|
nONW+AIBaqBxb+wjD/TMvVdsCWNXabcRqYM9DDgVzGePKuQdX5aBdgDnlbtDodyq
|
||||||
|
FnLcRjqGE7nSQBQILwmGl5EvHMGa8d3/aLE6eXmMCakXyF1HPRv2lOecxNMO3xTF
|
||||||
|
zwIDAQAB
|
||||||
|
-----END PUBLIC KEY-----
|
||||||
@@ -424,7 +424,7 @@ checkDependencies() {
|
|||||||
if [ $(((0x$BOARD_INFO >> 12) & 15)) = 3 ]; then
|
if [ $(((0x$BOARD_INFO >> 12) & 15)) = 3 ]; then
|
||||||
BCM_CHIP=2711
|
BCM_CHIP=2711
|
||||||
EEPROM_SIZE=524288
|
EEPROM_SIZE=524288
|
||||||
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1599135103}"
|
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1746717695}"
|
||||||
|
|
||||||
SPIDEV=/dev/spidev0.0
|
SPIDEV=/dev/spidev0.0
|
||||||
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
|
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user