1. d2b5bbd kconfig: fix savedefconfig to handle TPL correctly by Masahiro Yamada · Thu Sep 04 05:41:33 2014 +0900
  2. 6a8b5bb kconfig: fix whitespace handling bug of savedefconfig by Masahiro Yamada · Thu Sep 04 05:41:32 2014 +0900
  3. 1209482 kconfig: fix savedefconfig to output empty defconfig by Masahiro Yamada · Thu Sep 04 05:41:31 2014 +0900
  4. 8400275 standalone: use GCC_VERSION defined in compiler-gcc.h by Masahiro Yamada · Thu Sep 04 02:40:59 2014 +0900
  5. c42aad5 compiler*.h: sync include/linux/compiler*.h with Linux 3.16 by Masahiro Yamada · Thu Sep 04 02:40:58 2014 +0900
  6. 82fce73 implement the Android sparse image format by Steve Rae · Wed Sep 03 10:05:54 2014 -0700
  7. fabff73 cleanup code which handles the Android sparse image format by Steve Rae · Wed Sep 03 10:05:53 2014 -0700
  8. 52250ac update code which handles Android sparse image format by Steve Rae · Wed Sep 03 10:05:52 2014 -0700
  9. 7b86dff add code to handle Android sparse image format by Steve Rae · Wed Sep 03 10:05:51 2014 -0700
  10. 0b2f331 cmd_mem: add static to internally used functions by Masahiro Yamada · Thu Sep 04 00:38:26 2014 +0900
  11. 1cb4405 kgdb: Remove first_entry for kgdb by Peng Fan · Mon Sep 01 21:48:07 2014 +0800
  12. 6a1b97a tools/genboardscfg.py: improve performance more with Kconfiglib by Masahiro Yamada · Mon Sep 01 19:57:38 2014 +0900
  13. c908bc8 tools: Import Kconfiglib by Masahiro Yamada · Mon Sep 01 19:57:37 2014 +0900
  14. 3a8197c SPDX: Add ISC SPDX-License-Identifier by Masahiro Yamada · Mon Sep 01 19:57:36 2014 +0900
  15. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · Sun Aug 31 15:16:53 2014 +0900
  16. 3e9d93e rtl8169: Defer network packet processing by Thierry Reding · Thu Aug 28 12:38:03 2014 +0200
  17. aa0caa2 openrisc: Fix a few type cast related warnings by Vasili Galka · Tue Aug 26 13:46:17 2014 +0300
  18. 38c3fff Fix a few printf argument verification warnings by Vasili Galka · Tue Aug 26 13:45:48 2014 +0300
  19. 240e621 cosmetic: README.scrapyard: add NIOS2 boards by Masahiro Yamada · Mon Aug 25 10:37:49 2014 +0900
  20. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  21. 52a5f97 kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/Kconfig by Masahiro Yamada · Sun Sep 14 03:01:48 2014 +0900
  22. 162efa2 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · Sat Sep 13 16:32:52 2014 -0400
  23. 5cc1db4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 12 11:27:46 2014 -0400
  24. df66ec6 arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG by Benoît Thébaudeau · Wed Sep 03 23:32:34 2014 +0200
  25. 68a0f16 arm: Make reset position-independent by Benoît Thébaudeau · Wed Sep 03 23:32:33 2014 +0200
  26. 2e571e9 README.clang: build command with clang by Jeroen Hofstee · Wed Sep 10 20:08:52 2014 +0200
  27. 0a23a4f Makefile: default to cc for host compiler by Jeroen Hofstee · Wed Sep 10 20:08:51 2014 +0200
  28. 76e68a8 dm: tegra: Enable driver model for serial by Simon Glass · Thu Sep 04 16:27:36 2014 -0600
  29. 0c24f37 tegra: dts: Add serial port details by Simon Glass · Thu Sep 04 16:27:35 2014 -0600
  30. 79a9da3 dm: serial: Add driver model support for ns16550 by Simon Glass · Thu Sep 04 16:27:34 2014 -0600
  31. c31ebfe dm: serial: Collect common baud rate code in ns16550 by Simon Glass · Thu Sep 04 16:27:33 2014 -0600
  32. e98e01e dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · Thu Sep 04 16:27:32 2014 -0600
  33. cdbbfe3 sandbox: dts: Add a serial console node by Simon Glass · Thu Sep 04 16:27:29 2014 -0600
  34. 1a823a9 sandbox: serial: Support a coloured console by Simon Glass · Thu Sep 04 16:27:28 2014 -0600
  35. e587069 sandbox: Convert serial driver to use driver model by Simon Glass · Thu Sep 04 16:27:27 2014 -0600
  36. 247f596 dm: Add a uclass for serial devices by Simon Glass · Thu Sep 04 16:27:26 2014 -0600
  37. 439bc84 dm: Adjust lists_bind_fdt() to return the bound device by Simon Glass · Thu Sep 04 16:27:25 2014 -0600
  38. 1e374fb dm: fdt: Add a function to look up a chosen node by Simon Glass · Thu Sep 04 16:27:24 2014 -0600
  39. ac2a14f serial: Set up the 'priv' pointer when creating a serial device by Simon Glass · Thu Sep 04 16:27:23 2014 -0600
  40. b046104 tegra: Convert tegra GPIO driver to use driver model by Simon Glass · Wed Sep 03 17:37:03 2014 -0600
  41. 8faf764 dm: tegra: Set up a pre-reloc malloc() by Simon Glass · Wed Sep 03 17:37:02 2014 -0600
  42. 712da5e dm: Make driver model available before board_init() by Simon Glass · Wed Sep 03 17:37:01 2014 -0600
  43. 254dfab Set up stdio earlier when using driver model by Simon Glass · Wed Sep 03 17:37:00 2014 -0600
  44. 6df5de2 dm: Move pre-reloc init earlier to cope with board_early_init_f() by Simon Glass · Wed Sep 03 17:36:59 2014 -0600
  45. fdd8e5e Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · Wed Sep 10 06:59:49 2014 -0400
  46. 0f313d4 microblaze: remove #ident directive to fix build error by Masahiro Yamada · Mon Sep 08 18:05:26 2014 +0900
  47. 4767923 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · Tue Sep 09 20:02:43 2014 -0400
  48. e17b8e9 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Sep 09 20:01:59 2014 -0400
  49. f11c606 buildman: fix typos of --dry-run help message by Masahiro Yamada · Fri Sep 05 02:23:27 2014 +0900
  50. 336d5bd buildman: Create parent directories as necessary by Thierry Reding · Tue Aug 19 10:22:39 2014 +0200
  51. fbf8ee0 patman: make run results better visible by Vadim Bendebury · Thu Sep 04 10:45:13 2014 -0700
  52. 359b55a6 buildman: Ignore conflicting tags by Simon Glass · Fri Sep 05 19:00:23 2014 -0600
  53. 4aeceb9 buildman: Permit branch names with an embedded '/' by Simon Glass · Fri Sep 05 19:00:22 2014 -0600
  54. a8b7b1b buildman: Expand output test to cover directory prefixes by Simon Glass · Fri Sep 05 19:00:21 2014 -0600
  55. 8e95956 buildman: Add additional functional tests by Simon Glass · Fri Sep 05 19:00:20 2014 -0600
  56. 4e5d6bc patman: Start with a clean series when needed by Simon Glass · Fri Sep 05 19:00:19 2014 -0600
  57. a10ebe1 buildman: Provide an internal option to clean the outpur dir by Simon Glass · Fri Sep 05 19:00:18 2014 -0600
  58. 09f1fe5 buildman: Correct counting of build failures on retry by Simon Glass · Fri Sep 05 19:00:17 2014 -0600
  59. cbd3658 buildman: Allow tests to have their own boards by Simon Glass · Fri Sep 05 19:00:16 2014 -0600
  60. 5e0441d buildman: Avoid looking at config file or toolchains in tests by Simon Glass · Fri Sep 05 19:00:15 2014 -0600
  61. c88c895 buildman: Set up bsettings outside the control module by Simon Glass · Fri Sep 05 19:00:14 2014 -0600
  62. ed098bb buildman: Add a functional test by Simon Glass · Fri Sep 05 19:00:13 2014 -0600
  63. de38497 patman: Provide a way to intercept commands for testing by Simon Glass · Fri Sep 05 19:00:12 2014 -0600
  64. ca9b06e buildman: Move full help code into the control module by Simon Glass · Fri Sep 05 19:00:11 2014 -0600
  65. 04bac6b buildman: Move the command line code into its own file by Simon Glass · Fri Sep 05 19:00:10 2014 -0600
  66. f1bf686 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · Fri Sep 05 19:00:09 2014 -0600
  67. 7fb8aa2 buildman: Enhance basic test to check summary output by Simon Glass · Fri Sep 05 19:00:08 2014 -0600
  68. 4433aa9 buildman: Send builder output through a function for testing by Simon Glass · Fri Sep 05 19:00:07 2014 -0600
  69. fb35f9f patman: Add a way of recording terminal output for testing by Simon Glass · Fri Sep 05 19:00:06 2014 -0600
  70. 35abedc clang: workaround for generated constants by Jeroen Hofstee · Wed Jul 30 21:54:54 2014 +0200
  71. 30f527d eabi_compat: add __aeabi_memcpy __aeabi_memset by Jeroen Hofstee · Wed Jul 30 21:54:53 2014 +0200
  72. 43614d1 ARM: make gd a function for clang by Jeroen Hofstee · Wed Jul 30 21:54:52 2014 +0200
  73. 43a8d11 cc-option: also detect unsupported warnings options by Jeroen Hofstee · Wed Jul 30 21:54:51 2014 +0200
  74. 073000a ARM: SPL: do not set gd again by Jeroen Hofstee · Wed Jul 30 21:54:50 2014 +0200
  75. 498f97f board_r: ARM[64] do not set gd again by Jeroen Hofstee · Wed Jul 30 21:54:49 2014 +0200
  76. d85395f microblaze: Fix printf size_t format related warnings (again...) by Vasili Galka · Tue Aug 26 13:45:34 2014 +0300
  77. c24949a Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Sep 09 09:19:10 2014 +0200
  78. b651158 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Sep 09 00:21:24 2014 +0200
  79. 9207219 ls102xa: dcu: Add platform support for DCU on LS1021ATWR board by Wang Huan · Fri Sep 05 13:52:50 2014 +0800
  80. 183aa10 video: dcu: Add Sii9022A HDMI Transmitter support by Wang Huan · Fri Sep 05 13:52:49 2014 +0800
  81. 4779d4a video: dcu: Add DCU driver support by Wang Huan · Fri Sep 05 13:52:48 2014 +0800
  82. 4a7154e serial: lpuart: add 32-bit registers lpuart support by Jingchang Lu · Fri Sep 05 13:52:47 2014 +0800
  83. 87976b4 net: tsec: Remove tx snooping support from LS1 by Claudiu Manoil · Fri Sep 05 13:52:46 2014 +0800
  84. ddf89f9 arm: ls102xa: Add basic support for LS1021ATWR board by Wang Huan · Fri Sep 05 13:52:45 2014 +0800
  85. f0ce7d6 arm: ls102xa: Add basic support for LS1021AQDS board by Wang Huan · Fri Sep 05 13:52:44 2014 +0800
  86. e0f6046 driver/ddr/fsl: Add support of overriding chip select write leveling by York Sun · Fri Sep 05 13:52:43 2014 +0800
  87. 132b5d9 driver/ddr/freescale: Fix DDR3 driver for ARM by York Sun · Fri Sep 05 13:52:42 2014 +0800
  88. 5d6c626 driver/ddr/freescale: Add support of accumulate ECC by York Sun · Fri Sep 05 13:52:41 2014 +0800
  89. c929213 ls102xa: esdhc: Add esdhc support for LS102xA by Wang Huan · Fri Sep 05 13:52:40 2014 +0800
  90. 6a9d516 esdhc: Add CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BE macros by Wang Huan · Fri Sep 05 13:52:39 2014 +0800
  91. 32cc591 ls102xa: etsec: Add etsec support for LS102xA by Alison Wang · Fri Sep 05 13:52:38 2014 +0800
  92. 884f1c1 net: mdio: Use mb() to be compatible for both ARM and PowerPC by Alison Wang · Fri Sep 05 13:52:37 2014 +0800
  93. de9ad7a net: Merge asm/fsl_enet.h into fsl_mdio.h by Claudiu Manoil · Fri Sep 05 13:52:36 2014 +0800
  94. 95b0ab5 ls102xa: i2c: Add i2c support for LS102xA by Wang Huan · Fri Sep 05 13:52:35 2014 +0800
  95. 8ce6bec arm: ls102xa: Add Freescale LS102xA SoC support by Wang Huan · Fri Sep 05 13:52:34 2014 +0800
  96. 81bcca8 patman: Fix detection of git version by Simon Glass · Thu Aug 28 09:43:45 2014 -0600
  97. 03749d4 buildman: Separate out display of warnings and errors by Simon Glass · Thu Aug 28 09:43:44 2014 -0600
  98. 3394c9f buildman: Add an option to show which boards caused which errors by Simon Glass · Thu Aug 28 09:43:43 2014 -0600
  99. e309625 buildman: Remove the directory prefix from each error line by Simon Glass · Thu Aug 28 09:43:42 2014 -0600
  100. 924c73a buildman: Implement an option to exclude boards from the build by Simon Glass · Thu Aug 28 09:43:41 2014 -0600