diff options
author | Marek Vasut <marex@denx.de> | 2023-05-28 23:00:30 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-24 13:47:02 -0400 |
commit | 6039e0edc8540bd2abee780549b260bdaf089168 (patch) | |
tree | 4e179f7c6962564dd11fba3d6bb551603b368457 /arch/arm/dts/imx8mn-u-boot.dtsi | |
parent | 6a412faea3dd0cb07c5fb19b9c01ab0bc73e3950 (diff) | |
download | u-boot-6039e0edc8540bd2abee780549b260bdaf089168.tar.gz |
imx: hab: Simplify the mechanismWIP/2023-06-23-assorted-important-fixes
The current mechanism is unnecessarily complex. Simplify the whole mechanism
such that the entire fitImage is signed, IVT is placed at the end, followed
by CSF, and this entire bundle is also authenticated. This makes the signing
scripting far simpler.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/dts/imx8mn-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/imx8mn-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mn-u-boot.dtsi b/arch/arm/dts/imx8mn-u-boot.dtsi index cef20dab468..5046b38e4e2 100644 --- a/arch/arm/dts/imx8mn-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-u-boot.dtsi @@ -145,7 +145,9 @@ fit { description = "Configuration to load ATF before U-Boot"; +#ifndef CONFIG_IMX_HAB fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>; +#endif fit,fdt-list = "of-list"; #address-cells = <1>; |