File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 by also requiring the presence of a new property, "early-watchdog".
1212 See: https://github.com/raspberrypi/firmware/issues/1980
1313* helpers/config_loader: Add bootvar0 eeprom config that can be used in config.txt section expressions
14- This allows an eeprom config setting (e.g. BOOTARG0 =0x10) to be set on a board
15- which config.txt can use as a conditional expression (e.g. [ bootarg0 &0x10] ).
14+ This allows an eeprom config setting (e.g. BOOTVAR0 =0x10) to be set on a board
15+ which config.txt can use as a conditional expression (e.g. [ bootvar0 &0x10] ).
1616* arm_loader: Fix boot-watchdog stop on Pi4
1717 Fix a problem where the boot_watchdog heartbeat timer was not
1818 stopped correctly which could cause it to clash with the kernel
Original file line number Diff line number Diff line change 1111 by also requiring the presence of a new property, "early-watchdog".
1212 See: https://github.com/raspberrypi/firmware/issues/1980
1313* helpers/config_loader: Add bootvar0 eeprom config that can be used in config.txt section expressions
14- This allows an eeprom config setting (e.g. BOOTARG0 =0x10) to be set on a board
15- which config.txt can use as a conditional expression (e.g. [ bootarg0 &0x10] ).
14+ This allows an eeprom config setting (e.g. BOOTVAR0 =0x10) to be set on a board
15+ which config.txt can use as a conditional expression (e.g. [ bootvar0 &0x10] ).
1616* arm_loader: Fix boot-watchdog stop on Pi4
1717 Fix a problem where the boot_watchdog heartbeat timer was not
1818 stopped correctly which could cause it to clash with the kernel
You can’t perform that action at this time.
0 commit comments