[U-Boot] [PATCH] armv8: Secure Boot: Modify boot_a_script definition

2018-11-08 Thread Vinitha V Pillai
boot_script_hdr does not exist, it should not continue to boot. So adding separate validation after loading boot_script Signed-off-by: Vinitha V Pillai --- include/configs/ls1012afrwy.h| 3 ++- include/configs/ls1012ardb.h | 3 ++- include/configs/ls1021atwr.h | 3 ++- include

[U-Boot] [PATCH] armv8: lx2160ardb: Add TFABOOT Secure Boot support

2018-11-08 Thread Vinitha V Pillai
Signed-off-by: Vinitha V Pillai --- configs/lx2160ardb_tfa_SECURE_BOOT_defconfig | 83 include/configs/lx2160a_common.h | 12 ++- 2 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig diff --git a

[U-Boot] [PATCH] ls1088ardb_pb: Secure boot: Change bootscript and header name

2018-09-12 Thread Vinitha V Pillai
Change bootscript and its header name in ls1088ardb_pb board specific file Signed-off-by: Vinitha V Pillai --- include/configs/ls1088ardb_pb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ls1088ardb_pb.h b/include/configs/ls1088ardb_pb.h index 8f4612a

[U-Boot] [PATCH v2] Board: ls1088ardb: Enable PCIe config for Secure boot defconfigs

2018-07-16 Thread Vinitha V Pillai
Enable PCIe config options in LS1088 SD Secure Boot defconfig Signed-off-by: Vinitha V Pillai --- Changes in v2: Changed the commit message and added reviewers configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs

[U-Boot] [PATCH] armv8: LS1088ARDB: Fix PCIe issue on SD Secure Boot

2018-07-16 Thread Vinitha V Pillai
Enable PCIe config options in LS1088 SD Secure Boot defconfig Signed-off-by: Vinitha V Pillai --- configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig b/configs

[U-Boot] [PATCH] LS1088ARDB: Secure Boot:Change load address of dpl header in SD

2018-06-20 Thread Vinitha V Pillai
Change address of DPL header in SD Signed-off-by: Vinitha V Pillai --- include/configs/ls1088ardb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index e629814..40b1716 100644 --- a/include/configs/ls1088ardb.h

[U-Boot] [PATCH] LS1043ARBD: Fix SD Boot issue with PPA

2018-06-06 Thread Vinitha V Pillai
CONFIG_SPL_FSL_LS_PPA is needed only in case of falcon boot Support for this is not present in PPA currently, so removing the default option from defconfig Signed-off-by: Vinitha V Pillai Signed-off-by: Ruchika Gupta --- configs/ls1043ardb_sdcard_defconfig | 1 - 1 file changed, 1 deletion

[U-Boot] [PATCH 2/2] LS1012AFRWY: Add Secure Boot support

2018-05-06 Thread Vinitha V Pillai
Added the following: 1. defconfig for LS1012AFRWY Secure boot 2. PfE Validation support Signed-off-by: Vinitha V Pillai This patch depends on the following patches: https://patchwork.ozlabs.org/patch/908676/ https://patchwork.ozlabs.org/patch/908089/ --- arch/arm/Kconfig

[U-Boot] [PATCH 1/2] board: move ppa header address in board specific kconfig

2018-05-06 Thread Vinitha V Pillai
Since, ppa firmware address is moved to board specific Kconfig, moving their respective headers also to the same Kconfig files. Signed-off-by: Vinitha V Pillai This patch depends on the following patches: https://patchwork.ozlabs.org/patch/908676/ https://patchwork.ozlabs.org

[U-Boot] [PATCH v2] LS2088ARDB: Secure Boot: Fix fall back option failure

2018-02-26 Thread Vinitha V Pillai
Fix NOR, SD and QSPI fallback option failure in case of secure boot Signed-off-by: Vinitha V Pillai --- Changes in v2: Changed the commit message. Since changes have been made for NOR, SD and QSPI, that has been added in the commit message include/configs/ls2080ardb.h | 14 +++--- 1