|
@@ -11,6 +11,7 @@
|
|
#include <asm/arch/sys_proto.h>
|
|
#include <asm/arch/sys_proto.h>
|
|
#include <asm/imx-common/boot_mode.h>
|
|
#include <asm/imx-common/boot_mode.h>
|
|
#include <asm/imx-common/dma.h>
|
|
#include <asm/imx-common/dma.h>
|
|
|
|
+#include <asm/imx-common/hab.h>
|
|
#include <asm/arch/crm_regs.h>
|
|
#include <asm/arch/crm_regs.h>
|
|
#include <dm.h>
|
|
#include <dm.h>
|
|
#include <imx_thermal.h>
|
|
#include <imx_thermal.h>
|
|
@@ -28,6 +29,13 @@ U_BOOT_DEVICE(imx7_thermal) = {
|
|
};
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#if defined(CONFIG_SECURE_BOOT)
|
|
|
|
+struct imx_sec_config_fuse_t const imx_sec_config_fuse = {
|
|
|
|
+ .bank = 1,
|
|
|
|
+ .word = 3,
|
|
|
|
+};
|
|
|
|
+#endif
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* OCOTP_TESTER3[9:8] (see Fusemap Description Table offset 0x440)
|
|
* OCOTP_TESTER3[9:8] (see Fusemap Description Table offset 0x440)
|
|
* defines a 2-bit SPEED_GRADING
|
|
* defines a 2-bit SPEED_GRADING
|