Re: [U-Boot] [PATCH v2 0/5] arm: imx6: Enable Secure Boot (HAB) with SPL Builds

2017-01-02 Thread Stefano Babic
On 06/11/2016 16:37, Sven Ebenfeld wrote: > When trying to build U-Boot for Wandboard with Secure Boot, the build fails > because it tries to compile the dekblob commands within the SPL. The dekblob > command depends on the CAAM driver, which is also not required in the SPL. > Additionally, this b

[U-Boot] [PATCH v2 0/5] arm: imx6: Enable Secure Boot (HAB) with SPL Builds

2016-11-06 Thread Sven Ebenfeld
When trying to build U-Boot for Wandboard with Secure Boot, the build fails because it tries to compile the dekblob commands within the SPL. The dekblob command depends on the CAAM driver, which is also not required in the SPL. Additionally, this blows the SPL up to a size beyond the limit of 69Ki