Skip to content

Commit

Permalink
pieeprom-2024-07-30: 2712: Optimized SDRAM timings for Pi5 8GB (latest)
Browse files Browse the repository at this point in the history
* Optimize all-banks/per-bank refresh timings for Pi5 8GB
* Improve compatibility for booting from some USB SD card readers
    #527
* Add enable_rp1_uart=1 to config.txt to initialise RP1 UART0 immediately
  prior to starting the ARMs get earlycon on 40-pin header (pins 14,15)
  Also requires pciex4_reset=0 in config.txt
  earlycon=pl011,0x1f00030000,115200n8
  • Loading branch information
timg236 committed Jul 30, 2024
1 parent f7aa474 commit 945d708
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added firmware-2712/latest/pieeprom-2024-07-30.bin
Binary file not shown.
9 changes: 9 additions & 0 deletions firmware-2712/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Raspberry Pi5 bootloader EEPROM release notes

## 2024-07-30: Optimized SDRAM timings for Pi5 8GB (default)
* Optimize all-banks/per-bank refresh timings for Pi5 8GB
* Improve compatibility for booting from some USB SD card readers
https://github.com/raspberrypi/rpi-eeprom/issues/527
* Add enable_rp1_uart=1 to config.txt to initialise RP1 UART0 immediately
prior to starting the ARMs get earlycon on 40-pin header (pins 14,15)
Also requires pciex4_reset=0 in config.txt
earlycon=pl011,0x1f00030000,115200n8

## 2024-07-25: Support CM4 nEXTRST on CM5
* Drive nEXTRST on CM5 for CM4IO compatibility.
* Preliminary changes for CM5 Lite.
Expand Down

0 comments on commit 945d708

Please sign in to comment.