All of lore.kernel.org
 help / color / mirror / Atom feed
* [u-boot PATCH 0/3] k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin
@ 2022-05-09  7:29 Roger Quadros
  2022-05-09  7:29 ` [u-boot PATCH 1/3] tools: binman: add ti-secure entry type Roger Quadros
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Roger Quadros @ 2022-05-09  7:29 UTC (permalink / raw)
  To: sjg, vigneshr, nm; +Cc: trini, praneeth, u-boot, Roger Quadros

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

-- 
2.17.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-06-11 13:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09  7:29 [u-boot PATCH 0/3] k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin Roger Quadros
2022-05-09  7:29 ` [u-boot PATCH 1/3] tools: binman: add ti-secure entry type Roger Quadros
2022-05-09  7:29 ` [u-boot PATCH 2/3] tools/fdtgrep: Include __symbols__ table Roger Quadros
2022-06-10 13:42   ` Tom Rini
2022-06-11  8:43     ` Roger Quadros
2022-06-11 13:26       ` Tom Rini
2022-05-09  7:29 ` [u-boot PATCH 3/3] k3-am642-evm-u-boot: Use binman to generate u-boot.img and tispl.bin Roger Quadros
2022-05-24 22:03   ` Andrew Davis
2022-05-25  8:30     ` Roger Quadros
2022-05-25 15:14       ` Andrew Davis
2022-05-26  7:28         ` Roger Quadros
2022-05-26 14:15           ` Tom Rini
2022-05-27 17:50             ` Alper Nebi Yasak
2022-05-31  5:06               ` Roger Quadros
2022-05-31 14:15                 ` Andrew Davis
2022-06-02 17:34                   ` Alper Nebi Yasak
2022-05-09 13:39 ` [u-boot PATCH 0/3] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.