1. 98a4269 nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers by Tom Rini · Wed Jul 24 09:39:00 2013 -0400
  2. c081426 nds32: Convert Makefiles to use COBJS-y style by ken kuo · Thu Jul 25 02:24:54 2013 +0800
  3. 55edeb5 nds32: ag101/ag102: Fix setting lastdec and now values by Axel Lin · Mon Jul 08 14:29:52 2013 +0800
  4. 3756a37 nds32: Enable the function of passing parameters to Linux by ken kuo · Sat Jun 08 11:14:12 2013 +0800
  5. 24933fa nds32: Enable SDIO and EXT2 command support for Andes board by ken kuo · Sat Jun 08 11:14:11 2013 +0800
  6. 7abab27 nds32: Enable two banks of SDRAM on Andes board by ken kuo · Sat Jun 08 11:14:09 2013 +0800
  7. 2aa3eb8 nds32: adp-ag102: use 'faraday/ftpci100.h' for pci_ftpci_init by Gabor Juhos · Sun May 26 12:11:31 2013 +0200
  8. 8376a58 pci: move pci_ftpci100.h to include/faraday/ftpci100.h by Gabor Juhos · Sun May 26 12:11:30 2013 +0200
  9. 52460f5 pci: add prototype for pci_ftpci_init() function by Gabor Juhos · Sun May 26 12:11:29 2013 +0200
  10. 7aecc98 block: constify sect_buf argument of ide_write_data by Gabor Juhos · Sun May 26 12:11:28 2013 +0200
  11. 67a38f1 mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not defined by Gabor Juhos · Sun May 26 12:11:27 2013 +0200
  12. caa2a96 nds32: introduce macros for bit manipulation by Gabor Juhos · Sun May 26 12:11:26 2013 +0200
  13. 6d4aaf6 Prepare v2013.07 by Tom Rini · Mon Jul 22 15:57:32 2013 -0400
  14. 138914e fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz by Lan Yixun (dlan) · Sat Jul 20 08:17:59 2013 +0800
  15. 5a4f74d ext4fs: le32_to_cpu() used on a 16-bit field by Rommel Custodio · Sun Jul 21 10:53:25 2013 +0200
  16. 3c8217e arm: at91sam9n12: change EBI IO to high drive mode by Bo Shen · Wed Jul 17 17:14:17 2013 +0800
  17. d6e851b ddr cfg: DRAM_RESET needs 0x00020030 by Troy Kisky · Wed Jul 17 12:46:15 2013 -0700
  18. 45d601e net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF case by Fabio Estevam · Fri Jul 19 10:01:34 2013 -0300
  19. 2ac8d30 phy: fix 10/100Mbps operation on 1Gbps-capable links by Sascha Silbe · Fri Jul 19 12:25:10 2013 +0200
  20. 8c7d16d mkimage: Use board config to get CONFIG_FIT_SIGNATURE value by Simon Glass · Wed Jul 17 15:10:59 2013 -0700
  21. a60d5d6 arm:trats:fix: Correction of loaddtb environment variable. by Łukasz Majewski · Thu Jul 18 13:14:22 2013 +0200
  22. b73b1f3 bootm: Move fixup_silent_linux() earlier in the bootm stages by Simon Glass · Tue Jul 16 20:09:59 2013 -0700
  23. a09f783 README.mx28_common: Rename it to README.mxs by Fabio Estevam · Fri Jul 12 08:31:05 2013 -0300
  24. 3d1988e Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Tue Jul 16 21:05:35 2013 -0400
  25. dbe6725 fsl_esdhc: Touch only relevant sys ctrl bits by Dirk Behme · Mon Jul 15 15:44:29 2013 +0200
  26. b436a97 drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion by Alexey Brodkin · Mon Jul 15 15:30:30 2013 +0400
  27. 203fa4d Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board by Haijun.Zhang · Mon Jul 01 14:26:01 2013 +0800
  28. 11dee96 powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL by Prabhakar Kushwaha · Fri Jul 05 11:59:26 2013 +0530
  29. 762d3df mpc85xx: Add gdsys ControlCenter Digital board by Dirk Eibach · Wed Jun 26 15:55:17 2013 +0200
  30. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · Wed Jun 26 15:55:16 2013 +0200
  31. 2048909 Add Atmel I2C tpm by Dirk Eibach · Wed Jun 26 15:55:15 2013 +0200
  32. 2d878de i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0 by Reinhard Pfau · Wed Jun 26 15:55:14 2013 +0200
  33. 4fece43 tpm: add AUTH1 cmds for LoadKey2 and GetPubKey by Reinhard Pfau · Wed Jun 26 15:55:13 2013 +0200
  34. f8772fa arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel by Łukasz Majewski · Mon Jul 15 16:09:50 2013 +0200
  35. 326c459 arm:exynos:fix: Fix clock calculation for Exynos4210 based targets. by Łukasz Majewski · Fri Jul 12 19:08:25 2013 +0200
  36. c950cb1 PPC MPC83xx: Fix MPC8323ERDB build warning by Wolfgang Denk · Sun Jul 14 19:42:40 2013 +0200
  37. e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · Wed Jun 26 18:11:25 2013 +0200
  38. 981c7e0 common: remove unaligned access error in bootmenu_getoption() by Lan Yixun (dlan) · Thu Jun 27 18:58:53 2013 +0800
  39. 86c8548 cramfs: fix bug for wrong filename comparison by Holger Brunck · Mon Jul 08 09:06:49 2013 +0200
  40. da255af patman: README documentation nits (unit test) by Gerhard Sittig · Sun Jul 14 11:27:45 2013 +0200
  41. 0d996a8 scsi: Correct types of scsi_read/write() by Simon Glass · Wed Jul 03 07:11:41 2013 -0700
  42. ddaa113 Revert "MIPS: Jz4740: Add qi_lb60 board support" by Tom Rini · Mon Jul 15 09:19:39 2013 -0400
  43. 0c13c0b Prepare v2013.07-rc3 by Tom Rini · Fri Jul 12 17:16:19 2013 -0400
  44. 49c2e59 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Fri Jul 12 17:18:59 2013 -0400
  45. b856713 bootm: Handle errors consistently by Simon Glass · Wed Jul 10 09:25:33 2013 -0400
  46. 499aab9 mtd: mxc_nand: Fix crash after MTD resync by Marek Vasut · Wed Jul 03 02:34:34 2013 +0200
  47. 6376752 common/image.c: Fix regression with ramdisk load/entry points in FIT by Stefano Babic · Fri Jul 12 15:09:23 2013 +0200
  48. 1d021a8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Jul 12 10:36:48 2013 -0400
  49. 90d40c6 bootm: Correct the arguments for the ELF image loader by Simon Glass · Wed Jul 10 23:08:11 2013 -0700
  50. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · Wed Jul 10 23:08:10 2013 -0700
  51. f059d0a blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · Wed Jul 10 23:08:09 2013 -0700
  52. 7e23b72 bootm: Remove extra OK message by Simon Glass · Wed Jul 10 23:08:08 2013 -0700
  53. a896178 cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2 by Tom Rini · Thu Jul 11 09:35:23 2013 -0400
  54. 68f07cb Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Jul 12 13:20:35 2013 +0200
  55. 51618ee mx53ard: Change default environment to cope with OE changes by Otavio Salvador · Fri Jun 28 18:52:44 2013 -0300
  56. 1c1a519 mx51evk: Change default environment to cope with OE changes by Otavio Salvador · Fri Jun 28 18:52:43 2013 -0300
  57. 3beb834 wandboard: Change default environment to cope with OE changes by Otavio Salvador · Fri Jun 28 18:52:42 2013 -0300
  58. c36bd3f mx6slevk: Change default environment to cope with OE changes by Otavio Salvador · Fri Jun 28 18:52:41 2013 -0300
  59. ea0515a mx6qsabrelite: Change default environment to cope with OE changes by Otavio Salvador · Fri Jun 28 18:52:40 2013 -0300
  60. 8f0dde7 mx53loco: Change default environment to cope with OE changes by Otavio Salvador · Fri Jun 28 18:52:39 2013 -0300
  61. d521b3c net: fec: Avoid MX28 bus sync issue by Marek Vasut · Fri Jul 12 01:03:04 2013 +0200
  62. 0302310 net: fec: Remove bogus flush_dcache_range() call by Marek Vasut · Thu Jul 11 17:23:26 2013 +0200
  63. e154c71 m28evk: add trimffs to nand command by Marek Vasut · Sun Jul 07 20:20:26 2013 +0200
  64. c3836f3 ARM: tegra: enable LCD panel on Ventana by Stephen Warren · Tue Jun 18 09:46:52 2013 -0600
  65. f008334 ARM: tegra: enable LCD panel on Harmony by Stephen Warren · Tue Jun 18 09:46:51 2013 -0600
  66. 68c0c02c Tegra: Config: Enable Tegra30/Tegra114 USB function by Jim Lin · Fri Jun 21 19:05:48 2013 +0800
  67. 2fefb8b ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · Fri Jun 21 19:05:47 2013 +0800
  68. dfed30e ARM: Tegra: FDT: Add USB EHCI function for T30/T114 by Jim Lin · Fri Jun 21 19:05:46 2013 +0800
  69. b67aee7 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Wed Jul 10 20:40:47 2013 +0200
  70. 1dcea07 usb: pxa27x_udc: fix compiler warnings by Mike Dunn · Wed Jun 26 12:33:54 2013 -0700
  71. 7daece8 dfu: Update DFU's authorship history by Łukasz Majewski · Fri Jul 05 11:40:47 2013 +0200
  72. 1ab6147 cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itself by Tom Rini · Tue Jul 09 15:33:25 2013 -0400
  73. 6e5dac4 cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc by Tom Rini · Tue Jul 09 15:32:34 2013 -0400
  74. 42bca36 bootm: Add the missing PREP stage to bootz and correct image handling by Simon Glass · Thu Jul 04 13:26:11 2013 -0700
  75. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · Thu Jul 04 13:26:10 2013 -0700
  76. fde683c bootm: Require boot function only if it is about to be used by Simon Glass · Thu Jul 04 13:26:09 2013 -0700
  77. 917f684 bootm: Disable interrupts only when loading by Simon Glass · Thu Jul 04 13:26:08 2013 -0700
  78. aca2430 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Wed Jul 10 08:42:25 2013 -0400
  79. a8b3573 EXYNOS: Resolve the i2c compilation error by Amar · Wed Jul 10 10:42:29 2013 +0530
  80. 368588e arm: exynos: fix clock calculation by Minkyu Kang · Fri Jul 05 19:08:33 2013 +0900
  81. b9b5eaf video: consolidate splash screen alignment code by Anatolij Gustschin · Tue Jul 02 00:04:05 2013 +0200
  82. e1d772a power:bat:trats: Break battery charging with ctrl+C by Łukasz Majewski · Tue Jun 25 15:28:15 2013 +0200
  83. 3f26531 arm:trats: Increase malloc pool size (for DFU ext4 transfers) by Łukasz Majewski · Fri Jun 28 18:43:53 2013 +0200
  84. bed2442 EXYNOS: Move files from board/samsung to arch/arm by Rajeshwari Shinde · Thu Jul 04 12:29:17 2013 +0530
  85. 99ae9b8 EXYNOS4210: Configure GPIO for uart by Rajeshwari Shinde · Thu Jul 04 12:29:16 2013 +0530
  86. 111591f EXYNOS: LDS file move to common by Rajeshwari Shinde · Thu Jul 04 12:29:15 2013 +0530
  87. 33dcbd2 EXYNOS: Add API for power reset and exit wakeup by Rajeshwari Shinde · Thu Jul 04 12:29:14 2013 +0530
  88. e8f5269 cmd_bootm.c: Correct check/return for unsupported sub-command by Tom Rini · Mon Jul 01 09:09:23 2013 -0400
  89. dbe8cfa cosmetic: README.SPL: fix a typo by Masahiro Yamada · Tue Jul 02 15:42:47 2013 +0900
  90. c2a4191 Makefile: fix readelf usage by Andreas Bießmann · Tue Jul 02 08:37:37 2013 +0200
  91. 8a0103f tools/proftool: remove REG_NOERROR by Andreas Bießmann · Tue Jul 02 08:37:36 2013 +0200
  92. 74b4f96 lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · Tue Jul 02 08:37:35 2013 +0200
  93. 063ae5a dfu:ext4:fix Fix DFU upload functionality by Łukasz Majewski · Fri Jun 28 18:41:50 2013 +0200
  94. 3cc5ff0 dfu:ext4:fix Fix ext4{read|write} command formatting by Łukasz Majewski · Fri Jun 28 18:41:49 2013 +0200
  95. 4625c17 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Wed Jul 03 08:40:58 2013 -0400
  96. 01a461f ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5 by Axel Lin · Fri Jun 21 18:54:25 2013 +0800
  97. ba66ce2 ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION by Lokesh Vutla · Wed Jun 19 10:50:45 2013 +0530
  98. 7524641 am33xx: fix the ddr_cmdtctrl structure by Ilya Ledvich · Mon Jun 17 16:59:27 2013 +0300
  99. df477ac usb: omap: ulpi: fix ulpi transceiver access by Michael Trimarchi · Mon Jun 10 18:18:04 2013 +0200
  100. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · Tue Jul 02 13:57:44 2013 +0200