1. 48791f1 ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
  2. e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  3. 99ab379 Support setenv_ulong() and setenv_addr() for powerpc by Simon Glass · 12 years ago
  4. 4027185 am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support by Tom Rini · 12 years ago
  5. fc52305 Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIG by Stephen Warren · 12 years ago
  6. eefbc3f fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  7. 4f8662d fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  8. 695ccc8 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 12 years ago
  9. 26a1289 ColdFire: Remove save env in NAND support for M54418TWR board. by Jason Jin · 12 years ago
  10. 9032676 PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) by Wolfgang Denk · 12 years ago
  11. 9edd3f7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  12. 167b888 arm: arm925t: remove SX1 board by Albert ARIBAUD · 12 years ago
  13. 2565005 stdio: Remove the CLPS7111 serial driver by Marek Vasut · 12 years ago
  14. c9e35f3 arm: Remove support for lpc2292 by Marek Vasut · 12 years ago
  15. 0594f80 Merge remote-tracking branch 'u-boot-atmel/master' by Albert ARIBAUD · 12 years ago
  16. 9f2cfe4 Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  17. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  18. 0c1c923 am33xx: Add SPI SPL as an option by Tom Rini · 12 years ago
  19. 756a7bf OMAP3: add video support to the mcx board by Stefano Babic · 12 years ago
  20. 72c7212 OMAP3: mcx: updated to new hardware revision by Stefano Babic · 12 years ago
  21. eccb576 OMAP3: updated pinmux and environment for new revision of mcx board by Stefano Babic · 12 years ago
  22. efa9f28 ColdFire: Add Freescale MCF54418TWR ColdFire development board support by Alison Wang · 12 years ago
  23. 88fcf84 km83xx: add kmvect1 board by Gerlando Falauto · 12 years ago
  24. 7dfecfa km83xx: add common support for km8309 boards by Gerlando Falauto · 12 years ago
  25. fe201cb mpc83xx: add support for mpc8309 by Gerlando Falauto · 12 years ago
  26. 7473555 cleanup: introduce CONFIG_MPC830x by Gerlando Falauto · 12 years ago
  27. 1dcad7f cosmetic: suvd3: align #defines by Gerlando Falauto · 12 years ago
  28. 315ef7e cm-t35: clean unused defines from config by Igor Grinberg · 12 years ago
  29. e1c7c8a configs: Fix usage of mmc rescan by Andrew Bradford · 12 years ago
  30. 12ce003 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  31. add42f4 Merge branch 'next' by Gerald Van Baren · 12 years ago
  32. 430c0dc Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
  33. b2e5713 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 12 years ago
  34. db3dca7 phylib: Enable SMSC LAN87xx PHY support by Mingkai Hu · 12 years ago
  35. 09d0aa9 poweprc/85xx: add QMan frequency info and fdt fixup. by Haiying Wang · 12 years ago
  36. 667ab1a powerpc/t4qds: Add T4QDS board by York Sun · 12 years ago
  37. bafd803 fm/mEMAC: add mEMAC frame work by Roy Zang · 12 years ago
  38. 9941a22 powerpc/mpc85xx: Add T4240 SoC by York Sun · 12 years ago
  39. 830b76f powerpc/85xx: move SRIO configuration out of corenet_ds.h by Timur Tabi · 12 years ago
  40. 7f143b4 config: Enable CBFS, ext4 for coreboot by Simon Glass · 12 years ago
  41. 7f8574c fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  42. 96d21cb ide: Add printf format string for CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  43. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  44. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  45. 9b8899d common: Implement support for linker-generated arrays by Marek Vasut · 12 years ago
  46. 7cf7307 mmc: dw-mmc: support DesignWare MMC Controller by Jaehoon Chung · 12 years ago
  47. d2f3bbd mmc: pxa: Flip over the remaining boards to pxa_mmc_generic by Marek Vasut · 12 years ago
  48. 0fba4c2 mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd by Tushar Behera · 12 years ago
  49. 41b8544 MMC: MXS: Toggle the generic bounce buffer on the boards by Marek Vasut · 12 years ago
  50. ae723e1 COMMON: Implement common bounce buffer by Marek Vasut · 12 years ago
  51. c9cc7d7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  52. 47a65ad input: Add ANSI 3.64 escape sequence generation. by Hung-Te Lin · 12 years ago
  53. 46d579c input: i8042: Provide feature to disable keyboard before booting kernel by Louis Yung-Chieh Lo · 12 years ago
  54. c4459cb input: Use finer grain udelays while waitng for the i8042 keyboard buffer to empty by Gabe Black · 12 years ago
  55. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  56. 27cd58f versatile: board configs: Use buffered writes on flash by 402jagan@gmail.com · 12 years ago
  57. e917a7c dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
  58. 1df69ec dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · 12 years ago
  59. 3415de0 powerpc: delete Wind River SBC8560/8540 support by Paul Gortmaker · 12 years ago
  60. 6857c00 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  61. 39a7693 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  62. 35ad9a8 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  63. 2c13c4a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  64. 6b9124e serial: Implement default_serial_puts() by Marek Vasut · 12 years ago
  65. ed06204 mpc82xx: Remove BMW board port by Stefan Roese · 12 years ago
  66. e32c661 ARM: at91sam9x5: enable MCI0 support for 9x5ek board. by Wu, Josh · 12 years ago
  67. d1e486b mmc: at91: add multi block read/write support. by Wu, Josh · 12 years ago
  68. 620491f Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  69. 42a0ecb MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issues by Daniel Schwierzeck · 12 years ago
  70. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  71. 9ee0a7a MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h by Zhi-zhou Zhang · 12 years ago
  72. 56110a3 h2200: Add support for iPAQ h2200 palmtop by Łukasz Dałek · 12 years ago
  73. c105d3f i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 by Tetsuyuki Kobayashi · 12 years ago
  74. 6636bd2 i2c: sh_i2c.c: adjust for SH73A0 by Tetsuyuki Kobayashi · 12 years ago
  75. cc4283c i2c: sh_i2c.c: support iccl and icch extension by Tetsuyuki Kobayashi · 12 years ago
  76. cb17cfa libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · 12 years ago
  77. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  78. b4afa9a libfdt: Add helpers for 64-bit integer properties by David Gibson · 12 years ago
  79. 3064827 libfdt: Add support for appending the values to a existing property by Minghuan Lian · 12 years ago
  80. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  81. 22e1b01 configs: mx6qsabre_common.h: Use default clock definitions by Fabio Estevam · 12 years ago
  82. a83d2a9 mx31: Fix PDR0_CSI_PODF by Benoît Thébaudeau · 12 years ago
  83. 1c0b9be mx6qsabreauto: Use ttymxc3 as console by Otavio Salvador · 12 years ago
  84. afac165 mx5/6: Define default SoC input clock frequencies by Benoît Thébaudeau · 12 years ago
  85. afe20bf mx6q: Add basic support for mx6qsabreauto by Fabio Estevam · 12 years ago
  86. c5ca897 configs: mx6: Add a common config file by Fabio Estevam · 12 years ago
  87. 2ebe246 mx6qsabresd: Add Ethernet support by Fabio Estevam · 12 years ago
  88. 77e6289 mx6: Add basic support for mx6qsabresd board. by Fabio Estevam · 12 years ago
  89. 91623dd tegra: enable CONFIG_CMD_PART by Stephen Warren · 12 years ago
  90. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  91. 98a2a7a tegra: Rename Medcom to Medcom-Wide by Thierry Reding · 12 years ago
  92. 7a951eb input: Allow key ghosting filter to be disabled by Simon Glass · 12 years ago
  93. 6bca4f4 input: Separate out keyboard repeat/delay from init by Simon Glass · 12 years ago
  94. 9e9f628 sata.h: Make all sata/ata drivers include <sata.h> by Pavel Herrmann · 12 years ago
  95. 0275862 ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write) by Tom Rini · 12 years ago
  96. dd94a8e usb.h: Add udc_disconnect prototype to usb.h by Lukasz Dalek · 12 years ago
  97. c86753b usb: ulpi: add indicator configuration function by Lucas Stach · 12 years ago
  98. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  99. d47f07e ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  100. 33bda90 ppc4xx: Remove ML2 board support by Stefan Roese · 12 years ago