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

image.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Kumar Gala's avatar
      396f635b
      bootm: refactor image detection and os load steps · 396f635b
      Kumar Gala authored
      
      Created a bootm_start() that handles the parsing and detection of all
      the images that will be used by the bootm command (OS, ramdisk, fdt).
      As part of this we now tract all the relevant image offsets in the
      bootm_headers_t struct. This will allow us to have all the needed
      state for future sub-commands and lets us reduce a bit of arch
      specific code on SPARC.
      
      Created a bootm_load_os() that deals with decompression and loading
      the OS image.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      396f635b
      History
      bootm: refactor image detection and os load steps
      Kumar Gala authored
      
      Created a bootm_start() that handles the parsing and detection of all
      the images that will be used by the bootm command (OS, ramdisk, fdt).
      As part of this we now tract all the relevant image offsets in the
      bootm_headers_t struct. This will allow us to have all the needed
      state for future sub-commands and lets us reduce a bit of arch
      specific code on SPARC.
      
      Created a bootm_load_os() that deals with decompression and loading
      the OS image.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>