Skip to content

Commit 655c1f0

Browse files
committed
pieeprom-2025-12-08: 2712: arm_loader: Add machine ID derived from OTP values (latest)
* arm_loader: Add machine ID derived from OTP values Machine ID is generated and exposed in device tree as rpi-machine-id * arm_ldconfig: Avoid double os_prefix on initramfs When using auto_initramfs we were picking up prefix from the kernel, but also adding os_prefix later: fname = prefixed_path(initramfs_file, os_prefix, temp_path, sizeof(temp_path)); See: https://forums.raspberrypi.com/viewtopic.php?t=394238
1 parent 907c5a6 commit 655c1f0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
2 MB
Binary file not shown.

firmware-2712/latest/recovery.bin

16 Bytes
Binary file not shown.

firmware-2712/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3+
## 2025-12-08: arm_loader: Add machine ID derived from OTP values (latest)
4+
5+
* arm_loader: Add machine ID derived from OTP values
6+
Machine ID is generated and exposed in device tree as rpi-machine-id
7+
* arm_ldconfig: Avoid double os_prefix on initramfs
8+
When using auto_initramfs we were picking up prefix from the kernel,
9+
but also adding os_prefix later:
10+
fname = prefixed_path(initramfs_file, os_prefix, temp_path, sizeof(temp_path));
11+
See: https://forums.raspberrypi.com/viewtopic.php?t=394238
12+
313
## 2025-11-27: Stop partition-walk after boot-mode timeout/retries limit (latest)
414

515
* pi5: Write over-voltage config to the UART log

0 commit comments

Comments
 (0)