Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Marek Vasut's avatar
    44f074c7
    BOOT: Add "bootz" command to boot Linux zImage on ARM · 44f074c7
    Marek Vasut authored
    
    This command boots Linux zImage from where the zImage is loaded to. Passing
    initrd and fdt is supported.
    
    Tested on i.MX28 based DENX M28EVK
    Tested on PXA270 based Voipac PXA270.
    
    NOTE: This currently only supports ARM, but other architectures can be easily
    added by defining bootz_setup().
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Tom Warren <TWarren@nvidia.com>
    Cc: albert.u.boot@aribaud.net
    Cc: afleming@gmail.com,
    Cc: Simon Glass <sjg@chromium.org>,
    Cc: Stephen Warren <swarren@nvidia.com>
    Cc: Nicolas Pitre <nico@fluxnic.net>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Detlev Zundel <dzu@denx.de>
    44f074c7
    History
    BOOT: Add "bootz" command to boot Linux zImage on ARM
    Marek Vasut authored
    
    This command boots Linux zImage from where the zImage is loaded to. Passing
    initrd and fdt is supported.
    
    Tested on i.MX28 based DENX M28EVK
    Tested on PXA270 based Voipac PXA270.
    
    NOTE: This currently only supports ARM, but other architectures can be easily
    added by defining bootz_setup().
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Tom Warren <TWarren@nvidia.com>
    Cc: albert.u.boot@aribaud.net
    Cc: afleming@gmail.com,
    Cc: Simon Glass <sjg@chromium.org>,
    Cc: Stephen Warren <swarren@nvidia.com>
    Cc: Nicolas Pitre <nico@fluxnic.net>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Detlev Zundel <dzu@denx.de>