Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-04-05: 2712: HAT+ fixes for max-current, custom CA cert for net install and enable over-clocking to > 3GHz (latest) #560

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

timg236
Copy link
Collaborator

@timg236 timg236 commented Apr 5, 2024

  • bootloader: clock_2712: Remove restriction on arm_freq <= 3000
    See: Raspberry Pi 5 cannot overclock beyond 3.0GHz due to firmware limit(?) 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=

    where 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

…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
@timg236 timg236 merged commit d8abe8c into raspberrypi:master Apr 5, 2024
@timg236 timg236 deleted the pieeprom-2024-04-05-2712 branch April 5, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant