public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] kconfig: Move CONFIG_SYS_HZ and CONFIG_USE_PRIVATE_LIBGCC, bug fixes
@ 2014-09-26 10:23 Masahiro Yamada
  2014-09-26 10:23 ` [U-Boot] [PATCH 1/7] kconfig: move CONFIG_SYS_HZ to lib/Kconfig Masahiro Yamada
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Masahiro Yamada @ 2014-09-26 10:23 UTC (permalink / raw)
  To: u-boot




Masahiro Yamada (7):
  kconfig: move CONFIG_SYS_HZ to lib/Kconfig
  x86: set CONFIG_USE_PRIVATE_LIBGCC to y
  kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=<path/to/libgcc> syntax
  kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
  kbuild: fix a bug of the u-boot-spl link rule
  kconfig: invoke silentoldconfig if spl,tpl/.config is updated
  mips: enable CONFIG_USE_PRIVATE_LIBGCC by default

 Makefile                                |  4 ----
 README                                  |  7 -------
 arch/Kconfig                            |  5 +++++
 arch/arm/cpu/armv7/tegra-common/Kconfig |  3 +++
 arch/mips/Kconfig                       |  3 +++
 arch/x86/Kconfig                        |  3 +++
 arch/x86/config.mk                      |  3 ---
 arch/x86/include/asm/config.h           |  1 +
 arch/x86/lib/Makefile                   |  6 +++---
 include/config_fallbacks.h              |  4 ----
 include/configs/cm_fx6.h                |  1 -
 include/configs/edb93xx.h               |  1 -
 include/configs/ks2_evm.h               |  1 -
 include/configs/ls1021aqds.h            |  1 -
 include/configs/ls1021atwr.h            |  1 -
 include/configs/ls2085a_common.h        |  2 --
 include/configs/sunxi-common.h          |  2 --
 include/configs/tegra-common.h          |  4 ----
 include/configs/tqma6.h                 |  1 -
 lib/Kconfig                             | 19 +++++++++++++++++++
 lib/time.c                              |  4 ----
 scripts/Makefile.spl                    |  8 ++++----
 scripts/multiconfig.sh                  | 15 +++++++++++++++
 23 files changed, 56 insertions(+), 43 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-10-08 10:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 10:23 [U-Boot] [PATCH 0/7] kconfig: Move CONFIG_SYS_HZ and CONFIG_USE_PRIVATE_LIBGCC, bug fixes Masahiro Yamada
2014-09-26 10:23 ` [U-Boot] [PATCH 1/7] kconfig: move CONFIG_SYS_HZ to lib/Kconfig Masahiro Yamada
2014-09-26 10:38   ` Marek Vasut
2014-09-26 10:23 ` [U-Boot] [PATCH 2/7] x86: set CONFIG_USE_PRIVATE_LIBGCC to y Masahiro Yamada
2014-10-06 20:14   ` Simon Glass
2014-09-26 10:23 ` [U-Boot] [PATCH 3/7] kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=<path/to/libgcc> syntax Masahiro Yamada
2014-10-06 20:15   ` Simon Glass
2014-09-26 10:23 ` [U-Boot] [PATCH 4/7] kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig Masahiro Yamada
2014-10-06 20:15   ` Simon Glass
2014-09-26 10:23 ` [U-Boot] [PATCH 5/7] kbuild: fix a bug of the u-boot-spl link rule Masahiro Yamada
2014-09-26 10:23 ` [U-Boot] [PATCH 6/7] kconfig: invoke silentoldconfig if spl, tpl/.config is updated Masahiro Yamada
2014-09-26 10:23 ` [U-Boot] [PATCH 7/7] mips: enable CONFIG_USE_PRIVATE_LIBGCC by default Masahiro Yamada
2014-10-08 10:16   ` Daniel Schwierzeck

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