[U-Boot] [PATCH 3/3] nitrogen6x: add secure boot support

Fabio Estevam festevam at gmail.com
Thu Aug 25 18:22:29 CEST 2016


Hi Gary,

On Wed, Aug 24, 2016 at 7:17 AM, Gary Bisson
<gary.bisson at boundarydevices.com> wrote:

>> I agree with the comment in your cover letter, that this belongs
>> in a common place.
>
> Does Fabio agree with that? Also, should we differenciate the options

What about placing the options below:

+/* Secure boot (HAB) support */
+#ifdef CONFIG_SECURE_BOOT
+#define CONFIG_CSF_SIZE                        0x2000
+#define CONFIG_SYS_FSL_SEC_COMPAT      4
+#define CONFIG_FSL_CAAM
+#define CONFIG_CMD_DEKBLOB
+#define CONFIG_SYS_FSL_SEC_LE
+#endif

,into include/configs/mx6_common.h ?

Thanks


More information about the U-Boot mailing list