
19 Jan
2018
19 Jan
'18
1:51 a.m.
On 01/08/2018 12:23 AM, Sumit Garg wrote:
As part of chain of trust with confidentiality along with distro boot, linux kernel image needs to be stored in encrypted form on ext4 boot partition. So enable CONFIG_CMD_EXT4_WRITE in case of Secure boot on ARM based platforms.
Signed-off-by: Sumit Garg sumit.garg@nxp.com Reviewed-by: Tom Rini trini@konsulko.com
Changes in v3: Enable CMD_EXT4_WRITE option for ARM platforms only.
Changes in v2: Instead of adding CMD_EXT4_WRITE option in each defconfig, added this option in Kconfig.
Applied to fsl-qoriq master. Thanks.
York