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/imx8mq-u-boot.dtsi | |
| parent | 6a412faea3dd0cb07c5fb19b9c01ab0bc73e3950 (diff) | |
imx: hab: Simplify the mechanism
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/imx8mq-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/imx8mq-u-boot.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mq-u-boot.dtsi b/arch/arm/dts/imx8mq-u-boot.dtsi index b3fef862b49..90b2274754b 100644 --- a/arch/arm/dts/imx8mq-u-boot.dtsi +++ b/arch/arm/dts/imx8mq-u-boot.dtsi @@ -97,7 +97,9 @@ fit { description = "Configuration to load ATF before U-Boot"; +#ifndef CONFIG_IMX_HAB fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>; +#endif #address-cells = <1>; images { |
