public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Android 14 bootflow support for AM62X and AM62P board
@ 2024-09-12  7:29 Guillaume La Roque
  2024-09-12  7:29 ` [PATCH v2 1/3] board: ti: am62x_evm: Add android bootflow Guillaume La Roque
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Guillaume La Roque @ 2024-09-12  7:29 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>
---
Changes in v2:
- Remove uneeded part in android fragment
- Update commit message.
- Link to v1: https://lore.kernel.org/r/20240902-sitaraupstream-v1-0-0c478c33c08b@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       | 21 +++++++++++++++++++++
 doc/board/ti/am62x_sk.rst              | 14 ++++++++++++++
 include/env/ti/android.env             | 31 +++++++++++++++++++++++++++++++
 6 files changed, 106 insertions(+)
---
base-commit: 57949a99b7bd0aa21abbde1ffa7e50e5d9e10a4e
change-id: 20240830-sitaraupstream-5b18f3b9824f

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


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

end of thread, other threads:[~2024-10-03  2:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12  7:29 [PATCH v2 0/3] Add Android 14 bootflow support for AM62X and AM62P board Guillaume La Roque
2024-09-12  7:29 ` [PATCH v2 1/3] board: ti: am62x_evm: Add android bootflow Guillaume La Roque
2024-09-12 10:18   ` Mattijs Korpershoek
2024-09-12  7:29 ` [PATCH v2 2/3] board: beagle: beagleplay: Add android bootflow support Guillaume La Roque
2024-09-12  7:29 ` [PATCH v2 3/3] board: ti: am62px: " Guillaume La Roque
2024-09-16 13:27   ` Bryan Brattlof
2024-09-27 16:01     ` Guillaume LA ROQUE
2024-09-16 13:29 ` [PATCH v2 0/3] Add Android 14 bootflow support for AM62X and AM62P board Bryan Brattlof
2024-10-03  2:52 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox