Re: [U-Boot] [PATCH v2] test/py: Add option to skip SPL signature checking

2016-02-25 Thread Michal Simek
On 23.2.2016 18:17, Stephen Warren wrote: > On 02/23/2016 02:40 AM, Michal Simek wrote: >> 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

Re: [U-Boot] [PATCH v2] test/py: Add option to skip SPL signature checking

2016-02-23 Thread Stephen Warren
On 02/23/2016 02:40 AM, Michal Simek wrote: 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

[U-Boot] [PATCH v2] test/py: Add option to skip SPL signature checking

2016-02-23 Thread Michal Simek
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 f