FIT_IMAGE_POST_PROCESS to
include support for secure image creation and authentication
Signed-off-by: Madan Srinivas
---
Changes in v2:
- Updates MAINTAINERS with K2L HS
MAINTAINERS | 1 +
configs/k2l_hs_evm_defconfig | 43 +++
2 files
This patch updates the default u-boot env for K2L HS devices
to install the secure boot monitor and load the fitImage during
boot.
Signed-off-by: Madan Srinivas
Acked-by: Andrew F. Davis
---
Changes in v2: None
include/configs/k2l_evm.h | 9 +
1 file changed, 9 insertions(+)
diff
This series adds support for the secure Lammar (K2L) SoC.
It defines a new defconfig file for K2L HS, based on the GP K2L defconfig
and updates the u-boot default env variables to install the secure
boot-monitor on startup.
Changes in v2:
- Updates MAINTAINERS with K2L HS
Madan
creation and authentication
Signed-off-by: Madan Srinivas
---
configs/k2l_hs_evm_defconfig | 43 +++
1 file changed, 43 insertions(+)
create mode 100644 configs/k2l_hs_evm_defconfig
diff --git a/configs/k2l_hs_evm_defconfig b/configs/k2l_hs_evm_defconfig
This patch updates the default u-boot env for K2L HS devices
to install the secure boot monitor and load the fitImage during
boot.
Signed-off-by: Madan Srinivas
---
include/configs/k2l_evm.h | 9 +
1 file changed, 9 insertions(+)
diff --git a/include/configs/k2l_evm.h b/include
This series adds support for the secure Lammar (K2L) SoC.
It defines a new defconfig file for K2L HS, based on the GP K2L defconfig
and updates the u-boot default env variables to install the secure
boot-monitor on startup.
Madan Srinivas (2):
configs: k2l: Updates u-boot env to install
rely
submitted by Andrew Davis
Signed-off-by: Vitaly Andrianov
Signed-off-by: Madan Srinivas
Acked-by: Andrew F. Davis
---
Changes in v2: None
arch/arm/cpu/armv7/omap-common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/omap-common/Kconfig
b/
Adds an additional image type needed for supporting secure keystone
devices. The build generates u-boot_HS_XIP_X-LOADER which can
be used to boot from all media on secure keystone devices.
Signed-off-by: Madan Srinivas
Cc: Andrew F. Davis
---
Changes in v2:
- Changes the target for secure
yption.
Signed-off-by: Vitaly Andrianov
Signed-off-by: Madan Srinivas
Cc: Andrew F. Davis
---
Changes in v2:
- Updates k2e_hs_evm_defconfig to reduce the delta seen if one
regenerates it using savedefconfig or similar tools.
configs/k2e_hs_evm_defconfig | 43 +
Add a section describing the secure boot image used on
keystone secure devices.
This patch applies on top of the patch
doc: Update info on using AM33xx secure devices from TI
submitted by Andrew Davis
Signed-off-by: Madan Srinivas
---
Changes in v2:
- Updates the secure keystone image name to
KS2. For more details refer doc/README.ti-secure
Signed-off-by: Vitaly Andrianov
Signed-off-by: Madan Srinivas
Cc: Lokesh Vutla
Cc: Dan Murphy
---
Changes in v2:
- The following changes are made to mon.c based on review comments
Adds NULL pointer check before calling authentication
keystone devices.
- Updates k2e_hs_evm_defconfig to reduce the delta seen if one
regenerates it using savedefconfig or similar tools.
Madan Srinivas (4):
include: image.h: Fixes build warning with
CONFIG_FIT_IMAGE_POST_PROCESS
arm: omap-common: adds secure image name common to OMAP and
As K2 can directly boot u-boot, add u-boot_HS_MLO as the
secure image while booting secure K2 devicesr, for all
boot modes other than SPI flash.
Signed-off-by: Madan Srinivas
---
Changes in v2:
- Adds a new name for the signed output image in config_secure.mk
to keep it in line with the
'board_fit_image_post_process' warning while building u-boot. This
patch fixes this warning.
Signed-off-by: Madan Srinivas
Acked-by: Andrew F. Davis
Cc: Andrew F. Davis
---
Changes in v2:
- Corrects typo in commit message for PATCH 1/7 in this series
include/image.h | 3 ++-
1 file
yption.
Signed-off-by: Vitaly Andrianov
Signed-off-by: Madan Srinivas
---
configs/k2e_hs_evm_defconfig | 44
1 file changed, 44 insertions(+)
create mode 100644 configs/k2e_hs_evm_defconfig
diff --git a/configs/k2e_hs_evm_defconfig b/configs/k2e_
Add a section describing the secure boot image used on
keystone secure devices.
This patch applies on top of the patch
doc: Update info on using AM33xx secure devices from TI
submitted by Andrew Davis
Signed-off-by: Madan Srinivas
---
doc/README.ti-secure | 20
1 file
As K2 can directly boot u-boot, re-use u-boot_HS_XIP_X-LOADER
as the secure image while booting secure K2 devices. Updates the
comments in the file to reflect this.
Signed-off-by: Madan Srinivas
---
arch/arm/cpu/armv7/omap-common/config_secure.mk | 4 +++-
1 file changed, 3 insertions(+), 1
Adds an additional image type needed for supporting secure keystone
devices. The build generates u-boot_HS_XIP_X-LOADER which can
be used to boot from all media on secure keystone devices.
Signed-off-by: Madan Srinivas
---
arch/arm/mach-keystone/config.mk | 6 ++
1 file changed, 6
KS2. For more details refer doc/README.ti-secure
Signed-off-by: Vitaly Andrianov
Signed-off-by: Madan Srinivas
---
arch/arm/mach-keystone/mon.c | 53
1 file changed, 53 insertions(+)
diff --git a/arch/arm/mach-keystone/mon.c b/arch/arm/mach-keystone
rely
sumitted by Andrew Davis
Signed-off-by: Vitaly Andrianov
Signed-off-by: Madan Srinivas
---
arch/arm/cpu/armv7/omap-common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/omap-common/Kconfig
b/arch/arm/cpu/armv7/omap-common/Kconfig
index 4da
'board_fit_image_post_process' warning while building u-boot. This
patch fixes this warning.
Signed-off-by: Madan Srinivas
---
include/image.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/image.h b/include/image.h
index 64da722..6884421 100644
--- a/include/ima
to note :-
-Support for SPL on secure keystone devices is still TBD,
so boot from SPI flash, which needs SPL, is not supported currently
on K2 devices.
-A single image will work across all boot media for secure K2 devices.
Madan Srinivas (4):
include: image.h
Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for
AM437x HS EVMs. This syncs up the config options between
GP and HS EVMs.
Signed-off-by: Madan Srinivas
Reviewed-by: Lokesh Vutla
---
Changes in v2:
Rebased patch to apply without errors on u-boot master branch.
configs
Adds FIT support to the SPL and u-boot for AM437x HS devices.
Signed-off-by: Madan Srinivas
Reviewed-by: Lokesh Vutla
---
Changes in v3:
Rebased patch to apply without errors on u-boot master branch.
Changes in v2:
Removes NAND that was incorrectly added in v1 to
Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for
AM437x HS EVMs. This syncs up the config options between
GP and HS EVMs.
Signed-off-by: Madan Srinivas
---
configs/am437x_hs_evm_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/am437x_hs_evm_defconfig
Adds FIT support to the SPL and u-boot for AM437x HS devices.
Signed-off-by: Madan Srinivas
---
Changes in v2:
configs/am437x_hs_evm_defconfig:
Removes NAND that was incorrectly added in v1 to
CONFIG_SYS_EXTRA_OPTIONS
configs/am437x_hs_evm_defconfig | 4
1 file changed, 4
26 matches
Mail list logo