public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] board: libre-computer: Add support for Libre Computer aml-a311d-cc & aml-s905d3-cc boards
@ 2024-09-20 13:33 Neil Armstrong
  2024-09-20 13:33 ` [PATCH 1/2] ARM: meson: add support for Libre Computer aml-a311d-cc Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Neil Armstrong @ 2024-09-20 13:33 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot-amlogic, u-boot, da, ilias.apalodimas, Neil Armstrong

Add support for the Libre Computer aml-a311d-cc "Alta" & aml-s905d3-cc
"Solitude" boards:
https://libre.computer/products/aml-a311d-cc/
https://libre.computer/products/aml-s905d3-cc/

The Alta & Solitude boards have a Credit Card form factor, similar to the
the previous "Le Potato" card, but with the Amlogic A311D or S903D3 SoCS,
MIPI DSI and CSI connectors. PoE header and a single USB2 Type-C
connector replacing the microUSB one for power and USB 2.0.

The boards have an embedded SPI NOR flash, and EFI Capsule support
is added.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (2):
      ARM: meson: add support for Libre Computer aml-a311d-cc
      ARM: meson: add support for Libre Computer aml-s905d3-cc

 .../dts/meson-g12b-a311d-libretech-cc-u-boot.dtsi  |  15 +++
 .../dts/meson-sm1-s905d3-libretech-cc-u-boot.dtsi  |  15 +++
 board/libre-computer/aml-a311d-cc/MAINTAINERS      |   7 ++
 board/libre-computer/aml-a311d-cc/Makefile         |   6 ++
 board/libre-computer/aml-a311d-cc/aml-a311d-cc.c   |  44 +++++++++
 board/libre-computer/aml-s905d3-cc/MAINTAINERS     |   7 ++
 board/libre-computer/aml-s905d3-cc/Makefile        |   6 ++
 board/libre-computer/aml-s905d3-cc/aml-s905d3-cc.c |  44 +++++++++
 configs/aml-a311d-cc_defconfig                     | 108 +++++++++++++++++++++
 configs/aml-s905d3-cc_defconfig                    | 108 +++++++++++++++++++++
 doc/board/amlogic/aml-a311d-cc.rst                 |  46 +++++++++
 doc/board/amlogic/aml-s905d3-cc.rst                |  46 +++++++++
 doc/board/amlogic/index.rst                        |   2 +
 13 files changed, 454 insertions(+)
---
base-commit: 13fd7a17858e5f2555a1d68e4afa75fceda0dac0
change-id: 20240920-u-boot-topic-libre-computer-solitude-alta-c3b22cbd16df

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

end of thread, other threads:[~2024-10-16  7:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 13:33 [PATCH 0/2] board: libre-computer: Add support for Libre Computer aml-a311d-cc & aml-s905d3-cc boards Neil Armstrong
2024-09-20 13:33 ` [PATCH 1/2] ARM: meson: add support for Libre Computer aml-a311d-cc Neil Armstrong
2024-10-05 14:28   ` Ilias Apalodimas
2024-09-20 13:33 ` [PATCH 2/2] ARM: meson: add support for Libre Computer aml-s905d3-cc Neil Armstrong
2024-10-16  7:15   ` Ilias Apalodimas
2024-09-30 14:27 ` [PATCH 0/2] board: libre-computer: Add support for Libre Computer aml-a311d-cc & aml-s905d3-cc boards Neil Armstrong

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