mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Merge branch 'master' into debian/bullseye
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Raspberry Pi4 bootloader EEPROM release notes
|
# Raspberry Pi4 bootloader EEPROM release notes
|
||||||
|
|
||||||
|
## 2023-01-12 - Promote previous BETA release to STABLE
|
||||||
|
* Sign the 2023-01-04 release with the secure-boot ROM key and release
|
||||||
|
as pieeprom-2023-01-11.bin
|
||||||
|
|
||||||
## 2023-01-04 - VL805 firmware update - BETA
|
## 2023-01-04 - VL805 firmware update - BETA
|
||||||
* Update VL805 to 138C0 - fix for handling of split transactions
|
* Update VL805 to 138C0 - fix for handling of split transactions
|
||||||
https://github.com/raspberrypi/linux/pull/5262
|
https://github.com/raspberrypi/linux/pull/5262
|
||||||
|
|||||||
BIN
firmware/stable/pieeprom-2023-01-11.bin
Normal file
BIN
firmware/stable/pieeprom-2023-01-11.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
firmware/stable/vl805-000138c0.bin
Normal file
BIN
firmware/stable/vl805-000138c0.bin
Normal file
Binary file not shown.
@@ -126,7 +126,7 @@ getBootloaderConfig() {
|
|||||||
|
|
||||||
if [ -f "${blconfig_alias}" ]; then
|
if [ -f "${blconfig_alias}" ]; then
|
||||||
local blconfig_ofnode_path="/sys/firmware/devicetree/base"$(strings "${blconfig_alias}")""
|
local blconfig_ofnode_path="/sys/firmware/devicetree/base"$(strings "${blconfig_alias}")""
|
||||||
local blconfig_ofnode_link=$(find -L /sys/bus/nvmem -samefile "${blconfig_ofnode_path}" 2>/dev/null)
|
local blconfig_ofnode_link=$(find -L /sys/bus/nvmem -maxdepth 3 -samefile "${blconfig_ofnode_path}" 2>/dev/null)
|
||||||
|
|
||||||
if [ -e "${blconfig_ofnode_link}" ]; then
|
if [ -e "${blconfig_ofnode_link}" ]; then
|
||||||
blconfig_nvmem_path=$(dirname "${blconfig_ofnode_link}")
|
blconfig_nvmem_path=$(dirname "${blconfig_ofnode_link}")
|
||||||
|
|||||||
Reference in New Issue
Block a user