Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx8mm_var_dart_defconfig: Disable full UEFI support
The security feature maintained by variscite for secure boot on the imx8mm is HABv4 support, so this change disables full UEFI support. This reduces the size of the binaries generated for the bootloader, and avoids HAB events when enabled. Binaries size with uefi enabled: - u-boot-spl.bin 103K - u-boot.bin 977K Binaries size with uefi disabled: - u-boot-spl.bin 101K - u-boot.bin 823K This patch avoid the following events: --------- HAB Event 1 ----------------- event data: 0xdb 0x00 0x14 0x43 0x33 0x22 0x33 0x00 0x00 0x00 0x00 0x0f 0x00 0x7e 0x0b 0xc0 0x00 0x03 0xf8 0x00 STS = HAB_FAILURE (0x33) RSN = HAB_INV_ADDRESS (0x22) CTX = HAB_CTX_TARGET (0x33) ENG = HAB_ENG_ANY (0x00) --------- HAB Event 2 ----------------- event data: 0xdb 0x00 0x14 0x43 0x33 0x22 0x33 0x00 0x00 0x00 0x00 0x0f 0x00 0x7e 0x0b 0xc0 0x00 0x03 0xf6 0x60 STS = HAB_FAILURE (0x33) RSN = HAB_INV_ADDRESS (0x22) CTX = HAB_CTX_TARGET (0x33) ENG = HAB_ENG_ANY (0x00) Signed-off-by: Luan Rafael Carneiro <luan.r@variscite.com>
- Loading branch information