public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Basic support for Amlogic GXBaby and ODROID-C2
@ 2016-03-27 20:22 Beniamino Galvani
  2016-03-27 20:22 ` [U-Boot] [PATCH 1/5] arm: add initial support for Amlogic Meson " Beniamino Galvani
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Beniamino Galvani @ 2016-03-27 20:22 UTC (permalink / raw)
  To: u-boot

Hi,

this series adds a very basic support for Amlogic S905 SoC (GXBaby)
and for the ODROID-C2 board [1], and is based on u-boot sources
available from the board vendor [2].

Mainline kernel support is still in early stages [3] and the plan is
to add more features to u-boot (mmc, ethernet, ...) as soon as they
are available in the kernel; this submission only includes definition
of platform, board and UART support.

Beniamino

[1] http://www.hardkernel.com/main/products/prdt_info.php?g_code=G145457216438
[2] https://github.com/hardkernel/u-boot/tree/odroidc2-v2015.01
[3] https://lkml.org/lkml/2016/3/1/1401

Beniamino Galvani (5):
  arm: add initial support for Amlogic Meson and ODROID-C2
  arm: dts: import Meson files
  serial: add support for Amlogic Meson UART
  arm: meson: use device tree
  meson: odroid-c2: enable serial

 arch/arm/Kconfig                       |   5 +
 arch/arm/Makefile                      |   1 +
 arch/arm/dts/Makefile                  |   2 +
 arch/arm/dts/meson-gxbb-odroidc2.dts   |  65 ++++++++++
 arch/arm/dts/meson-gxbb.dtsi           | 211 +++++++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-meson/gxbb.h |  10 ++
 arch/arm/mach-meson/Kconfig            |  31 +++++
 arch/arm/mach-meson/Makefile           |   7 ++
 arch/arm/mach-meson/board.c            |  69 +++++++++++
 board/hardkernel/odroid-c2/Kconfig     |  12 ++
 board/hardkernel/odroid-c2/MAINTAINERS |   6 +
 board/hardkernel/odroid-c2/Makefile    |   7 ++
 board/hardkernel/odroid-c2/README      |  34 ++++++
 board/hardkernel/odroid-c2/odroid-c2.c |   7 ++
 configs/odroid-c2_defconfig            |  18 +++
 drivers/serial/Kconfig                 |  14 +++
 drivers/serial/Makefile                |   1 +
 drivers/serial/serial_meson.c          | 162 +++++++++++++++++++++++++
 include/configs/odroid-c2.h            |  55 +++++++++
 19 files changed, 717 insertions(+)
 create mode 100644 arch/arm/dts/meson-gxbb-odroidc2.dts
 create mode 100644 arch/arm/dts/meson-gxbb.dtsi
 create mode 100644 arch/arm/include/asm/arch-meson/gxbb.h
 create mode 100644 arch/arm/mach-meson/Kconfig
 create mode 100644 arch/arm/mach-meson/Makefile
 create mode 100644 arch/arm/mach-meson/board.c
 create mode 100644 board/hardkernel/odroid-c2/Kconfig
 create mode 100644 board/hardkernel/odroid-c2/MAINTAINERS
 create mode 100644 board/hardkernel/odroid-c2/Makefile
 create mode 100644 board/hardkernel/odroid-c2/README
 create mode 100644 board/hardkernel/odroid-c2/odroid-c2.c
 create mode 100644 configs/odroid-c2_defconfig
 create mode 100644 drivers/serial/serial_meson.c
 create mode 100644 include/configs/odroid-c2.h

-- 
2.4.3

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

end of thread, other threads:[~2016-03-30 22:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-27 20:22 [U-Boot] [PATCH 0/5] Basic support for Amlogic GXBaby and ODROID-C2 Beniamino Galvani
2016-03-27 20:22 ` [U-Boot] [PATCH 1/5] arm: add initial support for Amlogic Meson " Beniamino Galvani
2016-03-27 20:22 ` [U-Boot] [PATCH 2/5] arm: dts: import Meson files Beniamino Galvani
2016-03-27 20:22 ` [U-Boot] [PATCH 3/5] serial: add support for Amlogic Meson UART Beniamino Galvani
2016-03-27 20:22 ` [U-Boot] [PATCH 4/5] arm: meson: use device tree Beniamino Galvani
2016-03-27 20:22 ` [U-Boot] [PATCH 5/5] meson: odroid-c2: enable serial Beniamino Galvani
2016-03-28  8:58   ` Carlo Caione
2016-03-29 22:06     ` Tom Rini
2016-03-30 22:05       ` Beniamino Galvani
2016-03-30 22:04     ` Beniamino Galvani
2016-03-28  9:25 ` [U-Boot] [PATCH 0/5] Basic support for Amlogic GXBaby and ODROID-C2 Carlo Caione
2016-03-30 21:56   ` Beniamino Galvani

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