1. 0edd2ae Avoid including config.h in command.h by Simon Glass · Thu Jun 12 07:24:50 2014 -0600
  2. 9504010 bootm: Support android boot on sandbox by Simon Glass · Thu Jun 12 07:24:48 2014 -0600
  3. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · Thu Jun 12 07:24:47 2014 -0600
  4. 3b5866d bootm: Split out code from cmd_bootm.c by Simon Glass · Thu Jun 12 07:24:46 2014 -0600
  5. a3b240b hash: Use uint8_t in preference to u8 by Simon Glass · Thu Jun 12 07:24:41 2014 -0600
  6. 80ce2b0 am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now by Tom Rini · Thu Jun 19 08:46:21 2014 -0400
  7. 451c204 fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · Fri Apr 18 17:41:00 2014 +0900
  8. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · Fri Apr 18 17:40:59 2014 +0900
  9. eee831a configs: iocon: Enabling CONFIG_CMD_FPGAD again by Michal Simek · Tue Jun 17 00:36:14 2014 +0200
  10. d98327d tps6586x.h: fix inclusion guard by Jeroen Hofstee · Tue Jun 10 23:01:58 2014 +0200
  11. be6346b Add run_command_repeatable() by Thomas Betker · Thu Jun 05 20:07:57 2014 +0200
  12. d9f96b6 am33xx/omap: Add a new board to enable verified boot by Simon Glass · Mon Jun 02 22:04:57 2014 -0600
  13. 0cf8c2d am33xx/omap: Enable FIT support by Simon Glass · Mon Jun 02 22:04:56 2014 -0600
  14. b37e815 am33xx/omap: Enable CONFIG_OF_CONTROL by Simon Glass · Mon Jun 02 22:04:55 2014 -0600
  15. 870d16d arm: ti: Increase malloc size to 16MB for armv7 boards by Simon Glass · Mon Jun 02 22:04:54 2014 -0600
  16. af2f9d5 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · Mon Jun 02 22:04:51 2014 -0600
  17. 7f3fa54 hash: Export the function to show a hash by Simon Glass · Mon Jun 02 22:04:49 2014 -0600
  18. 3298501 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Tue Jun 10 20:37:00 2014 -0400
  19. 17365f4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sun Jun 08 07:58:41 2014 -0400
  20. 1638c2a Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sun Jun 08 09:14:19 2014 +0200
  21. 500908a arm:am43xx: Add TPS65218 support to scale voltages up by Tom Rini · Thu Jun 05 11:15:30 2014 -0400
  22. 0634fc0 power: Add support for the TPS65218 PMIC by Tom Rini · Thu Jun 05 11:15:29 2014 -0400
  23. dd1c61e board/BuR/common: Add CONFIG_CMD_I2C by Hannes Petermaier · Wed Jun 04 10:28:39 2014 +0200
  24. 27fbcd4 board/BuR/common: introduce usage of CONFIG_SYS_GENERIC_BOARD by Hannes Petermaier · Wed Jun 04 10:22:07 2014 +0200
  25. 2110c4b ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS by Lokesh Vutla · Mon Jun 02 10:45:38 2014 +0530
  26. a22b9a5 tam3517: fix NAND detection by Jeroen Hofstee · Sat May 31 17:08:30 2014 +0200
  27. d818856 keystone: k2hk: enable support of nand ecclayout command by WingMan Kwok · Thu May 29 18:58:16 2014 +0300
  28. f90901c keystone: init: enable UART1 to be able use it from kernel by Murali Karicheri · Thu May 29 18:57:12 2014 +0300
  29. 9fec9ae arm:am33xx: Rework s_init and add board_early_init_f by Tom Rini · Wed May 21 12:57:22 2014 -0400
  30. 5248bba am43xx_evm: Add qspiboot target by Sourav Poddar · Mon May 19 16:53:37 2014 -0400
  31. 046cf86 mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · Mon Jun 02 17:14:42 2014 +0530
  32. 20fa8e3 mtd: nand: omap_gpmc: use macro for register definitions by pekon gupta · Mon Jun 02 17:14:41 2014 +0530
  33. 22d96d0 omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT by pekon gupta · Tue May 06 00:46:20 2014 +0530
  34. 6250faf mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width by pekon gupta · Tue May 06 00:46:19 2014 +0530
  35. 34283f1 mtd: nand: fix GET/SET_FEATURES address on 16-bit devices by David Mosberger · Tue May 06 00:46:18 2014 +0530
  36. 6767522 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · Tue May 06 00:46:17 2014 +0530
  37. 28bcab0 mtd: nand: omap_elm: use macros for register definitions by pekon gupta · Fri Apr 11 12:55:31 2014 +0530
  38. dcd2411 mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16 by pekon gupta · Fri Apr 11 12:55:30 2014 +0530
  39. c62270e Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Thu Jun 05 17:38:30 2014 -0400
  40. f704d88 nand_spl: remove simpc8313 support by Masahiro Yamada · Wed Jun 04 10:26:52 2014 +0900
  41. 5d329a8 nand_spl: remove MPC8315ERDB_NAND support by Masahiro Yamada · Wed Jun 04 10:26:51 2014 +0900
  42. 0c5b8eb nand_spl: remove MPC8536DS support by Masahiro Yamada · Wed Jun 04 10:26:50 2014 +0900
  43. ec4a0a5 nand_spl: remove MPC8569MDS_NAND support by Masahiro Yamada · Wed Jun 04 10:26:49 2014 +0900
  44. 4848ae1 nand_spl: remove MPC8572DS_NAND support by Masahiro Yamada · Wed Jun 04 10:26:48 2014 +0900
  45. 71bfa9d nand_spl: remove P1023RDS_NAND support by Masahiro Yamada · Wed Jun 04 10:26:47 2014 +0900
  46. e36c6c3 Prevent a buffer overflow in mkimage when signing with SHA256 by Michael van der Westhuizen · Fri May 30 20:59:00 2014 +0200
  47. 4fb16a1 powerpc/mpc85xx: Add workaround to enable TDM on T1040 by Sandeep Singh · Thu Jun 05 18:49:57 2014 +0530
  48. eca5238 board/t2080qds: some update for ddr by Shengzhou Liu · Tue May 20 12:08:20 2014 +0800
  49. 5de2cb8 mpc8313, signed fit: enable legacy image format on ids8313 board by Heiko Schocher · Wed May 28 11:33:34 2014 +0200
  50. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · Wed May 28 11:33:33 2014 +0200
  51. f7f10b8 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · Mon May 26 11:52:24 2014 -0700
  52. 1c4cf33 fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE by Siva Durga Prasad Paladugu · Mon May 26 19:18:37 2014 +0530
  53. d79f158 ARM: tegra: enable USB device mode and UMS on some boards by Stephen Warren · Thu May 29 15:29:40 2014 -0600
  54. 54d1021 Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · Thu Jun 05 11:22:17 2014 -0400
  55. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jun 02 08:43:48 2014 +0200
  56. 683ecd8 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY by Stephen Warren · Mon May 19 14:21:18 2014 -0600
  57. d6f0796 powerpc: hiddendragon: remove orphan board by Masahiro Yamada · Fri May 30 17:45:04 2014 +0900
  58. 5e6d5ba powerpc: debris: remove orphan board by Masahiro Yamada · Fri May 30 17:45:03 2014 +0900
  59. edc55e5 powerpc: kvme080: remove orphan board by Masahiro Yamada · Fri May 30 17:45:02 2014 +0900
  60. 47e2b07 powerpc: ep8248: remove orphan board by Masahiro Yamada · Fri May 30 17:45:01 2014 +0900
  61. 37d4874 powerpc: ispan: remove orphan board by Masahiro Yamada · Fri May 30 17:45:00 2014 +0900
  62. 6a8a59b powerpc: rattler: remove orphan board by Masahiro Yamada · Fri May 30 17:44:59 2014 +0900
  63. aa09a59 powerpc: zpc1900: remove orphan board by Masahiro Yamada · Fri May 30 17:44:58 2014 +0900
  64. 7f15a6a powerpc: mpc8260ads: remove orphan board by Masahiro Yamada · Fri May 30 17:44:57 2014 +0900
  65. c2c4809 powerpc: adder: remove orphan board by Masahiro Yamada · Fri May 30 17:44:56 2014 +0900
  66. 54dea9f PPC4xx: Remove quad100hd board by Wolfgang Denk · Thu May 29 11:54:06 2014 +0200
  67. 342ecb7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri May 30 11:34:39 2014 -0400
  68. 5b47e30 main: Make the execution path a little clearer in main.c by Simon Glass · Thu Apr 10 20:01:35 2014 -0600
  69. 33f7913 main: Hide the hush/simple details inside cli.c by Simon Glass · Thu Apr 10 20:01:34 2014 -0600
  70. e3a762c m68k: powerpc: Clean up do_mdm_init by Simon Glass · Thu Apr 10 20:01:32 2014 -0600
  71. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · Thu Apr 10 20:01:31 2014 -0600
  72. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  73. 7b6a95a Move autoboot code to autoboot.c by Simon Glass · Thu Apr 10 20:01:28 2014 -0600
  74. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  75. 66b8c8b Split out simple parser and readline into separate files by Simon Glass · Thu Apr 10 20:01:26 2014 -0600
  76. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  77. 299f0be Rename hush to cli_hush by Simon Glass · Thu Apr 10 20:01:24 2014 -0600
  78. 88b9ade arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD by Piotr Wilczek · Thu May 22 08:45:50 2014 +0200
  79. 8f77045 initcall: Improve debugging support by Simon Glass · Tue May 20 06:01:43 2014 -0600
  80. b81b5a8 exynos: Enable the LCD backlight for snow by Simon Glass · Tue May 20 06:01:42 2014 -0600
  81. dd92a00 exynos5: Enable tps65090 on exynos5-dt by Aaron Durbin · Tue May 20 06:01:37 2014 -0600
  82. 2ab5695 power: Add support for TPS65090 PMU chip. by Tom Wai-Hong Tam · Tue May 20 06:01:36 2014 -0600
  83. 05400a6 power: Add PMIC_ prefix to CHARGER_EN/DISABLE by Simon Glass · Tue May 20 06:01:35 2014 -0600
  84. 0222981 power: Rename CONFIG_PMIC_... to CONFIG_POWER_... by Simon Glass · Tue May 20 06:01:34 2014 -0600
  85. 2b85c1b Merge branch 'master' of git://git.denx.de/u-boot-arc by Tom Rini · Tue May 27 11:44:19 2014 -0400
  86. 9aea028 tb100 - add Abilis TB100 board by Alexey Brodkin · Wed May 21 14:39:32 2014 +0400
  87. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · Thu May 22 12:43:05 2014 +0200
  88. de85ca6 ARM: at91sam9m10g45ek: add mmc environment configuration support by Wu, Josh · Wed May 21 10:42:16 2014 +0800
  89. dff665a ARM: at91sam9m10g45ek: enable mci0 support by Wu, Josh · Wed May 21 10:42:15 2014 +0800
  90. cf89b4d ARM: at91: remove redundant ARM926EJS definition in board config files by Wu, Josh · Tue May 20 17:44:45 2014 +0800
  91. 1b0e46c at91: remove redundant AT91FAMILY definition in board config file by Wu, Josh · Tue May 20 17:44:44 2014 +0800
  92. f52c019 sama5d3xek: enable PMECC header generation by Andreas Bießmann · Mon May 19 14:23:41 2014 +0200
  93. 7c75d3e mkimage: add atmelimage by Andreas Bießmann · Mon May 19 14:23:39 2014 +0200
  94. cf941e7 corvus: remove unneeded CONFIG_AT91_LEGACY by Andreas Bießmann · Fri May 16 10:51:05 2014 +0200
  95. 7cbe18d ARM: atmel: at91sam9x5ek: convert to generic board by Bo Shen · Thu Apr 24 11:42:16 2014 +0800
  96. 4400275 ARM: atmel: at91sam9m10g45ek: convert to generic board by Bo Shen · Thu Apr 24 11:42:15 2014 +0800
  97. e69bb89 ARM: atmel: sama5d3_xplained: convert to generic board by Bo Shen · Thu Apr 24 11:42:14 2014 +0800
  98. 06ee015 ARM: atmel: sama5d3xek: convert to generic board by Bo Shen · Thu Apr 24 11:42:13 2014 +0800
  99. 735ef1a ARM: atmel: enable SPL on sama5d3_xplained board by Bo Shen · Wed Mar 19 14:48:45 2014 +0800
  100. 07a08d7 atngw100mkii: add missing CONFIG_SYS_TEXT_BASE by Andreas Bießmann · Fri May 16 12:17:41 2014 +0200