Skip to content

Commit

Permalink
2024-04-05: 2712: HAT+ fixes for max-current, custom CA cert for net …
Browse files Browse the repository at this point in the history
…install and enable over-clocking to > 3GHz (latest)

* bootloader: clock_2712: Remove restriction on arm_freq <= 3000
  See: raspberrypi/firmware#1876
* arm_dt: Update max_current to match HAT value
* arm_dt: Remove unused legacy parameters (core_freq, arm_freq, uart0_clkrate and cache_line_size)
* Add support for custom CA cert for network install
    You need to specify
    HTTP_HOST=myhost.com
    HTTP_PATH=/path/to/files
    HTTP_CACERT_HASH=<hash>

    where <hash> is a sha256 hash of the der encoded ca certificate.
    CA cert is added using rpi-eeprom-config.
* Optimise Vbat current draw with charging disabled
* Display OTP boot status in UART log messages.
* Preliminary support for secure-boot OTP provisioning.
* Update PCIE DET_WAKE pinmux for D0 products
  • Loading branch information
timg236 committed Apr 5, 2024
1 parent 14f0561 commit 6f4a87f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Binary file added firmware-2712/latest/pieeprom-2024-04-05.bin
Binary file not shown.
Binary file modified firmware-2712/latest/recovery.bin
Binary file not shown.
20 changes: 19 additions & 1 deletion firmware-2712/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Raspberry Pi5 bootloader EEPROM release notes

2024-04-05: HAT+ fixes for max-current, custom CA cert for net install and enable over-clocking to > 3GHz (latest)
* bootloader: clock_2712: Remove restriction on arm_freq <= 3000
See: https://github.com/raspberrypi/firmware/issues/1876
* arm_dt: Update max_current to match HAT value
* arm_dt: Remove unused legacy parameters (core_freq, arm_freq, uart0_clkrate and cache_line_size)
* Add support for custom CA cert for network install
You need to specify
HTTP_HOST=myhost.com
HTTP_PATH=/path/to/files
HTTP_CACERT_HASH=<hash>

where <hash> is a sha256 hash of the der encoded ca certificate.
CA cert is added using rpi-eeprom-config.
* Optimise Vbat current draw with charging disabled
* Display OTP boot status in UART log messages.
* Preliminary support for secure-boot OTP provisioning.
* Update PCIE DET_WAKE pinmux for D0 products

2024-02-16: u-boot loading and thermal throttling fixes (latest) (default)
* arm_loader: Move non-kernels back to 512KB
See: https://github.com/raspberrypi/firmware/issues/1868
Expand Down Expand Up @@ -97,7 +115,7 @@
* Update board-name - "Raspberry Pi 5"

2023-09-28: vcgencmd pmic_read_adcs fixes (automatic update)

* Fix the LDO names and current scaling codes
* Manufacturing test updates

Expand Down

0 comments on commit 6f4a87f

Please sign in to comment.