Skip to content

Conversation

@timg236
Copy link
Collaborator

@timg236 timg236 commented Aug 13, 2025

  • Enable the PARTITION_WALK property by default
    Previously, the new PARTITION_WALK which searches for bootable partitions after a failure had to be explicitly enabled. Change the default to be enabled by default. It can be switched off by setting PARTITION_WALK=0 in the EEPROM config.
  • Optimise bootmain for size on Pi4
    Pi4 only has a 512KB SPI flash EEPROM and the addition of features plus fixes is now causing contention for space between the code and the EEPROM config. Since bootmain is only responsible for loading start.elf revert to the original configuration which is optimised for size rather than speed. Pi5 continues to be optimised for speed.

…(latest)

* Enable the PARTITION_WALK property by default
  Previously, the new PARTITION_WALK which searches for bootable
  partitions after a failure had to be explicitly enabled. Change
  the default to be enabled by default. It can be switched off by
  setting PARTITION_WALK=0 in the EEPROM config.
* Optimise bootmain for size on Pi4
  Pi4 only has a 512KB SPI flash EEPROM and the addition of features
  plus fixes is now causing contention for space between the code and
  the EEPROM config. Since bootmain is only responsible for loading
  start.elf revert to the original configuration which is optimised
  for size rather than speed. Pi5 continues to be optimised for speed.
@timg236 timg236 merged commit a9ad050 into raspberrypi:master Aug 13, 2025
1 check passed
@timg236 timg236 deleted the bootloader-2025-08-13-2711 branch August 13, 2025 14:12
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