All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
@ 2016-06-10 18:18 ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: u-boot

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] 18+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.