1. 00dcb69 Merge branch 'patman' of http://git.denx.de/u-boot-x86 by Tom Rini · Thu Aug 28 11:49:12 2014 -0400
  2. 299b909 patman: Support the 'reverse' option for 'git log' by Simon Glass · Thu Aug 14 21:59:11 2014 -0600
  3. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · Tue Jul 15 16:08:43 2014 +0200
  4. b24c427 mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · Tue Jul 15 16:08:42 2014 +0200
  5. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:04 2014 +0200
  6. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · Tue Jun 24 10:10:03 2014 +0200
  7. 5ede912 linux include: add ERR_CAST by Heiko Schocher · Tue Jun 24 10:10:02 2014 +0200
  8. 762320b lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · Tue Jun 24 10:10:01 2014 +0200
  9. 27b6562 lib, rbtree: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:00 2014 +0200
  10. 7bdb1fc Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Mon Aug 25 08:34:39 2014 -0400
  11. febc391 nios2: remove EPCS driver by Thomas Chou · Sat Aug 23 09:10:34 2014 +0800
  12. cce3e75 nios2: add generic board support by Thomas Chou · Fri Aug 22 11:36:47 2014 +0800
  13. bd13eab nios2: remove obsolete PCI5441 and PK1C20 boards by Thomas Chou · Thu Aug 21 14:36:30 2014 +0800
  14. 4b4ef68 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · Thu Aug 14 17:42:05 2014 +0300
  15. 83713b6 buildman: refactor help message by Masahiro Yamada · Fri Aug 22 19:12:41 2014 +0900
  16. 6a5c4b1 git-mailrc: add patman and buildman alias by Masahiro Yamada · Thu Aug 21 14:35:44 2014 +0900
  17. a97f35f patman: refactor help message by Masahiro Yamada · Thu Aug 21 14:28:03 2014 +0900
  18. c9c2b75 kconfig: convert Kconfig helper script into a shell script by Masahiro Yamada · Thu Aug 21 11:44:34 2014 +0900
  19. e0a0e55 Makefile: remove generated boards.cfg within make distclean by Roger Meier · Wed Aug 20 22:10:29 2014 +0200
  20. 8977cda net: More BOOTP retry timeout improvements by Thierry Reding · Tue Aug 19 10:21:24 2014 +0200
  21. c82ea37 bootm: make sure pass NULL when argc < 1 by Bryan Wu · Fri Aug 15 16:51:39 2014 -0700
  22. f5c377a image: fix bootm failure for FIT image by Bryan Wu · Fri Aug 15 16:51:38 2014 -0700
  23. da130cd kconfig: remove DEFCONFIG_LIST by Masahiro Yamada · Sat Aug 16 02:50:12 2014 +0900
  24. 5fc2dc3 scripts/Lindent: import from Linux 3.16 by Masahiro Yamada · Sat Aug 16 01:06:15 2014 +0900
  25. d018a7d Makefile: Use Kbuild style for system_map.o generation step by Vasili Galka · Thu Aug 14 12:40:55 2014 +0300
  26. f743049 add header for Android sparse image format by Colin Cross · Tue Aug 12 10:59:27 2014 -0700
  27. abeeffb api: fix build without CMD_NET support by Jeroen Hofstee · Sun Aug 10 00:30:55 2014 +0200
  28. 74a13c2 e1000: add i210 support by Marek Vasut · Fri Aug 08 07:41:39 2014 -0700
  29. 742c5c2 e1000: Implement dcache support by Marek Vasut · Fri Aug 08 07:41:38 2014 -0700
  30. a348e24 tools/genboardscfg.py: no exception if columns undetectable by Roger Meier · Thu Aug 07 16:19:58 2014 +0200
  31. 8d141bd tools/genboardscfg.py: Do not output SPLCPU field by Masahiro Yamada · Wed Aug 06 13:42:34 2014 +0900
  32. 55adc41 pxe: Allow use of environment variables in append string by Hans de Goede · Wed Aug 06 09:37:39 2014 +0200
  33. b01e510 cli: Export cli_simple_process_macros for use outside of cli_simple by Hans de Goede · Wed Aug 06 09:37:38 2014 +0200
  34. f5d260a davinci: orphan some Davinci boards by Masahiro Yamada · Wed Aug 06 13:08:23 2014 +0900
  35. 9415358 powerpc: mpc8xx: remove FLAGADM board support by Masahiro Yamada · Wed Aug 06 12:59:55 2014 +0900
  36. 7d11f54 powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support by Masahiro Yamada · Wed Aug 06 12:59:54 2014 +0900
  37. e35b53f powerpc: mpc8xx: remove SXNI855T board support by Masahiro Yamada · Wed Aug 06 12:59:53 2014 +0900
  38. 28ec9d0 powerpc: mpc8xx: remove svm_sc8xx board by Masahiro Yamada · Wed Aug 06 12:59:52 2014 +0900
  39. 1da81a5 powerpc: mpc8xx: remove stxxtc board support by Masahiro Yamada · Wed Aug 06 12:59:51 2014 +0900
  40. bf6535f omap: remove omap5912osk board support by Masahiro Yamada · Wed Aug 06 12:17:49 2014 +0900
  41. 537cda0 scripts: objdiff: sync with Linux 3.16 by Masahiro Yamada · Tue Aug 05 15:56:45 2014 +0900
  42. 6da9c08 kbuild: sync mixed targets handling with Linux 3.16 by Masahiro Yamada · Tue Aug 05 15:56:44 2014 +0900
  43. 1796277 kbuild: move extra gcc checks to scripts/Makefile.extrawarn by Masahiro Yamada · Tue Aug 05 15:56:43 2014 +0900
  44. 8d70b9c drivers: net: remove dead drivers by Masahiro Yamada · Mon Aug 04 08:11:37 2014 +0900
  45. 880828d tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · Sat Aug 16 00:59:26 2014 +0900
  46. 532dd5b README.kconfig: add initial version of Kconfig document by Masahiro Yamada · Sat Aug 16 00:50:30 2014 +0900
  47. 3118fef Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Wed Aug 20 16:07:34 2014 -0400
  48. 2b29303 kmp204x: reset the Zarlink clocking chips at power up only by Valentin Longchamp · Tue Aug 19 15:40:04 2014 +0200
  49. 843e051 powerpc/t4qds: Move doc/README.t4240qds under board/freescale/t4qds by York Sun · Wed Aug 13 10:54:44 2014 -0700
  50. 1961bbc powerpc/T4240QDS/eth: some fix for XFI by Shaohui Xie · Wed Aug 13 18:19:15 2014 +0800
  51. 25cb70d km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM by Valentin Longchamp · Wed Aug 13 10:24:04 2014 +0200
  52. a479229 driver/qe: update status of QE microcode by Vijay Rai · Wed Jul 23 18:33:16 2014 +0530
  53. a7b7097 powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options by Shaveta Leekha · Wed Jul 02 11:44:15 2014 +0530
  54. 81b487a test: ums: Add script for testing UMS gadget operation by Lukasz Majewski · Mon Aug 18 12:12:28 2014 +0200
  55. 458934e test: dfu: cosmetic: Add missing license information to DFU test scripts by Lukasz Majewski · Mon Aug 18 12:12:27 2014 +0200
  56. b1e8cc4 test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files by Lukasz Majewski · Mon Aug 18 12:12:26 2014 +0200
  57. cb7ff44 samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget by Lukasz Majewski · Tue Jul 29 11:10:44 2014 +0200
  58. ea45eed openrd: fail build if U-Boot would overlap with environment in flash by Sascha Silbe · Sun Aug 11 16:40:45 2013 +0200
  59. 4b9c17c README: document CONFIG_BOARD_SIZE_LIMIT by Sascha Silbe · Sun Aug 11 16:40:43 2013 +0200
  60. 7bc79e0 mtdparts: fix usecount bug by Heiko Schocher · Mon Jul 14 09:17:11 2014 +0200
  61. 90491f2 RTC: add support for DS1339 (using DS1307 driver) by Markus Niebel · Mon Jul 21 11:06:16 2014 +0200
  62. cb3d64d driver/qe: update status of QE microcode by vijay rai · Wed Jul 23 18:33:16 2014 +0530
  63. 98c689b mkimage: fix compilation issues on OpenBSD by Luka Perkov · Sat Aug 09 18:17:47 2014 +0200
  64. 739a14c pci: fix overflow in __pci_hose_bus_to_phys w/ large RAM by Stephen Warren · Mon Aug 11 16:09:28 2014 -0600
  65. 6d04753 tools, fit_info: increase buffer for command name by Heiko Schocher · Mon Aug 11 11:17:08 2014 +0200
  66. 441f48d tools: fix typo in tools/image-host.c by Heiko Schocher · Mon Aug 11 11:02:17 2014 +0200
  67. 6af913d patman: Only use git's --no-decorate when available by Simon Glass · Sat Aug 09 15:33:11 2014 -0600
  68. b9dbcb4 patman: Move the 'git log' command into a function by Simon Glass · Sat Aug 09 15:33:10 2014 -0600
  69. 16a5288 buildman: Allow selection of the number of commits to build by Simon Glass · Sat Aug 09 15:33:09 2014 -0600
  70. aa40f9a buildman: Introduce an 'and' operator for board selection by Simon Glass · Sat Aug 09 15:33:08 2014 -0600
  71. 9a01639 buildman: Add a few more toolchain examples to the README by Simon Glass · Sat Aug 09 15:33:07 2014 -0600
  72. bb4dffb buildman: Add a message indicating there are no errors by Simon Glass · Sat Aug 09 15:33:06 2014 -0600
  73. 4d1a47f buildman: Add an option to specify the buildman config file by Simon Glass · Sat Aug 09 15:33:05 2014 -0600
  74. 8457bb4 buildman: Remove unused non-incremental build method code by Simon Glass · Sat Aug 09 15:33:04 2014 -0600
  75. 78e418e buildman: Add verbose option to display errors as they happen by Simon Glass · Sat Aug 09 15:33:03 2014 -0600
  76. eb48bbc buildman: Refactor output options by Simon Glass · Sat Aug 09 15:33:02 2014 -0600
  77. a590624 buildman: Sort command line options by Simon Glass · Sat Aug 09 15:33:01 2014 -0600
  78. 4a1e88b buildman: Move BuilderThread code to its own file by Simon Glass · Sat Aug 09 15:33:00 2014 -0600
  79. d326ad7 buildman: Allow building of current source tree by Simon Glass · Sat Aug 09 15:32:59 2014 -0600
  80. 3ec03d4 buildman: Add some notes about moving from MAKEALL by Simon Glass · Sat Aug 09 15:32:58 2014 -0600
  81. fa1cfee buildman: Fix a few typos by Simon Glass · Sat Aug 09 15:32:57 2014 -0600
  82. e41372a Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · Tue Aug 12 16:54:55 2014 -0400
  83. 25ccd5d powerpc/t104xrdb: support deep sleep in SPI/SD boot by Tang Yuantian · Wed Jul 23 17:27:53 2014 +0800
  84. a8e1d8b powerpc/mpc85xx: Make boot flag effective by Tang Yuantian · Wed Jul 23 17:27:52 2014 +0800
  85. dd6377a powerpc/t1042RDB: Add Video - HDMI support by Jason Jin · Wed Mar 19 10:47:56 2014 +0800
  86. 9fdaa5c fsl/diu: ch7301 encoder split off from t1040qds/diu.c by Wang Dongsheng · Wed Mar 19 10:47:55 2014 +0800
  87. 14b7eed lcd: support displaying 24bpp BMPs on >= 24bpp LCDs by Hannes Petermaier · Tue Jul 15 16:28:46 2014 +0200
  88. 68dcc41 lcd: remove unused lcd_puts_xy by Jeroen Hofstee · Thu Jul 10 22:21:11 2014 +0200
  89. 2356e81 video: ipu_disp: squash clang warning by Jeroen Hofstee · Tue Jun 17 19:20:27 2014 +0200
  90. 0936099 video: ipu_disp: wait for DP SF end irq when disabling sync BG flows by Liu Ying · Fri Feb 28 15:12:25 2014 +0800
  91. f04e999 video: Add support for TI's AM335x LCD-Controller by Hannes Petermaier · Thu Mar 06 14:39:06 2014 +0100
  92. 021c2b3 lcd: cleanup unused functions by Hannes Petermaier · Fri Mar 07 18:45:20 2014 +0100
  93. 95f87df Add support for 32-bit organized framebuffers by Hannes Petermaier · Fri Mar 07 18:55:40 2014 +0100
  94. 0b635ed env_fat.c: Make sure our buffer is cache aligned by Tom Rini · Fri Aug 01 13:59:10 2014 -0400
  95. 77bc927 bootm: use genimg_get_kernel_addr() by Bryan Wu · Thu Jul 31 17:40:00 2014 -0700
  96. a1d715b pxe: detect image format before calling bootm/bootz by Bryan Wu · Thu Jul 31 17:39:59 2014 -0700
  97. af7b0de image: introduce genimg_get_kernel_addr() by Bryan Wu · Thu Jul 31 17:39:58 2014 -0700
  98. a9ce4ae get_maintainer.pl: add support for scanning multiple MAINTAINERS files by Daniel Schwierzeck · Fri Aug 01 02:24:11 2014 +0200
  99. 1fe291f get_maintainer.pl: adapt to U-Boot tree by Daniel Schwierzeck · Fri Aug 01 02:24:10 2014 +0200
  100. e95efcb get_maintainer.pl: import script from linux 3.15 by Daniel Schwierzeck · Fri Aug 01 02:24:09 2014 +0200