All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] MIPS Kconfig updates
@ 2014-10-26 13:37 Daniel Schwierzeck
  2014-10-26 13:37 ` [U-Boot] [PATCH 1/6] MIPS: kconfig: add options for endianess select Daniel Schwierzeck
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Daniel Schwierzeck @ 2014-10-26 13:37 UTC (permalink / raw)
  To: u-boot

This patch series introduce Kconfig symbols for various MIPS
specific config options. It also add Kconfig symbols for board
specific config options on vct and dbau1x00. With this series the
option CONFIG_SYS_EXTRA_OPTIONS becomes obsolete for existing
MIPS boards.

This series is also available at
git://git.denx.de/u-boot-mips.git mips_kconfig_v1


Daniel Schwierzeck (6):
  MIPS: kconfig: add options for endianess select
  MIPS: kconfig: add options for CPU type select
  MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
  MIPS: kconfig: merge targets qemu_mips and qemu_mips64
  MIPS: kconfig: add options for dbau1x00 board variant select
  MIPS: kconfig: add options for vct board variant select

 arch/mips/Kconfig                               | 110 +++++++++++++++++++++++-
 board/dbau1x00/Kconfig                          |  21 ++++-
 board/imgtec/malta/Kconfig                      |   3 -
 board/micronas/vct/Kconfig                      |  27 +++++-
 board/pb1x00/Kconfig                            |   3 -
 board/qemu-mips/Kconfig                         |  19 +---
 configs/dbau1000_defconfig                      |   1 +
 configs/dbau1100_defconfig                      |   3 +-
 configs/dbau1500_defconfig                      |   3 +-
 configs/dbau1550_defconfig                      |   3 +-
 configs/dbau1550_el_defconfig                   |   3 +-
 configs/malta_defconfig                         |   2 +-
 configs/maltael_defconfig                       |   2 +-
 configs/pb1000_defconfig                        |   1 +
 configs/qemu_mips64_defconfig                   |   5 +-
 configs/qemu_mips64el_defconfig                 |   5 +-
 configs/qemu_mips_defconfig                     |   3 +-
 configs/qemu_mipsel_defconfig                   |   3 +-
 configs/vct_platinum_defconfig                  |   3 +-
 configs/vct_platinum_onenand_defconfig          |   4 +-
 configs/vct_platinum_onenand_small_defconfig    |   5 +-
 configs/vct_platinum_small_defconfig            |   4 +-
 configs/vct_platinumavc_defconfig               |   3 +-
 configs/vct_platinumavc_onenand_defconfig       |   4 +-
 configs/vct_platinumavc_onenand_small_defconfig |   5 +-
 configs/vct_platinumavc_small_defconfig         |   4 +-
 configs/vct_premium_defconfig                   |   3 +-
 configs/vct_premium_onenand_defconfig           |   4 +-
 configs/vct_premium_onenand_small_defconfig     |   5 +-
 configs/vct_premium_small_defconfig             |   4 +-
 30 files changed, 210 insertions(+), 55 deletions(-)

-- 
2.1.1

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

end of thread, other threads:[~2014-10-27  7:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26 13:37 [U-Boot] [PATCH 0/6] MIPS Kconfig updates Daniel Schwierzeck
2014-10-26 13:37 ` [U-Boot] [PATCH 1/6] MIPS: kconfig: add options for endianess select Daniel Schwierzeck
2014-10-26 13:37 ` [U-Boot] [PATCH 2/6] MIPS: kconfig: add options for CPU type select Daniel Schwierzeck
2014-10-26 13:37 ` [U-Boot] [PATCH 3/6] MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS Daniel Schwierzeck
2014-10-26 13:37 ` [U-Boot] [PATCH 4/6] MIPS: kconfig: merge targets qemu_mips and qemu_mips64 Daniel Schwierzeck
2014-10-26 13:37 ` [U-Boot] [PATCH 5/6] MIPS: kconfig: add options for dbau1x00 board variant select Daniel Schwierzeck
2014-10-26 13:37 ` [U-Boot] [PATCH 6/6] MIPS: kconfig: add options for vct " Daniel Schwierzeck
2014-10-27  7:21 ` [U-Boot] [PATCH 0/6] MIPS Kconfig updates Stefan Roese

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.