From: carlo@caione.org (Carlo Caione)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/2] Prepare U-Boot for more Amlogic boards
Date: Thu, 9 Jun 2016 16:45:41 +0200 [thread overview]
Message-ID: <1465483543-2240-1-git-send-email-carlo@caione.org> (raw)
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.
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/amlogic/odroid-c2/Kconfig | 12 ++++++
board/amlogic/odroid-c2/MAINTAINERS | 6 +++
board/amlogic/odroid-c2/Makefile | 7 ++++
board/amlogic/odroid-c2/README | 60 ++++++++++++++++++++++++++++++
board/amlogic/odroid-c2/odroid-c2.c | 67 ++++++++++++++++++++++++++++++++++
board/hardkernel/odroid-c2/Kconfig | 12 ------
board/hardkernel/odroid-c2/MAINTAINERS | 6 ---
board/hardkernel/odroid-c2/Makefile | 7 ----
board/hardkernel/odroid-c2/README | 60 ------------------------------
board/hardkernel/odroid-c2/odroid-c2.c | 67 ----------------------------------
include/configs/meson-gxbb-common.h | 45 +++++++++++++++++++++++
include/configs/odroid-c2.h | 34 +----------------
13 files changed, 199 insertions(+), 186 deletions(-)
create mode 100644 board/amlogic/odroid-c2/Kconfig
create mode 100644 board/amlogic/odroid-c2/MAINTAINERS
create mode 100644 board/amlogic/odroid-c2/Makefile
create mode 100644 board/amlogic/odroid-c2/README
create mode 100644 board/amlogic/odroid-c2/odroid-c2.c
delete mode 100644 board/hardkernel/odroid-c2/Kconfig
delete mode 100644 board/hardkernel/odroid-c2/MAINTAINERS
delete mode 100644 board/hardkernel/odroid-c2/Makefile
delete mode 100644 board/hardkernel/odroid-c2/README
delete mode 100644 board/hardkernel/odroid-c2/odroid-c2.c
create mode 100644 include/configs/meson-gxbb-common.h
--
2.7.4
next reply other threads:[~2016-06-09 14:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-09 14:45 Carlo Caione [this message]
2016-06-09 14:45 ` [PATCH 1/2] configs: gxbb: Introduce a common config header file Carlo Caione
2016-06-10 0:36 ` Simon Glass
2016-06-09 14:45 ` [PATCH 2/2] board: amlogic: Rename folder for Amlogic boards Carlo Caione
2016-06-10 0:36 ` Simon Glass
[not found] ` <CANe6Qb8gdVpENDGTeR+tz6Y+0mvTRyEZJGHppDngEH8V3MAxCg@mail.gmail.com>
2016-06-10 8:19 ` Carlo Caione
2016-06-10 16:44 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465483543-2240-1-git-send-email-carlo@caione.org \
--to=carlo@caione.org \
--cc=linus-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®