linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
@ 2016-06-10 18:18 Carlo Caione
  2016-06-10 18:18 ` [PATCH v2 1/2] configs: gxbb: Introduce a common config header file Carlo Caione
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: linus-amlogic

From: Carlo Caione <carlo@endlessm.com>

Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
submissions.
The goal is to reduce the redundancy of the configuration files and unify all
the board support files onto a single amlogic directory.

Changelog:
v2:
 - Added Reviewed-by
 - Now 2/2 clearly shows the renaming

Carlo Caione (2):
  configs: gxbb: Introduce a common config header file
  board: amlogic: Rename folder for Amlogic boards

 arch/arm/mach-meson/Kconfig                        |  2 +-
 board/{hardkernel => amlogic}/odroid-c2/Kconfig    |  2 +-
 .../{hardkernel => amlogic}/odroid-c2/MAINTAINERS  |  2 +-
 board/{hardkernel => amlogic}/odroid-c2/Makefile   |  0
 board/{hardkernel => amlogic}/odroid-c2/README     |  0
 .../{hardkernel => amlogic}/odroid-c2/odroid-c2.c  |  0
 include/configs/meson-gxbb-common.h                | 45 ++++++++++++++++++++++
 include/configs/odroid-c2.h                        | 34 +---------------
 8 files changed, 49 insertions(+), 36 deletions(-)
 rename board/{hardkernel => amlogic}/odroid-c2/Kconfig (85%)
 rename board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS (80%)
 rename board/{hardkernel => amlogic}/odroid-c2/Makefile (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/README (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c (100%)
 create mode 100644 include/configs/meson-gxbb-common.h

-- 
2.7.4

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

end of thread, other threads:[~2016-06-25  2:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 18:18 [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards Carlo Caione
2016-06-10 18:18 ` [PATCH v2 1/2] configs: gxbb: Introduce a common config header file Carlo Caione
2016-06-12 21:03   ` Beniamino Galvani
2016-06-25  2:51   ` [U-Boot,v2,1/2] " Tom Rini
2016-06-10 18:18 ` [PATCH v2 2/2] board: amlogic: Rename folder for Amlogic boards Carlo Caione
2016-06-12 21:05   ` Beniamino Galvani
2016-06-25  2:52   ` [U-Boot,v2,2/2] " Tom Rini
2016-06-24 21:01 ` [PATCH v2 0/2] Prepare U-Boot for more " Carlo Caione
2016-06-24 21:11   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).