From 50198ddbb3f8b34f9d4fc881a34dcd1715b1d61d Mon Sep 17 00:00:00 2001 From: Ulises Cardenas Date: Tue, 16 Jun 2015 12:36:41 -0500 Subject: MLK-11059 imx: HAB unable to support Encrypted boot for 4096-bit keys Abstracted the CSF size in imximage from a hardcoded value to a config setting CONFIG_CSF_SIZE. This configuration is only enabled for secure boot. Increased the size of the CSF default allocation to 0x4000. This size covers the event the worst case of 4906-bits keys. --- board/freescale/mx6slevk/imximage.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/mx6slevk/imximage.cfg') diff --git a/board/freescale/mx6slevk/imximage.cfg b/board/freescale/mx6slevk/imximage.cfg index 2dc5976..16576da 100644 --- a/board/freescale/mx6slevk/imximage.cfg +++ b/board/freescale/mx6slevk/imximage.cfg @@ -29,7 +29,7 @@ PLUGIN board/freescale/mx6slevk/plugin.bin 0x00907000 #else #ifdef CONFIG_SECURE_BOOT -CSF 0x2000 +CSF CONFIG_CSF_SIZE #endif /* -- cgit v1.1