pieeprom-2025-09-25: 2712: Apply UART_BAUD in early bootsys UART init (latest)

* Apply UART_BAUD in early bootsys UART init
  Update bootsys and fatal error handlers to use the user
  defined UART_BAUD rate.
* rpifwcrypto: Add support for ECDSA P-256 key generation
This commit is contained in:
Tim Gover
2025-09-25 21:55:18 +01:00
committed by Tim Gover
parent b818b44bd5
commit 2164519657
3 changed files with 7 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,12 @@
# Raspberry Pi5 bootloader EEPROM release notes # Raspberry Pi5 bootloader EEPROM release notes
## 2025-09-25: Apply UART_BAUD in early bootsys UART init (latest)
* Apply UART_BAUD in early bootsys UART init
Update bootsys and fatal error handlers to use the user
defined UART_BAUD rate.
* rpifwcrypto: Add support for ECDSA P-256 key generation
## 2025-09-23: Fix TFTP to allow larger files (latest) ## 2025-09-23: Fix TFTP to allow larger files (latest)
* Fix TFTP to allow larger files * Fix TFTP to allow larger files