diff options
author | Udit Agarwal <udit.agarwal@nxp.com> | 2018-12-14 04:43:32 +0000 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-02-19 10:26:44 +0530 |
commit | 19e97e4ff79d8f89d02f4e1eb0592e2858ca50a3 (patch) | |
tree | 78de74261d4b3dcffd31e10c1d51884e93d22f86 /board/freescale | |
parent | 3e1a9b5c772af8d80d75a80fe91d3d02c63fa173 (diff) | |
download | u-boot-19e97e4ff79d8f89d02f4e1eb0592e2858ca50a3.tar.gz |
armv8: lx2160: Add secure boot target and enable distro boot.
Adds esbc validate command for verification of MC and DPC
firmware, along with secure boot defconfig.
Also enable distro boot.
Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
Signed-off-by: Peng Ma <peng.ma@nxp.com>
[PK: squash "enable DM support for SATA patch" & add maintainer]
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/lx2160a/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/freescale/lx2160a/MAINTAINERS b/board/freescale/lx2160a/MAINTAINERS index aeb7dbc581..b980fa638c 100644 --- a/board/freescale/lx2160a/MAINTAINERS +++ b/board/freescale/lx2160a/MAINTAINERS @@ -6,3 +6,8 @@ F: include/configs/lx2160a_common.h F: include/configs/lx2160ardb.h F: configs/lx2160ardb_tfa_defconfig F: arch/arm/dts/fsl-lx2160a-rdb.dts + +LX2160ARDB_SECURE_BOOT BOARD +M: Udit Agarwal <udit.agarwal@nxp.com> +S: Maintained +F: configs/lx2160ardb_tfa_SECURE_BOOT_defconfig |