mbox series

[u-boot,0/3] k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin

Message ID 20220509072936.12899-1-rogerq@kernel.org
Headers show
Series k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin | expand

Message

Roger Quadros May 9, 2022, 7:29 a.m. UTC
Hi,

This series introduces ti-secure entry type for binman.

It switches from using custom tool tools/k3_fit_atf.sh to
binman for generating boot images for AM64 for both HS and non-HS
devices.

cheers,
-roger

Roger Quadros (3):
  tools: binman: add ti-secure entry type
  tools/fdtgrep: Include __symbols__ table
  k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin

 Makefile                              |   1 +
 arch/arm/dts/k3-am642-evm-binman.dtsi | 230 ++++++++++++++++++++++++++
 arch/arm/dts/k3-am642-evm-u-boot.dtsi |   3 +
 arch/arm/mach-k3/Kconfig              |   1 +
 arch/arm/mach-k3/config.mk            |   7 +
 tools/binman/entries.rst              |  15 ++
 tools/binman/etype/ti_secure.py       |  59 +++++++
 tools/binman/ftest.py                 |   7 +
 tools/binman/test/225_ti_secure.dts   |  14 ++
 tools/fdtgrep.c                       |   4 +
 10 files changed, 341 insertions(+)
 create mode 100644 arch/arm/dts/k3-am642-evm-binman.dtsi
 create mode 100644 tools/binman/etype/ti_secure.py
 create mode 100644 tools/binman/test/225_ti_secure.dts

Comments

Tom Rini May 9, 2022, 1:39 p.m. UTC | #1
On Mon, May 09, 2022 at 10:29:33AM +0300, Roger Quadros wrote:
> Hi,
> 
> This series introduces ti-secure entry type for binman.
> 
> It switches from using custom tool tools/k3_fit_atf.sh to
> binman for generating boot images for AM64 for both HS and non-HS
> devices.
> 
> cheers,
> -roger
> 
> Roger Quadros (3):
>   tools: binman: add ti-secure entry type
>   tools/fdtgrep: Include __symbols__ table
>   k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin
> 
>  Makefile                              |   1 +
>  arch/arm/dts/k3-am642-evm-binman.dtsi | 230 ++++++++++++++++++++++++++
>  arch/arm/dts/k3-am642-evm-u-boot.dtsi |   3 +
>  arch/arm/mach-k3/Kconfig              |   1 +
>  arch/arm/mach-k3/config.mk            |   7 +
>  tools/binman/entries.rst              |  15 ++
>  tools/binman/etype/ti_secure.py       |  59 +++++++
>  tools/binman/ftest.py                 |   7 +
>  tools/binman/test/225_ti_secure.dts   |  14 ++
>  tools/fdtgrep.c                       |   4 +
>  10 files changed, 341 insertions(+)
>  create mode 100644 arch/arm/dts/k3-am642-evm-binman.dtsi
>  create mode 100644 tools/binman/etype/ti_secure.py
>  create mode 100644 tools/binman/test/225_ti_secure.dts

Adding the other binman maintainer..