1. 045fa1e fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  2. 03e2ecf fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  3. b2f9893 tegra: move to common SPL framework by Allen Martin · 12 years ago
  4. 644a69e ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it by Stephen Warren · 12 years ago
  5. a833b95 tegra: nand: make ONFI detection work by Lucas Stach · 12 years ago
  6. e73c7cd ARM: tegra: Seaboard: enable multiple USB ports by Stephen Warren · 12 years ago
  7. 699c40e ARM: tegra: Harmony: enable ULPI USB port by Stephen Warren · 12 years ago
  8. 938176a ARM: tegra: use standard variables to define load addresses by Stephen Warren · 12 years ago
  9. 7f1b767 ARM: tegra: define CONFIG_SYS_BOOTMAPSZ by Stephen Warren · 12 years ago
  10. 6bbda88 tegra: add Colibri T20 board support by Lucas Stach · 12 years ago
  11. dac064f Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 12 years ago
  12. b765fce ColdFire: Remove save env in NAND support for M54418TWR board. by Jason Jin · 12 years ago
  13. 1b0757e PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
  14. f04821a Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  15. 5bb3505 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  16. 53c4154 arm: arm925t: remove SX1 board by Albert ARIBAUD · 12 years ago
  17. f2e0801 stdio: Remove the CLPS7111 serial driver by Marek Vasut · 12 years ago
  18. 6f62f42 arm: Remove support for lpc2292 by Marek Vasut · 12 years ago
  19. 4c25761 Merge remote-tracking branch 'u-boot-atmel/master' by Albert ARIBAUD · 12 years ago
  20. c68436f Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  21. c3f8318 am335x_evm: Enable use of UART{1,2,3,4,5} by Andrew Bradford · 12 years ago
  22. 5e8f983 FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  23. 69916bc am33xx: Add SPI SPL as an option by Tom Rini · 12 years ago
  24. 8f1fae2 OMAP3: add video support to the mcx board by Stefano Babic · 12 years ago
  25. 8c735b9 OMAP3: mcx: updated to new hardware revision by Stefano Babic · 12 years ago
  26. e47c9e8 OMAP3: updated pinmux and environment for new revision of mcx board by Stefano Babic · 12 years ago
  27. 186fc4d ColdFire: Add Freescale MCF54418TWR ColdFire development board support by Alison Wang · 12 years ago
  28. c4d22de km83xx: add kmvect1 board by Gerlando Falauto · 12 years ago
  29. 6967840 km83xx: add common support for km8309 boards by Gerlando Falauto · 12 years ago
  30. a88731a mpc83xx: add support for mpc8309 by Gerlando Falauto · 12 years ago
  31. 8afad91 cleanup: introduce CONFIG_MPC830x by Gerlando Falauto · 12 years ago
  32. 91eb52ad cosmetic: suvd3: align #defines by Gerlando Falauto · 12 years ago
  33. 3530a35 cm-t35: clean unused defines from config by Igor Grinberg · 12 years ago
  34. 6696811 configs: Fix usage of mmc rescan by Andrew Bradford · 12 years ago
  35. 7172483 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  36. cae4a8a Merge branch 'next' by Gerald Van Baren · 12 years ago
  37. c7656ba Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
  38. bdc3ff6 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 12 years ago
  39. d8812bd phylib: Enable SMSC LAN87xx PHY support by Mingkai Hu · 12 years ago
  40. 990e1a8 poweprc/85xx: add QMan frequency info and fdt fixup. by Haiying Wang · 12 years ago
  41. ee52b18 powerpc/t4qds: Add T4QDS board by York Sun · 12 years ago
  42. 111fd19 fm/mEMAC: add mEMAC frame work by Roy Zang · 12 years ago
  43. 9e75875 powerpc/mpc85xx: Add T4240 SoC by York Sun · 12 years ago
  44. 11860d8 powerpc/85xx: move SRIO configuration out of corenet_ds.h by Timur Tabi · 12 years ago
  45. af9f881 config: Enable CBFS, ext4 for coreboot by Simon Glass · 12 years ago
  46. 84cd932 fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  47. 24a3fdd ide: Add printf format string for CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  48. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  49. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  50. 42ebaae common: Implement support for linker-generated arrays by Marek Vasut · 12 years ago
  51. 757bff4 mmc: dw-mmc: support DesignWare MMC Controller by Jaehoon Chung · 12 years ago
  52. 831f849 mmc: pxa: Flip over the remaining boards to pxa_mmc_generic by Marek Vasut · 12 years ago
  53. 13243f2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · 12 years ago
  54. 6dc71c8 MMC: MXS: Toggle the generic bounce buffer on the boards by Marek Vasut · 12 years ago
  55. b660df3 COMMON: Implement common bounce buffer by Marek Vasut · 12 years ago
  56. c2cfe57 mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER by Fabio Estevam · 12 years ago
  57. e6e85cd mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER by Fabio Estevam · 12 years ago
  58. 0208a53 mx25pdk: Use internal RAM for stack pointer by Fabio Estevam · 12 years ago
  59. 99070db Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  60. 44abe47 input: Add ANSI 3.64 escape sequence generation. by Hung-Te Lin · 12 years ago
  61. 45fe668 input: i8042: Provide feature to disable keyboard before booting kernel by Louis Yung-Chieh Lo · 12 years ago
  62. ef94f7f input: Use finer grain udelays while waitng for the i8042 keyboard buffer to empty by Gabe Black · 12 years ago
  63. ddd8418 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  64. de1f9ac versatile: board configs: Use buffered writes on flash by 402jagan@gmail.com · 12 years ago
  65. fb24ffc dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
  66. d731282 dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · 12 years ago
  67. 12c79a9 powerpc: delete Wind River SBC8560/8540 support by Paul Gortmaker · 12 years ago
  68. f5a289b mx6qsabrelite: enable DCache and MMC bounce buffer by Dirk Behme · 12 years ago
  69. 0690c69 configs: mx53evk: Remove CONFIG_HAS_ETH1 by Fabio Estevam · 12 years ago
  70. ff7a89b configs: mx51evk: Remove CONFIG_HAS_ETH1 by Fabio Estevam · 12 years ago
  71. eca0442 configs: mx53loco: Remove CONFIG_HAS_ETH1 by Fabio Estevam · 12 years ago
  72. c606608 mx53loco: Adapt the IPU clock by Fabio Estevam · 12 years ago
  73. 953cfd2 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  74. d1ff690 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  75. f5b82c0 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  76. 8d1165e11a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  77. bfb7d7a serial: Implement default_serial_puts() by Marek Vasut · 12 years ago
  78. bfa5b71 mpc82xx: Remove BMW board port by Stefan Roese · 12 years ago
  79. 3a49cd7 ARM: at91sam9x5: enable MCI0 support for 9x5ek board. by Wu, Josh · 12 years ago
  80. 1db7377 mmc: at91: add multi block read/write support. by Wu, Josh · 12 years ago
  81. b9f4bc3 Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  82. 6b2eba1 MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues by Daniel Schwierzeck · 12 years ago
  83. 32afad7 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  84. ff9b0cb MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h by Zhi-zhou Zhang · 12 years ago
  85. e58010b i.MX6: mx6qsabrelite: Add splash screen support by Eric Nelson · 12 years ago
  86. 09c8bb2 i.MX video: struct fb_videomode can be const by Eric Nelson · 12 years ago
  87. 903e779 mx6qsabreauto: Change mmcroot so it works out of box by Otavio Salvador · 12 years ago
  88. a2ac1b3 mxc: Fix SDHC multi-instance clock by Benoît Thébaudeau · 12 years ago
  89. 34cda7a h2200: Add support for iPAQ h2200 palmtop by Łukasz Dałek · 12 years ago
  90. 020ec72 i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 by Tetsuyuki Kobayashi · 12 years ago
  91. 3ce2703 i2c: sh_i2c.c: adjust for SH73A0 by Tetsuyuki Kobayashi · 12 years ago
  92. b1af67f i2c: sh_i2c.c: support iccl and icch extension by Tetsuyuki Kobayashi · 12 years ago
  93. c71b64f libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · 12 years ago
  94. 8ac88f2 fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  95. 24fa0e5 libfdt: Add helpers for 64-bit integer properties by David Gibson · 12 years ago
  96. 36ad18a libfdt: Add support for appending the values to a existing property by Minghuan Lian · 12 years ago
  97. bd23b22 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  98. c50204a configs: mx6qsabre_common.h: Use default clock definitions by Fabio Estevam · 12 years ago
  99. 9e0081d mx31: Fix PDR0_CSI_PODF by Benoît Thébaudeau · 12 years ago
  100. 51535d9 mx6qsabreauto: Use ttymxc3 as console by Otavio Salvador · 12 years ago