From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC v0 0/11]: Add <configs/omap3_common.h>
Date: Thu, 22 Mar 2012 12:09:06 -0700 [thread overview]
Message-ID: <1332443357-14062-1-git-send-email-trini@ti.com> (raw)
Hey all,
Here's something I've talked about a bit before. This series adds
include/configs/omap3_common.h and makes all CONFIG_OMAP34XX boards use
it. This particular round of posting doesn't directly apply as I'm
working off of a series of cleanups that I'll post once I'm sure I don't
find any others from doing this (unused CONFIG options) general series.
What I'm really looking for is feedback on the implementation, namely
what I lay out in the first patch of a section to set before using
omap3_common.h, including, and a section for after omap3_common.h. The
series isn't nearly complete but introduces at least one example of a
"our board isn't like all the others" in each of the sections.
I think the diffstat illustrates why we need to do something here.
include/configs/am3517_crane.h | 91 ++++------------------
include/configs/am3517_evm.h | 90 ++++------------------
include/configs/cm_t35.h | 99 ++++--------------------
include/configs/devkit8000.h | 87 ++++-----------------
include/configs/dig297.h | 100 ++++---------------------
include/configs/igep00x0.h | 78 ++++---------------
include/configs/mcx.h | 93 ++++-------------------
include/configs/mt_ventoux.h | 13 +++
include/configs/omap3_beagle.h | 97 ++++--------------------
include/configs/omap3_common.h | 131 +++++++++++++++++++++++++++++++++
include/configs/omap3_evm.h | 19 ----
include/configs/omap3_evm_common.h | 75 +++---------------
include/configs/omap3_evm_quick_mmc.h | 13 +--
include/configs/omap3_evm_quick_nand.h | 8 +-
include/configs/omap3_logic.h | 103 ++++---------------------
include/configs/omap3_mvblx.h | 93 ++++++-----------------
include/configs/omap3_overo.h | 94 ++++-------------------
include/configs/omap3_pandora.h | 94 ++++-------------------
include/configs/omap3_sdp3430.h | 107 ++++++--------------------
include/configs/omap3_zoom1.h | 94 ++++-------------------
include/configs/omap3_zoom2.h | 83 ++++----------------
include/configs/tam3517-common.h | 89 ++++------------------
include/configs/tricorder.h | 86 ++++-----------------
include/configs/twister.h | 14 +++
24 files changed, 486 insertions(+), 1365 deletions(-)
--
Tom
next reply other threads:[~2012-03-22 19:09 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-22 19:09 Tom Rini [this message]
2012-03-22 19:09 ` [U-Boot] [RFC v0 01/11] omap3+: Introduce <configs/omap3_common.h> Tom Rini
2012-03-23 1:48 ` Jason Kridner
2012-03-23 15:26 ` Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 02/11] omap3: Move DISPLAY_CPUINFO / DISPLAY_BOARDINFO to common Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 03/11] omap3: Move V_OSCK / V_SCLK to omap3_common.h Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 04/11] omap3: Move '#undef CONFIG_USE_IRQ' " Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 05/11] omap3: Move CONFIG_MISC_INIT_R " Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 06/11] omap3: Move ATAGS and OF_LIBFDT " Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 07/11] omap3: Move SYS_MALLOC_LEN and ENV_SIZE " Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 08/11] omap3: Consolidate UART information in omap3_common.h Tom Rini
2012-04-03 21:35 ` Mike Frysinger
2012-04-03 23:45 ` Tom Rini
2012-04-04 2:42 ` Mike Frysinger
2012-04-04 18:19 ` Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 09/11] omap3: Consolidate HSMMC support into omap3_common.h Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 10/11] omap3: Consolidate NAND information in omap3_common.h Tom Rini
2012-03-22 19:09 ` [U-Boot] [RFC v0 11/11] omap3: Consolidate I2C information into omap3_common.h Tom Rini
2012-04-03 21:37 ` [U-Boot] [RFC v0 0/11]: Add <configs/omap3_common.h> Mike Frysinger
2012-04-03 23:35 ` Tom Rini
2012-04-04 2:46 ` Mike Frysinger
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=1332443357-14062-1-git-send-email-trini@ti.com \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/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