2024-04-05: 2712: HAT+ fixes for max-current, custom CA cert for net install and...
commitd8abe8c67d2af9168b7d72628d4bdc00b027bfbe
authorTim Gover <tim.gover@raspberrypi.com>
Fri, 5 Apr 2024 11:31:02 +0000 (5 12:31 +0100)
committerTim Gover <990920+timg236@users.noreply.github.com>
Fri, 5 Apr 2024 11:39:42 +0000 (5 12:39 +0100)
treecc8dadf360b917816ca9e24b51f6a9da8ec424bc
parent14f05613b4795a9070d40b554dff84598d684bb2
2024-04-05: 2712: 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
firmware-2712/latest/pieeprom-2024-04-05.bin [new file with mode: 0644]
firmware-2712/latest/recovery.bin
firmware-2712/release-notes.md