Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Michal Simek's avatar
    299e5bb7
    test/py: Add option to skip SPL signature checking · 299e5bb7
    Michal Simek authored
    
    Provide user option to skip SPL signature verification for cases where
    u-boot is build with SPL support but full U-Boot is also verified
    without SPL.
    
    If you want to support this feature please add env__spl_skipped = True
    to your boardenv configuration file.
    
    For example Xilinx Zynq is using this feature where the same U-Boot
    binary is checked with SPL and without SPL(with FSBL).
    
    Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
    299e5bb7
    History
    test/py: Add option to skip SPL signature checking
    Michal Simek authored
    
    Provide user option to skip SPL signature verification for cases where
    u-boot is build with SPL support but full U-Boot is also verified
    without SPL.
    
    If you want to support this feature please add env__spl_skipped = True
    to your boardenv configuration file.
    
    For example Xilinx Zynq is using this feature where the same U-Boot
    binary is checked with SPL and without SPL(with FSBL).
    
    Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>