Skip to content
Snippets Groups Projects
  1. Sep 24, 2024
    • Martyn Welch's avatar
      POC of fallback support for bootstd · a04aca47
      Martyn Welch authored
      
      Add a mechanism that can be used in conjunction with bootcount to boot
      an alternative option should the default option fail a specified number
      of times. This would typically be used to ensure fallback to a previous
      installation after an upgrade.
      
      This proof of concept requires the addtion of a "fallback" top level
      menu item, listing a label and mirroring that of the "default" menu
      item. At the moment, the environment should contain the "altbootcmd"
      variable which, assuming the "bootcmd" variable is set to:
      
          bootflow scan -lb
      
      Would be set to:
      
          bootmeth set extlinux fallback 1; bootflow scan -lb
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      a04aca47
  2. Sep 21, 2024
  3. Sep 20, 2024
  4. Sep 16, 2024
  5. Sep 13, 2024
    • Tom Rini's avatar
      Merge tag 'doc-2024-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi · a7b83ade
      Tom Rini authored
      Pull request doc-2024-10-rc4
      
      * doc/develop/sending_patches.rst: Clarify when to use which branch
      * doc/arch/m68k.rst: Update toolchain comment
      * doc/arch/mips.rst: Update toolchain list
      * doc: Update rST to not reference the old wiki
      * doc/mkeficapsule.1: Update homepage link
      * bootcount: Update to point to current documentation
      * binman: Update links for sending patches
      a7b83ade
  6. Sep 12, 2024
  7. Sep 10, 2024
  8. Sep 09, 2024
  9. Sep 08, 2024
Loading