From d5fc7430ca293213dd4f1de7f52446c17d4def6a Mon Sep 17 00:00:00 2001 From: Yutang Jiang Date: Thu, 1 Dec 2016 23:01:27 +0800 Subject: layerscape: uboot-layerscape: prefer github over git.freescale.com In order to prevent the impact of the merger of the company and the potential rebase of the SDK repositories, migrate the u-boot source to github. Signed-off-by: Yutang Jiang --- ...PPA-Enable-PPA-validation-in-case-of-secu.patch | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 package/boot/uboot-layerscape/patches/0080-ls1012ardb-PPA-Enable-PPA-validation-in-case-of-secu.patch (limited to 'package/boot/uboot-layerscape/patches/0080-ls1012ardb-PPA-Enable-PPA-validation-in-case-of-secu.patch') diff --git a/package/boot/uboot-layerscape/patches/0080-ls1012ardb-PPA-Enable-PPA-validation-in-case-of-secu.patch b/package/boot/uboot-layerscape/patches/0080-ls1012ardb-PPA-Enable-PPA-validation-in-case-of-secu.patch deleted file mode 100644 index 9c072f0..0000000 --- a/package/boot/uboot-layerscape/patches/0080-ls1012ardb-PPA-Enable-PPA-validation-in-case-of-secu.patch +++ /dev/null @@ -1,54 +0,0 @@ -From b43d6d42d734e78bd9b805a62f2a64933c144a41 Mon Sep 17 00:00:00 2001 -From: Sumit Garg -Date: Thu, 14 Jul 2016 07:20:02 -0400 -Subject: [PATCH 80/93] ls1012ardb: PPA: Enable PPA validation in case of - secure boot - -As part of Secure Boot Chain of trust, enable validation of PPA image -before the image is started. - -Signed-off-by: Sumit Garg ---- - arch/arm/include/asm/fsl_secure_boot.h | 2 ++ - include/configs/ls1012a_common.h | 2 -- - include/configs/ls1012ardb.h | 2 ++ - 3 files changed, 4 insertions(+), 2 deletions(-) - -diff --git a/arch/arm/include/asm/fsl_secure_boot.h b/arch/arm/include/asm/fsl_secure_boot.h -index b2e9105..0580fcd 100644 ---- a/arch/arm/include/asm/fsl_secure_boot.h -+++ b/arch/arm/include/asm/fsl_secure_boot.h -@@ -107,6 +107,8 @@ - #ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP - #ifdef CONFIG_LS1043A - #define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x600c0000 -+#else -+#define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x40480000 - #endif - #else - #error "No CONFIG_SYS_LS_PPA_FW_IN_xxx defined" -diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h -index 0d64889..7e935ad 100644 ---- a/include/configs/ls1012a_common.h -+++ b/include/configs/ls1012a_common.h -@@ -191,6 +191,4 @@ - #define CONFIG_DOS_PARTITION - #define CONFIG_CMD_EXT2 - --#include -- - #endif /* __LS1012A_COMMON_H */ -diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h -index e97c1f9..d78edd2 100644 ---- a/include/configs/ls1012ardb.h -+++ b/include/configs/ls1012ardb.h -@@ -149,4 +149,6 @@ - - #define CONFIG_FSL_CAAM /* Enable CAAM */ - -+#include -+ - #endif /* __LS1012ARDB_H__ */ --- -1.7.9.5 - -- cgit v1.1