]> git.ipfire.org Git - people/ms/u-boot.git/commit
armv8/ls1043ardb: add SECURE BOOT target for NOR
authorAneesh Bansal <aneesh.bansal@freescale.com>
Tue, 8 Dec 2015 08:24:29 +0000 (13:54 +0530)
committerYork Sun <yorksun@freescale.com>
Tue, 15 Dec 2015 00:57:35 +0000 (08:57 +0800)
commit9711f52806655bcfa28fe5594b91fed430beb72e
tree9e4f8aa76fd55c89cfd31c84c4ad9bc588b2d691
parente8f954a756a825130d11b9c8fca70101dd8b3ac5
armv8/ls1043ardb: add SECURE BOOT target for NOR

LS1043ARDB Secure Boot Target from NOR has been added.
- Configs defined to enable esbc_validate.
- ESBC Address in header is made 64 bit.
- SMMU is re-configured in Bypass mode.

Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/arm/include/asm/arch-fsl-layerscape/config.h
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
arch/arm/include/asm/fsl_secure_boot.h
board/freescale/common/fsl_validate.c
board/freescale/ls1043ardb/MAINTAINERS
board/freescale/ls1043ardb/ls1043ardb.c
common/cmd_blob.c
configs/ls1043ardb_SECURE_BOOT_defconfig [new file with mode: 0644]
include/configs/ls1043ardb.h
include/fsl_validate.h