All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Android 14 bootflow support for AM62X and AM62P board
@ 2024-09-02 16:31 Guillaume La Roque
  2024-09-02 16:31 ` [PATCH 1/3] board: ti: am62x_evm: Add android bootflow Guillaume La Roque
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Guillaume La Roque @ 2024-09-02 16:31 UTC (permalink / raw)
  To: Bryan Brattlof, Tom Rini, Joe Hershberger, Nishanth Menon,
	Robert Nelson, Vignesh Raghavendra
  Cc: u-boot, Mattijs Korpershoek, Vishal Mahaveer, Guillaume La Roque

Ths patchset add support of Android 14 with boot image version 4
for :
- AM62X-SK EVM: https://www.ti.com/tool/SK-AM62B
- BeaglePlay: https://beagleplay.org/
- AM62PX-SK EVM: https://www.ti.com/tool/SK-AM62P-LP

Android Images use to test this series are on the Official TI website:
- AM62x/BeaglePlay: https://www.ti.com/tool/PROCESSOR-SDK-AM62X
- AM62PX: https://www.ti.com/tool/PROCESSOR-SDK-AM62P

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
Guillaume La Roque (1):
      board: ti: am62x_evm: Add android bootflow

Mattijs Korpershoek (2):
      board: beagle: beagleplay: Add android bootflow support
      board: ti: am62px: Add android bootflow support

 board/beagle/beagleplay/beagleplay.env | 30 ++++++++++++++++++++++++++++++
 board/ti/am62px/am62px.env             |  5 +++++
 board/ti/am62x/am62x.env               |  5 +++++
 configs/am62x_a53_android.config       | 34 ++++++++++++++++++++++++++++++++++
 doc/board/ti/am62x_sk.rst              | 14 ++++++++++++++
 include/env/ti/android.env             | 31 +++++++++++++++++++++++++++++++
 6 files changed, 119 insertions(+)
---
base-commit: 57949a99b7bd0aa21abbde1ffa7e50e5d9e10a4e
change-id: 20240830-sitaraupstream-5b18f3b9824f

Best regards,
-- 
Guillaume La Roque <glaroque@baylibre.com>


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

end of thread, other threads:[~2024-09-03  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 16:31 [PATCH 0/3] Add Android 14 bootflow support for AM62X and AM62P board Guillaume La Roque
2024-09-02 16:31 ` [PATCH 1/3] board: ti: am62x_evm: Add android bootflow Guillaume La Roque
2024-09-03  7:25   ` Mattijs Korpershoek
2024-09-02 16:31 ` [PATCH 2/3] board: beagle: beagleplay: Add android bootflow support Guillaume La Roque
2024-09-03  7:27   ` Mattijs Korpershoek
2024-09-02 16:31 ` [PATCH 3/3] board: ti: am62px: " Guillaume La Roque
2024-09-03  7:40   ` Mattijs Korpershoek

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.