Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

bootstage.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Simon Glass's avatar
      fcf509b8
      bootstage: Add feature to stash/unstash bootstage info · fcf509b8
      Simon Glass authored
      
      It is useful to be able to write the bootstage information to memory for
      use by a later utility, or the Linux kernel. Provide a function to do
      this as well as a function to read bootstage information back and incorporate
      it into the current table.
      
      This also makes it possible for U-Boot to chain to another U-Boot and pass
      on its bootstage information.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      fcf509b8
      History
      bootstage: Add feature to stash/unstash bootstage info
      Simon Glass authored
      
      It is useful to be able to write the bootstage information to memory for
      use by a later utility, or the Linux kernel. Provide a function to do
      this as well as a function to read bootstage information back and incorporate
      it into the current table.
      
      This also makes it possible for U-Boot to chain to another U-Boot and pass
      on its bootstage information.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>