mbox series

[0/2] Add TIFS Stub support in AM62x

Message ID 20240403120309.4026170-1-d-gole@ti.com
Headers show
Series Add TIFS Stub support in AM62x | expand

Message

Dhruva Gole April 3, 2024, 12:03 p.m. UTC
Add support for signing, detection and loading of TIFSSTUB images for
for HSSE, HSFS and GP AM62x devices.

Boot tested and Deepsleep entry exist tested with ti-linux:
https://gist.github.com/DhruvaG2000/036010f6ae75aa6443fc77f61fd74893

Patches are based on top of tag: v2024.04

Cc: Tom Rini <trini@konsulko.com>
Cc: Neha Malcom Francis <n-francis@ti.com>
Cc: Kamlesh Gurudasani <kamlesh@ti.com>
Cc: Vibhore Vardhan <vibhore@ti.com>
Cc: Vishal Mahaveer <vishalm@ti.com>
Cc: Akashdeep Kaur <a-kaur@ti.com>
Cc: Sebin Francis <sebin.francis@ti.com>

Kamlesh Gurudasani (2):
  arm: mach-k3: add support for detecting TIFSSTUB images
  arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images

 arch/arm/dts/k3-am625-sk-binman.dtsi | 141 ++++++++++++++++++++++++++-
 arch/arm/mach-k3/r5/common.c         |  24 +++++
 2 files changed, 163 insertions(+), 2 deletions(-)

Comments

Tom Rini April 12, 2024, 2:19 p.m. UTC | #1
On Wed, 03 Apr 2024 17:33:08 +0530, Dhruva Gole wrote:

> Add support for signing, detection and loading of TIFSSTUB images for
> for HSSE, HSFS and GP AM62x devices.
> 
> Boot tested and Deepsleep entry exist tested with ti-linux:
> https://gist.github.com/DhruvaG2000/036010f6ae75aa6443fc77f61fd74893
> 
> Patches are based on top of tag: v2024.04
> 
> [...]

Applied to u-boot/master, thanks!