Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
  • Matt Mower's avatar
    8df3191b
    Allow custom bootloader msg offset in block misc · 8df3191b
    Matt Mower authored
    Globally define BOARD_RECOVERY_BLDRMSG_OFFSET with a decimal integer
    to offset the read/write location in misc where the bootloader message
    should appear. Example:
    
      BOARD_GLOBAL_CFLAGS := -DBOARD_RECOVERY_BLDRMSG_OFFSET=2048
    
    Edify commands get_stage and set_stage need to be aware of the
    custom bootloader msg offset because they write the stage directly
    to the BCB.
    
    Change-Id: Ifdb5ffe3e893a651be59ae63e3a0ebadd828c9f2
    8df3191b
    Allow custom bootloader msg offset in block misc
    Matt Mower authored
    Globally define BOARD_RECOVERY_BLDRMSG_OFFSET with a decimal integer
    to offset the read/write location in misc where the bootloader message
    should appear. Example:
    
      BOARD_GLOBAL_CFLAGS := -DBOARD_RECOVERY_BLDRMSG_OFFSET=2048
    
    Edify commands get_stage and set_stage need to be aware of the
    custom bootloader msg offset because they write the stage directly
    to the BCB.
    
    Change-Id: Ifdb5ffe3e893a651be59ae63e3a0ebadd828c9f2
Loading