public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up
@ 2015-08-26 14:54 Igor Grinberg
  2015-08-26 14:54 ` [U-Boot] [PATCH 01/10] configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST Igor Grinberg
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Igor Grinberg @ 2015-08-26 14:54 UTC (permalink / raw)
  To: u-boot

The patch set is aimed to transferring several config options
from the old config.h configuration style to the new Kconfig
framework and also move some of the existing (in Kconfig) ones
from config.h style to the defconfig style in the ti-omap land.

It is based on the 7d31c6a (Merge git://git.denx.de/u-boot-pxa) commit
upstream.

Igor Grinberg (10):
  configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST
  Kconfig: fix typo in CONFIG_FIT description
  Kconfig: add CONFIG_BOOTDELAY
  Kconfig: add CONFIG_CMD_BOOTZ
  ti: omap3: config: remove 1 from boolean define
  ti: omap/am: move CONFIG_HUSH_PARSER to defconfig
  ti: omap/am: move CONFIG_CMD_BOOTZ to defconfig
  ti: omap/am: move CONFIG_CMD_NAND to defconfig
  ti: omap/am: move CONFIG_CMD_I2C to defconfig
  ti: omap/am: move CONFIG_BOOTDELAY to defconfig

 Kconfig                                   |  2 +-
 common/Kconfig                            | 23 +++++++++++++++++++++++
 configs/am335x_baltos_defconfig           |  6 ++++++
 configs/am335x_evm_defconfig              |  6 ++++++
 configs/am335x_evm_nor_defconfig          |  6 ++++++
 configs/am335x_evm_norboot_defconfig      |  5 +++++
 configs/am335x_evm_spiboot_defconfig      |  5 +++++
 configs/am335x_evm_usbspl_defconfig       |  6 ++++++
 configs/am335x_gp_evm_defconfig           |  4 ++++
 configs/am335x_igep0033_defconfig         |  6 ++++++
 configs/am43xx_evm_defconfig              |  6 ++++++
 configs/am43xx_evm_ethboot_defconfig      |  6 ++++++
 configs/am43xx_evm_qspiboot_defconfig     |  5 +++++
 configs/am43xx_evm_usbhost_boot_defconfig |  6 ++++++
 configs/beagle_x15_defconfig              |  5 +++++
 configs/birdland_bav335a_defconfig        |  5 +++++
 configs/birdland_bav335b_defconfig        |  5 +++++
 configs/cairo_defconfig                   |  6 ++++++
 configs/cm_t335_defconfig                 |  6 ++++++
 configs/cm_t35_defconfig                  |  8 +++++++-
 configs/cm_t43_defconfig                  |  8 +++++++-
 configs/cm_t54_defconfig                  |  5 +++++
 configs/devkit8000_defconfig              |  5 +++++
 configs/dra72_evm_defconfig               |  5 +++++
 configs/dra7xx_evm_defconfig              |  5 +++++
 configs/dra7xx_evm_qspiboot_defconfig     |  5 +++++
 configs/dra7xx_evm_uart3_defconfig        |  5 +++++
 configs/draco_defconfig                   |  1 +
 configs/duovero_defconfig                 |  5 +++++
 configs/igep0020_defconfig                |  5 +++++
 configs/igep0020_nand_defconfig           |  6 ++++++
 configs/igep0030_defconfig                |  5 +++++
 configs/igep0030_nand_defconfig           |  6 ++++++
 configs/igep0032_defconfig                |  5 +++++
 configs/k2e_evm_defconfig                 |  7 ++++++-
 configs/k2hk_evm_defconfig                |  7 ++++++-
 configs/k2l_evm_defconfig                 |  7 ++++++-
 configs/omap3_beagle_defconfig            |  6 ++++++
 configs/omap3_overo_defconfig             |  6 ++++++
 configs/omap3_pandora_defconfig           |  6 ++++++
 configs/omap3_zoom1_defconfig             |  6 ++++++
 configs/omap4_panda_defconfig             |  5 +++++
 configs/omap4_sdp4430_defconfig           |  5 +++++
 configs/omap5_uevm_defconfig              |  5 +++++
 configs/pcm051_rev1_defconfig             |  5 +++++
 configs/pcm051_rev3_defconfig             |  5 +++++
 configs/pengwyn_defconfig                 |  6 ++++++
 configs/pepper_defconfig                  |  5 +++++
 configs/pxm2_defconfig                    |  1 +
 configs/rastaban_defconfig                |  1 +
 configs/rut_defconfig                     |  1 +
 configs/thuban_defconfig                  |  1 +
 include/config_distro_defaults.h          |  6 ++++++
 include/configs/PMC440.h                  |  1 -
 include/configs/alpr.h                    |  1 -
 include/configs/cm_t35.h                  |  6 ------
 include/configs/cm_t3517.h                |  1 -
 include/configs/cm_t43.h                  |  1 -
 include/configs/cm_t54.h                  |  3 ---
 include/configs/devkit8000.h              |  1 -
 include/configs/omap3_beagle.h            |  1 -
 include/configs/omap3_cairo.h             |  4 ----
 include/configs/omap3_logic.h             |  1 -
 include/configs/omap3_overo.h             |  1 -
 include/configs/spear-common.h            |  1 -
 include/configs/tao3530.h                 |  1 -
 include/configs/ti_armv7_common.h         |  8 --------
 include/configs/ti_armv7_omap.h           |  1 -
 include/configs/ti_omap3_common.h         |  2 +-
 include/configs/xpedite517x.h             |  1 -
 include/configs/xpedite537x.h             |  1 -
 include/configs/xpedite550x.h             |  1 -
 72 files changed, 284 insertions(+), 42 deletions(-)

-- 
2.4.6

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

end of thread, other threads:[~2015-09-30  7:54 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 14:54 [U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 01/10] configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST Igor Grinberg
2015-08-27  4:53   ` Stefan Roese
2015-09-28 21:07   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-26 14:54 ` [U-Boot] [PATCH 02/10] Kconfig: fix typo in CONFIG_FIT description Igor Grinberg
2015-08-28 17:58   ` Simon Glass
2015-09-28 21:07   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-26 14:54 ` [U-Boot] [PATCH 03/10] Kconfig: add CONFIG_BOOTDELAY Igor Grinberg
2015-08-28 17:58   ` Simon Glass
2015-08-26 14:54 ` [U-Boot] [PATCH 04/10] Kconfig: add CONFIG_CMD_BOOTZ Igor Grinberg
2015-09-24  9:57   ` Igor Grinberg
2015-09-29 16:25     ` Igor Grinberg
2015-09-29 17:11       ` Tom Rini
2015-09-30  7:52         ` Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 05/10] ti: omap3: config: remove 1 from boolean define Igor Grinberg
2015-09-24  9:56   ` Igor Grinberg
2015-09-29 16:25     ` Igor Grinberg
2015-09-29 17:12       ` Tom Rini
2015-09-30  7:54         ` Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 06/10] ti: omap/am: move CONFIG_HUSH_PARSER to defconfig Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 07/10] ti: omap/am: move CONFIG_CMD_BOOTZ " Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 08/10] ti: omap/am: move CONFIG_CMD_NAND " Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 09/10] ti: omap/am: move CONFIG_CMD_I2C " Igor Grinberg
2015-08-26 14:54 ` [U-Boot] [PATCH 10/10] ti: omap/am: move CONFIG_BOOTDELAY " Igor Grinberg
2015-09-24  9:53 ` [U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up Igor Grinberg
2015-09-25 17:37   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox