mbox series

[v2,0/2] Generate all SR boot binaries

Message ID 20240425220659.2056955-1-n-francis@ti.com
Headers show
Series Generate all SR boot binaries | expand

Message

Neha Malcom Francis April 25, 2024, 10:06 p.m. UTC
Add support for missing HS SRs in the build for J721E and J7200.

Boot logs (updated for v2):
https://gist.github.com/nehamalcom/e652752623537aced8cf31308015d7c9

Changes since v2:
- removed redundant HS-SE SR2.0 generation for J721E (Andrew)

Neha Malcom Francis (2):
  arm: dts: k3-j721e-binman: Add support for HSFS1.1
  arm: dts: k3-j7200-binman: Add support for HSSE1.0 and HSFS1.0

 arch/arm/dts/k3-j7200-binman.dtsi | 95 ++++++++++++++++++++++++++++++-
 arch/arm/dts/k3-j721e-binman.dtsi | 90 ++++++++++++++++++++++++++++-
 2 files changed, 183 insertions(+), 2 deletions(-)

Comments

Tom Rini May 10, 2024, 7:32 p.m. UTC | #1
On Fri, 26 Apr 2024 03:36:57 +0530, Neha Malcom Francis wrote:

> Add support for missing HS SRs in the build for J721E and J7200.
> 
> Boot logs (updated for v2):
> https://gist.github.com/nehamalcom/e652752623537aced8cf31308015d7c9
> 
> Changes since v2:
> - removed redundant HS-SE SR2.0 generation for J721E (Andrew)
> 
> [...]

Applied to u-boot/next, thanks!