public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] u-boot support for ODROID-C4
@ 2020-05-05 20:22 Beniamino Galvani
  2020-05-05 20:22 ` [PATCH 1/2] arm: dts: import ODROID-C4 device tree Beniamino Galvani
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Beniamino Galvani @ 2020-05-05 20:22 UTC (permalink / raw)
  To: u-boot

Hi,

these two patches add initial u-boot support for Hardkernel ODROID-C4.

https://wiki.odroid.com/odroid-c4/odroid-c4

Beniamino Galvani (2):
  arm: dts: import ODROID-C4 device tree
  boards: amlogic: add ODROID-C4 support

 arch/arm/dts/Makefile                |   1 +
 arch/arm/dts/meson-sm1-odroid-c4.dts | 399 +++++++++++++++++++++++++++
 board/amlogic/odroid-c4/MAINTAINERS  |   6 +
 board/amlogic/odroid-c4/Makefile     |   3 +
 board/amlogic/odroid-c4/README       |  83 ++++++
 board/amlogic/odroid-c4/odroid-c4.c  |  17 ++
 configs/odroid-c4_defconfig          |  63 +++++
 7 files changed, 572 insertions(+)
 create mode 100644 arch/arm/dts/meson-sm1-odroid-c4.dts
 create mode 100644 board/amlogic/odroid-c4/MAINTAINERS
 create mode 100644 board/amlogic/odroid-c4/Makefile
 create mode 100644 board/amlogic/odroid-c4/README
 create mode 100644 board/amlogic/odroid-c4/odroid-c4.c
 create mode 100644 configs/odroid-c4_defconfig

-- 
2.25.1

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

end of thread, other threads:[~2020-07-02  8:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-05 20:22 [PATCH 0/2] u-boot support for ODROID-C4 Beniamino Galvani
2020-05-05 20:22 ` [PATCH 1/2] arm: dts: import ODROID-C4 device tree Beniamino Galvani
2020-05-05 20:22 ` [PATCH 2/2] boards: amlogic: add ODROID-C4 support Beniamino Galvani
2020-05-06  7:59 ` [PATCH 0/2] u-boot support for ODROID-C4 Neil Armstrong
2020-05-07 19:28   ` Beniamino Galvani
2020-06-30 11:33 ` Anand Moon
2020-06-30 13:00   ` Neil Armstrong
2020-06-30 16:02     ` Anand Moon
2020-07-01  7:52       ` Neil Armstrong
2020-07-01 11:31         ` Anand Moon
2020-07-01 13:08           ` Neil Armstrong
2020-07-01 14:43             ` Anand Moon
2020-07-01 14:46               ` Neil Armstrong
2020-07-01 16:09                 ` Anand Moon
2020-07-02  7:59                   ` Neil Armstrong
2020-07-02  8:34                     ` Anand Moon

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