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.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Bin Chen's avatar
    6808ef9a
    move booti_setup to arch/arm/lig/image.c · 6808ef9a
    Bin Chen authored
    
    Follow bootz's pattern by moving the booti_setup to arch/arm/lib.
    This allows to use booti_setup in other paths, e.g booting
    an Android image containing Image format.
    
    Note that kernel relocation is move out of booti_setup and it is the
    caller's responsibility to do it and allows them do it differently. say,
    cmd/booti.c just do a manually, while in the bootm path, we can use
    bootm_load_os(with some changes).
    
    Signed-off-by: default avatarBin Chen <bin.chen@linaro.org>
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>
    6808ef9a
    History
    move booti_setup to arch/arm/lig/image.c
    Bin Chen authored
    
    Follow bootz's pattern by moving the booti_setup to arch/arm/lib.
    This allows to use booti_setup in other paths, e.g booting
    an Android image containing Image format.
    
    Note that kernel relocation is move out of booti_setup and it is the
    caller's responsibility to do it and allows them do it differently. say,
    cmd/booti.c just do a manually, while in the bootm path, we can use
    bootm_load_os(with some changes).
    
    Signed-off-by: default avatarBin Chen <bin.chen@linaro.org>
    Reviewed-by: default avatarTom Rini <trini@konsulko.com>