All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RFC v0 0/11]: Add <configs/omap3_common.h>
@ 2012-03-22 19:09 Tom Rini
  2012-03-22 19:09 ` [U-Boot] [RFC v0 01/11] omap3+: Introduce <configs/omap3_common.h> Tom Rini
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Tom Rini @ 2012-03-22 19:09 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2012-04-04 18:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 19:09 [U-Boot] [RFC v0 0/11]: Add <configs/omap3_common.h> Tom Rini
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

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.