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

splash_source.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Niko Mauno's avatar
    a7126edc
    splash_source: Verify FIT magic · a7126edc
    Niko Mauno authored
    
    Before reading entire FIT image, add sanity check by testing image
    header against FDT_MAGIC. This should help avoid problems in situations
    where FIT is not yet available from storage device, for example when
    performing initial programming of device.
    
    Cc: Anatolij Gustschin <agust@denx.de>
    Acked-by: default avatarTomas Melin <tomas.melin@vaisala.com>
    a7126edc
    History
    splash_source: Verify FIT magic
    Niko Mauno authored
    
    Before reading entire FIT image, add sanity check by testing image
    header against FDT_MAGIC. This should help avoid problems in situations
    where FIT is not yet available from storage device, for example when
    performing initial programming of device.
    
    Cc: Anatolij Gustschin <agust@denx.de>
    Acked-by: default avatarTomas Melin <tomas.melin@vaisala.com>