[PATCH 00/18] K3 HS Support along with fixes
Jan Kiszka
jan.kiszka at siemens.com
Wed Jul 26 08:42:52 CEST 2023
On 14.07.23 07:52, Manorit Chawdhry wrote:
> 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,
This series (at least) completely broke IOT2050 booting, specifically by
dictating EVM-specific settings on our non-EVM board. Still trying to
understand all problems and how to resolve them, either on board level
or via making the side-effects optional. Due to that, our own patches
missed rc1 :(.
Jan
--
Siemens AG, Technology
Linux Expert Center
More information about the U-Boot
mailing list