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

bootm.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Kumar Gala's avatar
    49c3a861
    bootm: Add subcommands · 49c3a861
    Kumar Gala authored
    
    Add the ability to break the steps of the bootm command into several
    subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
    
    This allows us to do things like manipulate device trees before
    they are passed to a booting kernel or setup memory for a secondary
    core in multicore situations.
    
    Not all OS types support all subcommands (currently only start, loados,
    ramdisk, fdt, and go are supported).
    
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
    49c3a861
    History
    bootm: Add subcommands
    Kumar Gala authored
    
    Add the ability to break the steps of the bootm command into several
    subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
    
    This allows us to do things like manipulate device trees before
    they are passed to a booting kernel or setup memory for a secondary
    core in multicore situations.
    
    Not all OS types support all subcommands (currently only start, loados,
    ramdisk, fdt, and go are supported).
    
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>