public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/6] board: ti: Add support for BeaglePlay
@ 2023-07-25 18:52 Nishanth Menon
  2023-07-25 18:52 ` [PATCH 1/6] doc: board: ti: k3: Sort the boards in alphabetical order Nishanth Menon
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Nishanth Menon @ 2023-07-25 18:52 UTC (permalink / raw)
  To: Neha Malcom Francis, Tom Rini
  Cc: Bryan Brattlof, Praneeth Bajjuri, Andrew Davis, Robert Nelson,
	Vignesh R, u-boot, Nishanth Menon

Add support for BeaglePlay

Boot log: https://gist.github.com/nmenon/e82fa95cff98942bdfc5c692a610c824

Full series can be found in: https://github.com/nmenon/fix-k3-dt-u-boot/commits/beagleplay-v1

Depends on: https://lore.kernel.org/all/20230725125856.1807742-1-nm@ti.com/

Caveats:
* I have kept networking out of picture for now as it is still evolving.

Nishanth Menon (5):
  doc: board: ti: k3: Sort the boards in alphabetical order
  arm: dts: k3-am625-sk-binman: Add labels for unsigned binary
  board: ti: am62x: Add basic initialization for usb voltage, 32k
    crystal, debounce
  configs: Add am62x_beagleplay_* defconfigs
  doc: board: ti: Add beagleplay documentation

Robert Nelson (1):
  arm: dts: Add k3-am625-beagleplay

 arch/arm/dts/Makefile                         |    4 +-
 .../dts/k3-am625-beagleplay-ddr4-1600MTs.dtsi | 2195 +++++++++++++++++
 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi  |  172 ++
 arch/arm/dts/k3-am625-beagleplay.dts          |  758 ++++++
 arch/arm/dts/k3-am625-r5-beagleplay.dts       |   87 +
 arch/arm/dts/k3-am625-sk-binman.dtsi          |    4 +-
 board/ti/am62x/evm.c                          |   46 +
 configs/am62x_beagleplay_a53_defconfig        |   90 +
 configs/am62x_beagleplay_r5_defconfig         |  110 +
 doc/board/ti/am62x_beagleplay.rst             |  169 ++
 doc/board/ti/k3.rst                           |    5 +-
 11 files changed, 3635 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/k3-am625-beagleplay-ddr4-1600MTs.dtsi
 create mode 100644 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi
 create mode 100644 arch/arm/dts/k3-am625-beagleplay.dts
 create mode 100644 arch/arm/dts/k3-am625-r5-beagleplay.dts
 create mode 100644 configs/am62x_beagleplay_a53_defconfig
 create mode 100644 configs/am62x_beagleplay_r5_defconfig
 create mode 100644 doc/board/ti/am62x_beagleplay.rst

-- 
2.40.0


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

end of thread, other threads:[~2024-01-07 10:54 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 18:52 [PATCH 0/6] board: ti: Add support for BeaglePlay Nishanth Menon
2023-07-25 18:52 ` [PATCH 1/6] doc: board: ti: k3: Sort the boards in alphabetical order Nishanth Menon
2023-07-25 21:23   ` Tom Rini
2023-07-25 18:52 ` [PATCH 2/6] arm: dts: k3-am625-sk-binman: Add labels for unsigned binary Nishanth Menon
2023-07-25 21:23   ` Tom Rini
2023-07-25 18:52 ` [PATCH 3/6] board: ti: am62x: Add basic initialization for usb voltage, 32k crystal, debounce Nishanth Menon
2023-07-25 21:25   ` Tom Rini
2023-07-25 21:37     ` Nishanth Menon
2023-07-25 21:42       ` Tom Rini
2023-07-25 22:03         ` Nishanth Menon
2023-07-25 22:16           ` Francesco Dolcini
2023-07-25 22:35             ` Francesco Dolcini
2023-07-26 11:10               ` Nishanth Menon
2023-07-26 13:29                 ` Francesco Dolcini
2024-01-07 10:54                 ` Jan Kiszka
2023-07-25 18:52 ` [PATCH 4/6] arm: dts: Add k3-am625-beagleplay Nishanth Menon
2023-07-25 21:25   ` Tom Rini
2023-07-25 18:52 ` [PATCH 5/6] configs: Add am62x_beagleplay_* defconfigs Nishanth Menon
2023-07-25 18:52 ` [PATCH 6/6] doc: board: ti: Add beagleplay documentation Nishanth Menon
2023-07-25 21:35   ` Tom Rini
2023-07-25 22:00     ` Nishanth Menon
2023-07-25 22:45       ` Tom Rini
2023-07-26 14:59         ` Andrew Davis
2023-07-26 16:21           ` Tom Rini
2023-07-26 16:41             ` Andrew Davis
2023-07-26 16:49               ` Tom Rini

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