All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prafulla Wadaskar <prafulla@marvell.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 06/15] kirkwood: kconfig: refactor Kconfig and defconfig
Date: Wed, 6 Aug 2014 03:09:25 -0700	[thread overview]
Message-ID: <F766E4F80769BD478052FB6533FA745D5944BD4E6A@SC-VEXCH4.marvell.com> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D5944BD4E68@SC-VEXCH4.marvell.com>



> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> bounces at lists.denx.de] On Behalf Of Prafulla Wadaskar
> Sent: 06 August 2014 15:35
> To: Masahiro Yamada; u-boot at lists.denx.de
> Cc: Tom Rini; Luka Perkov
> Subject: Re: [U-Boot] [PATCH v2 06/15] kirkwood:
> kconfig: refactor Kconfig and defconfig
> 
> 
> 
> > -----Original Message-----
> > From: Masahiro Yamada
> > [mailto:yamada.m at jp.panasonic.com]
> > Sent: 06 August 2014 08:48
> > To: u-boot at lists.denx.de
> > Cc: Tom Rini; Simon Glass; Masahiro Yamada; Prafulla
> > Wadaskar; Luka Perkov
> > Subject: [PATCH v2 06/15] kirkwood: kconfig: refactor
> > Kconfig and defconfig
> >
> > Becuase the board select menu in arch/arm/Kconfig is
> > too big,
> > move the KirkWood board select menu to
> > kirkwood/Kconfig.
> >
> > Consolidate also common settings
> > (CONFIG_SYS_CPU="arm926ejs" and
> > CONFIG_SYS_SOC="kirkwood").
> >
> > Signed-off-by: Masahiro Yamada
> > <yamada.m@jp.panasonic.com>
> > Cc: Prafulla Wadaskar <prafulla@marvell.com>
> > Cc: Luka Perkov <luka@openwrt.org>
> > ---
> >
> > Changes in v2:
> >   - Fix some board names pointed out by Luka Perkov.
> >
> >  arch/arm/Kconfig                        | 75 ++-----
> --
> > ------------------
> >  arch/arm/cpu/arm926ejs/kirkwood/Kconfig | 89
> > +++++++++++++++++++++++++++++++++
> >  board/LaCie/net2big_v2/Kconfig          |  8 ---
> >  board/LaCie/netspace_v2/Kconfig         |  8 ---
> >  board/LaCie/wireless_space/Kconfig      |  8 ---
> >  board/Marvell/dreamplug/Kconfig         |  8 ---
> >  board/Marvell/guruplug/Kconfig          |  8 ---
> >  board/Marvell/mv88f6281gtw_ge/Kconfig   |  8 ---
> >  board/Marvell/openrd/Kconfig            |  8 ---
> >  board/Marvell/rd6281a/Kconfig           |  8 ---
> >  board/Marvell/sheevaplug/Kconfig        |  8 ---
> >  board/Seagate/dockstar/Kconfig          |  8 ---
> >  board/Seagate/goflexhome/Kconfig        |  8 ---
> >  board/buffalo/lsxl/Kconfig              |  8 ---
> >  board/cloudengines/pogo_e02/Kconfig     |  8 ---
> >  board/d-link/dns325/Kconfig             |  8 ---
> >  board/iomega/iconnect/Kconfig           |  8 ---
> >  board/karo/tk71/Kconfig                 |  8 ---
> >  board/keymile/km_arm/Kconfig            |  8 ---
> >  board/raidsonic/ib62x0/Kconfig          |  8 ---
> >  configs/d2net_v2_defconfig              |  1 +
> >  configs/dns325_defconfig                |  1 +
> >  configs/dockstar_defconfig              |  1 +
> >  configs/dreamplug_defconfig             |  1 +
> >  configs/goflexhome_defconfig            |  1 +
> >  configs/guruplug_defconfig              |  1 +
> >  configs/ib62x0_defconfig                |  1 +
> >  configs/iconnect_defconfig              |  1 +
> >  configs/inetspace_v2_defconfig          |  1 +
> >  configs/km_kirkwood_128m16_defconfig    |  1 +
> >  configs/km_kirkwood_defconfig           |  1 +
> >  configs/km_kirkwood_pci_defconfig       |  1 +
> >  configs/kmcoge5un_defconfig             |  1 +
> >  configs/kmnusa_defconfig                |  1 +
> >  configs/kmsugp1_defconfig               |  1 +
> >  configs/kmsuv31_defconfig               |  1 +
> >  configs/lschlv2_defconfig               |  1 +
> >  configs/lsxhl_defconfig                 |  1 +
> >  configs/mgcoge3un_defconfig             |  1 +
> >  configs/mv88f6281gtw_ge_defconfig       |  1 +
> >  configs/net2big_v2_defconfig            |  1 +
> >  configs/netspace_lite_v2_defconfig      |  1 +
> >  configs/netspace_max_v2_defconfig       |  1 +
> >  configs/netspace_mini_v2_defconfig      |  1 +
> >  configs/netspace_v2_defconfig           |  1 +
> >  configs/openrd_base_defconfig           |  1 +
> >  configs/openrd_client_defconfig         |  1 +
> >  configs/openrd_ultimate_defconfig       |  1 +
> >  configs/pogo_e02_defconfig              |  1 +
> >  configs/portl2_defconfig                |  1 +
> >  configs/rd6281a_defconfig               |  1 +
> >  configs/sheevaplug_defconfig            |  1 +
> >  configs/tk71_defconfig                  |  1 +
> >  configs/wireless_space_defconfig        |  1 +
> >  include/configs/dns325.h                |  1 -
> >  include/configs/dockstar.h              |  1 -
> >  include/configs/dreamplug.h             |  1 -
> >  include/configs/goflexhome.h            |  1 -
> >  include/configs/guruplug.h              |  1 -
> >  include/configs/ib62x0.h                |  1 -
> >  include/configs/iconnect.h              |  1 -
> >  include/configs/km/km_arm.h             |  1 -
> >  include/configs/lacie_kw.h              |  1 -
> >  include/configs/lsxl.h                  |  1 -
> >  include/configs/mv88f6281gtw_ge.h       |  1 -
> >  include/configs/openrd.h                |  1 -
> >  include/configs/pogo_e02.h              |  1 -
> >  include/configs/rd6281a.h               |  1 -
> >  include/configs/sheevaplug.h            |  1 -
> >  include/configs/tk71.h                  |  1 -
> >  include/configs/wireless_space.h        |  1 -
> >  71 files changed, 127 insertions(+), 232 deletions(-
> )
> 
> Acked-by: Prafulla Wadasdkar <prafulla@marvell.com>
> 
> Will be pulled latter...
> 

Sorry ... Just consider ack, I think this entire patch series will be pulled by u-boot ARM custodian.
(if I am not wrong).
 
Regards...
Prafulla . . .

  reply	other threads:[~2014-08-06 10:09 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06  3:17 [U-Boot] [PATCH v2 0/15] arm: kconfig: move board select menus and other settings to SoC dir Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 01/15] omap: remove omap5912osk board support Masahiro Yamada
2014-08-23 12:45   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-08-06  3:17 ` [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and common settings Masahiro Yamada
2014-08-06  6:39   ` [U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and commonsettings Michal Simek
2014-08-06  6:49     ` Masahiro Yamada
2014-08-06  7:57       ` Michal Simek
2014-08-06  8:31         ` Masahiro Yamada
2014-08-06  9:10           ` Michal Simek
2014-08-06  9:48             ` Masahiro Yamada
2014-08-06 11:27               ` Michal Simek
2014-08-18  2:55                 ` Masahiro Yamada
2014-08-06 11:27               ` Michal Simek
2014-08-06  3:17 ` [U-Boot] [PATCH v2 03/15] tegra: kconfig: move board select menu and common settings Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 04/15] rmobile: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 05/15] versatile: kconfig: move " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 06/15] kirkwood: kconfig: refactor Kconfig and defconfig Masahiro Yamada
2014-08-06 10:05   ` Prafulla Wadaskar
2014-08-06 10:09     ` Prafulla Wadaskar [this message]
2014-08-20 10:14       ` Albert ARIBAUD
2014-08-06  3:17 ` [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings Masahiro Yamada
2014-08-12  2:43   ` Minkyu Kang
2014-08-22  8:16     ` Lukasz Majewski
2014-08-22  8:24       ` Masahiro Yamada
2014-08-22  8:27         ` Lukasz Majewski
2014-08-28 19:53         ` Tom Rini
2014-08-29  2:57           ` Masahiro Yamada
2014-08-29 14:38             ` Tom Rini
2014-08-06  3:17 ` [U-Boot] [PATCH v2 08/15] davinci: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 09/15] omap3: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 10/15] omap4: " Masahiro Yamada
2014-08-06  3:17 ` [U-Boot] [PATCH v2 11/15] omap5: " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 12/15] keystone: " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 13/15] orion5x: " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 14/15] highbank: kconfig: move " Masahiro Yamada
2014-08-06  3:18 ` [U-Boot] [PATCH v2 15/15] nomadik: kconfig: move board select menu and " Masahiro Yamada
2014-08-09  8:00 ` [U-Boot] [PATCH v2 0/15] arm: kconfig: move board select menus and other settings to SoC dir Masahiro YAMADA

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=F766E4F80769BD478052FB6533FA745D5944BD4E6A@SC-VEXCH4.marvell.com \
    --to=prafulla@marvell.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 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.