]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: Add option to skip SPL signature checking
authorMichal Simek <michal.simek@xilinx.com>
Thu, 25 Feb 2016 13:58:24 +0000 (14:58 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 25 Feb 2016 15:21:19 +0000 (10:21 -0500)
commit299e5bb7c2377aa3d3b1ae74bceafadad71e8863
tree6c223d2d504894f49a941b5d7c348f4840c0de6d
parentcdb714d7c9c5974a15ea4e37ef9ae111cd4bdf97
test/py: Add option to skip SPL signature checking

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: Michal Simek <michal.simek@xilinx.com>
test/py/u_boot_console_base.py