[PATCH 00/18] K3 HS Support along with fixes
Manorit Chawdhry
m-chawdhry at ti.com
Fri Jul 14 07:52:23 CEST 2023
The series focuses on fixes for various boards along with moving to
standards and enabling the FIT_SIGNATURE for K3 Platforms towards the
end.
Dependencies:
https://lore.kernel.org/u-boot/20230712183453.7623-1-n-francis@ti.com/
Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
---
Andrew Davis (4):
environment: ti: Prefix ARM64 DTB names with directory
environment: ti: Make get_fdt_mmc common
configs: Enable setexpr command on TI devices
arm: k3: Add regex/gsub command handling
Kamlesh Gurudasani (3):
board: ti: am64x: am64x.env: set fdtfile env variable
configs: k3: make consistent bootcmd across all k3 socs
configs: am64: Fix booting of fitImage on AM64x
Manorit Chawdhry (11):
arch: mach-k3: security: fix the check for authentication
Kconfig: j721s2: Fix the scratchpad base
mach-k3: common: correct the calculations for determining firewalls
include: j7*_evm.h: Cleanups to be done
configs: k3: Remove saved environments
env: Make common bootcmd across all k3 devices
include: armv7: Enable distroboot across all configs
board: ti: keys: add .key and .crt for fit signature signing
k3-*-binman: dts: Pack u-boot.dtb instead of soc specific dtb
lib: Kconfig: k3: Enable SHA512 for fit signature
Kconfig: Enable FIT_SIGNATURE if ARM64
arch/arm/Kconfig | 2 +
arch/arm/dts/k3-am625-sk-binman.dtsi | 2 +-
arch/arm/dts/k3-am62a-sk-binman.dtsi | 2 +-
arch/arm/dts/k3-am64x-binman.dtsi | 2 +-
arch/arm/dts/k3-am65x-binman.dtsi | 2 +-
arch/arm/dts/k3-j7200-binman.dtsi | 2 +-
arch/arm/dts/k3-j721e-binman.dtsi | 2 +-
arch/arm/dts/k3-j721s2-binman.dtsi | 2 +-
arch/arm/mach-k3/Kconfig | 2 +-
arch/arm/mach-k3/common.c | 3 +-
arch/arm/mach-k3/common.h | 2 +-
arch/arm/mach-k3/security.c | 5 +-
board/ti/am62ax/am62ax.env | 3 +-
board/ti/am62x/am62x.env | 3 +-
board/ti/am64x/am64x.env | 6 +-
board/ti/am65x/am65x.env | 3 +-
board/ti/j721e/j721e.env | 9 +-
board/ti/j721s2/j721s2.env | 7 +-
board/ti/keys/custMpk.crt | 33 ++++++
board/ti/keys/custMpk.key | 51 +++++++++
boot/Kconfig | 3 +-
configs/am335x_hs_evm_defconfig | 1 -
configs/am43xx_hs_evm_defconfig | 1 -
configs/am43xx_hs_evm_qspi_defconfig | 1 -
configs/am57xx_hs_evm_defconfig | 1 -
configs/am57xx_hs_evm_usb_defconfig | 1 -
configs/am62ax_evm_a53_defconfig | 1 +
configs/am62x_evm_a53_defconfig | 3 +-
configs/am64x_evm_a53_defconfig | 7 +-
configs/am65x_evm_a53_defconfig | 1 -
configs/am65x_hs_evm_a53_defconfig | 1 -
configs/j7200_evm_a72_defconfig | 7 +-
configs/j721e_evm_a72_defconfig | 7 +-
configs/j721s2_evm_a72_defconfig | 6 +-
doc/board/ti/k3.rst | 172 +++++++++++++++++++++++++++++
include/configs/am62ax_evm.h | 71 ------------
include/configs/am62x_evm.h | 27 -----
include/configs/j721e_evm.h | 32 ------
include/configs/j721s2_evm.h | 5 -
include/configs/ti_armv7_common.h | 50 +++++++++
include/environment/ti/mmc.env | 5 +-
include/environment/ti/ti_armv7_common.env | 11 +-
lib/Kconfig | 1 +
43 files changed, 356 insertions(+), 202 deletions(-)
---
base-commit: 26bd02c45a97f77cfb6afac4ee4f61fb9c5c7007
change-id: 20230713-b4-upstream-fit-image-support-9d3c113ebab7
Best regards,
--
Manorit Chawdhry <m-chawdhry at ti.com>
More information about the U-Boot
mailing list