1. 43e6627 dfu:usb: Support for ext4 by Łukasz Majewski · 12 years ago
  2. 5fb29f3 Merge branch 'ext4' by Tom Rini · 12 years ago
  3. 55b523b ext4: cache-align buffers so the invalidation works by Stephen Warren · 12 years ago
  4. 30a3f38 Flex bus definition update for Coldfire 5253. by Jason Jin · 12 years ago
  5. 59d0612 ColdFire: Queued SPI driver by Richard Retanubun · 14 years ago
  6. 198cafb ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455 by Alison Wang · 13 years ago
  7. a4110ee ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x by Alison Wang · 13 years ago
  8. c6d8863 ColdFire: Clean up checkpatch warnings for MCF523x by Alison Wang · 13 years ago
  9. aa0d99f ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x by Alison Wang · 13 years ago
  10. 32dbaaf ColdFire: Clean up checkpatch warnings for MCF52x2 by Alison Wang · 13 years ago
  11. 849fc42 ColdFire: Clean up checkpatch warnings for MCF5227x by Alison Wang · 13 years ago
  12. 33d4411 ColdFire: Add clear and set bits macros for ColdFire platform by Alison Wang · 13 years ago
  13. f7799a1 ColdFire: Update the bitops for ColdFire platform by Alison Wang · 13 years ago
  14. 2ee03c6 ColdFire: Rename NANDFLASH_SIZE into CONFIG_NANDFLASH_SIZE for MCF537x by Alison Wang · 13 years ago
  15. 49b3962 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 12 years ago
  16. db1fc7d mpc8308rdb: add support for eSDHC MMC controller by Ira W. Snyder · 12 years ago
  17. 40775e9 mpc8308rdb: add support for FIT images by Ira W. Snyder · 12 years ago
  18. ea1ea54 mpc8308rdb: add support for Spansion SPI flash on header J8 by Ira W. Snyder · 12 years ago
  19. f138ca1 mpc8xxx_spi: fix SPI support on MPC8308RDB by Ira W. Snyder · 12 years ago
  20. 7ee46ce FAT: Fix file contents listed as directory by Benoît Thébaudeau · 12 years ago
  21. d5370fe env: delete selected vars not present in imported env by Gerlando Falauto · 12 years ago
  22. b64b7c3 env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  23. 152874b env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  24. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  25. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  26. c3f6525 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  27. c2ba2ff env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  28. 8ae51ae fw_env: Add env vars describing U-Boot target board by Benoît Thébaudeau · 12 years ago
  29. 84209af env_common: Add missing ethprime by Benoît Thébaudeau · 12 years ago
  30. 4796bc4 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  31. b8496cc memsize: Fix for bug in memory sizing code by Iwo Mergler · 12 years ago
  32. 78b2de8 env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  33. 535c74f ARM: Remove apollon board by Marek Vasut · 12 years ago
  34. e4a189a IPL: Remove remains of OneNAND IPL by Marek Vasut · 12 years ago
  35. be7e41e spl: remove forced linking of commands into SPL by Tyler Olmstead · 12 years ago
  36. b2f2760 dm: sparc: Fixup the compile warnings in sparc code by Marek Vasut · 12 years ago
  37. d97f01a dm: sparc: common: Fixup cmd_bdinfo warnings by Marek Vasut · 12 years ago
  38. fa2afe0 dm: sparc: net: Fixup greth compile warnings by Marek Vasut · 12 years ago
  39. efa1f43 mxc nand: Fix warning on !MXC_NFC_V2_1 by Tom Rini · 12 years ago
  40. c413a00 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  41. 9c60e75 mxc nand: Homogenize IP revisions with Linux by Benoît Thébaudeau · 12 years ago
  42. 1884d65 mxc nand: Let driver detect IP revision by Benoît Thébaudeau · 12 years ago
  43. 13927f0 mtd mxc nand: Merge init functions by Benoît Thébaudeau · 12 years ago
  44. 7c28a1c mtd mxc nand: Fix ECC state after read_page_raw_syndrome() by Benoît Thébaudeau · 12 years ago
  45. 0e499b0 mtd mxc nand: Use _mxc_nand_enable_hwecc() by Benoît Thébaudeau · 12 years ago
  46. b8fea2b spl mxc nand: Fix broken boot for correctable ECC errors by Benoît Thébaudeau · 12 years ago
  47. c1db8dd mxc nand: Access all ecc_status_result fields by Benoît Thébaudeau · 12 years ago
  48. 0e55ad7 spl mxc nand: Set symmetric mode by Benoît Thébaudeau · 12 years ago
  49. 0eee20f spl mxc nand: Remove duplicated code by Benoît Thébaudeau · 12 years ago
  50. 5d818a2 spl mxc nand: Merge duplicated code by Benoît Thébaudeau · 12 years ago
  51. 365b2c0 mxc nand: cosmectic: Light cleanup by Benoît Thébaudeau · 12 years ago
  52. 80c8ab7 mxc nand: Merge mtd and spl register definitions by Benoît Thébaudeau · 12 years ago
  53. 9c790a7 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · 12 years ago
  54. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  55. 33b1d5c nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
  56. e331ab2 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
  57. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  58. d62e9ca mtd: support ONFI multi lun NAND by Matthieu CASTET · 13 years ago
  59. 037e9d3 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  60. cd40a66 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  61. dc3e30b Atmel: sam9g10/9m10/9x5: Add support to boot DT kernel by Bo Shen · 12 years ago
  62. 83fd09a spiflash: at25: using common spi flash operation by Bo Shen · 12 years ago
  63. 053a4d1 spi: add atmel at25df321 serial flash support by Bo Shen · 12 years ago
  64. 1d9b033 mx35pdk: README: Remove NAND references by Fabio Estevam · 12 years ago
  65. f994dc5 mx28evk: extend default environment by Otavio Salvador · 12 years ago
  66. 19f59ea MX6: drop binary constants from iomux header by Stefano Babic · 12 years ago
  67. fd8dca8 i2c:soft:multi: Enable soft I2C multibus at Trats development board by Łukasz Majewski · 12 years ago
  68. 7ca8f73 i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards by Łukasz Majewski · 12 years ago
  69. e02c945 fdt: Check if the FDT address is configured by Marek Vasut · 12 years ago
  70. 8f082d7 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  71. f71d5cd Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 12 years ago
  72. b9c83c6 atmel_nand: fix the U-Boot output information about nand flash with PMECC enable. by Wu, Josh · 12 years ago
  73. 1c5794a at91sam9x5: set default EBI I/O drive configuration. by Wu, Josh · 12 years ago
  74. a420dfe avr32: add atngw100mkii board by Andreas Bießmann · 12 years ago
  75. 9369184 Fix strict-aliasing warning in dlmalloc by Simon Glass · 12 years ago
  76. b89598a Merge branch 'master' of git://www.denx.de/git/u-boot-ubi by Tom Rini · 12 years ago
  77. a9ae14f Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 12 years ago
  78. c60a579 microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE by Michal Simek · 12 years ago
  79. 2380b8f microblaze: Clean microblaze initialization by Michal Simek · 12 years ago
  80. bcbb046 microblaze: timer: Prepare for device-tree initialization by Michal Simek · 12 years ago
  81. 26e6da8 microblaze: intc: Coding style cleanup by Michal Simek · 12 years ago
  82. 8706908 microblaze: intc: Registering interrupt should return value by Michal Simek · 12 years ago
  83. e35c05b microblaze: board: Remove compilation warning by Michal Simek · 12 years ago
  84. b710d9d microblaze: Add support for device tree driven board configuration by Michal Simek · 12 years ago
  85. 03afad2 spi: xilinx: Remove unused variable by Stephan Linz · 12 years ago
  86. 25239e1 serial: uartlite: Init all uartlites for serial multi by Michal Simek · 12 years ago
  87. 7636ebe serial: Support serial multi for Microblaze by Michal Simek · 12 years ago
  88. 5340a7f block: systemace: Simplify base and width initialization by Michal Simek · 12 years ago
  89. 651eb73 NAND: MXS: include common.h first so cache.h is included in correct order by Tom Warren · 12 years ago
  90. 29f3e3f Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  91. 22e7394 tegra20: usb: rework set_host_mode by Lucas Stach · 12 years ago
  92. 3292539 MX35: mx35pdk: add support for MMC by Stefano Babic · 12 years ago
  93. 5d20881 mx6qsabrelite:Use IMX_GPIO_NR Macro by Ashok Kumar Reddy · 12 years ago
  94. ea00e59 MX: set a common place to share code for Freescale i.MX by Stefano Babic · 12 years ago
  95. b85705e ima3-mx53:Rename CONFIG_PRIME => CONFIG_ETHPRME, remove by Ashok Kumar Reddy · 12 years ago
  96. 8044c13 ubifs: Fix ubifsload when using ZLIB by Veli-Pekka Peltola · 12 years ago
  97. cf46cde ARM: tegra: fix Ventana standalone build by Stephen Warren · 12 years ago
  98. 3aa7a6a ARM: tegra: remove redundant mkdirs from board Makefiles by Stephen Warren · 12 years ago
  99. 573668a tegra: put eMMC environment into the boot sectors by Stephen Warren · 12 years ago
  100. 300feff env_mmc: allow environment to be in an eMMC partition by Stephen Warren · 12 years ago