1. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  2. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  3. 128d3d9 fs: rename fsload command to load by Stephen Warren · 12 years ago
  4. 40816a0 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · 12 years ago
  5. efd4a31 cmd_ext4: remove TABs from command help text by Stephen Warren · 12 years ago
  6. 11926fb ide: Correct function signatures for ide_read/write() by Simon Glass · 12 years ago
  7. bcc3539 ahci: Support 64-bit LBA option when reading capacity by Gabe Black · 12 years ago
  8. e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  9. 98a6c4e scsi: Add scsi_write to SCSI driver by Hung-Te Lin · 12 years ago
  10. 3e9fa30 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · 12 years ago
  11. ab4ddda ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  12. 1db8b53 cmd_fdt.c: Use %p when printing pointers by Tom Rini · 12 years ago
  13. ee853e7 ext4: Fix printf() format string error by Simon Glass · 12 years ago
  14. eefbc3f fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  15. 3a136bc serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  16. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · 12 years ago
  17. 12ce003 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 12 years ago
  18. add42f4 Merge branch 'next' by Gerald Van Baren · 12 years ago
  19. b2e5713 Merge branch 'master' of git://www.denx.de/git/u-boot-mmc by Tom Rini · 12 years ago
  20. 7f8574c fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · 12 years ago
  21. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  22. ae723e1 COMMON: Implement common bounce buffer by Marek Vasut · 12 years ago
  23. 6a23866 usb: fallback safely when a configuration descriptor is too large by Vincent Palatin · 12 years ago
  24. 7d07768 usb: Support the CONFIG_SYS_64BIT_LBA option by Gabe Black · 12 years ago
  25. 11aca5f x86: Change global data baudrate to int by Simon Glass · 12 years ago
  26. f4baef0 nds32: Change global data baudrate to int by Simon Glass · 12 years ago
  27. c81b690 mips: Change global data baudrate to int by Simon Glass · 12 years ago
  28. 25c2bad blackfin: Change global data baudrate to int by Simon Glass · 12 years ago
  29. c3b324e arm: Change global data baudrate to int by Simon Glass · 12 years ago
  30. 78be002 sparc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  31. 3a7de0b powerpc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  32. 00322d9 openrisc: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  33. e335e3c nios2: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  34. fb20d45 microblaze: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  35. b9b4d22 m68k: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  36. f7cd60a avr32: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  37. d9a4462 sh: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  38. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  39. 6857c00 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 12 years ago
  40. 15664ed remove unnecessary includes from cmd_ide.c by Pavel Herrmann · 12 years ago
  41. cca20f8 split PCS440EP specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  42. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  43. 95b0cb5 make ide_led() a weak alias by Pavel Herrmann · 12 years ago
  44. 6f4ed97 split CPC45 board-specific IDE functions from cmd_ide.c by Pavel Herrmann · 12 years ago
  45. 35ad9a8 change all versions of input_data() and output_data() to global weak aliases by Pavel Herrmann · 12 years ago
  46. d6a1240 split IVM power hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  47. 2c13c4a split mpc8xx hooks from cmd_ide.c by Pavel Herrmann · 12 years ago
  48. 006be69 remove CONFIG_SC3 from cmd_ide.c by Pavel Herrmann · 12 years ago
  49. 4de3168 i2c_probe: update for use in scripting by Eric Nelson · 12 years ago
  50. 53bb44d common/i2c: Add i2c write command by York Sun · 12 years ago
  51. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  52. ea2243b fdt: Identify scripts in ITBs as printable strings by Joe Hershberger · 12 years ago
  53. fc5abf0 fdt: Add get commands to fdt by Joe Hershberger · 12 years ago
  54. f72c692 fdt: Limit printed hex in fdt print and list commands by Joe Hershberger · 12 years ago
  55. a261e52 fdt: Check error codes returned from fdtlib when loading ITB by Joe Hershberger · 12 years ago
  56. a29c787 Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  57. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  58. 0fdcf1d common: cmd_bdinfo: fix type of value in print_lnum by Daniel Schwierzeck · 12 years ago
  59. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  60. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  61. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  62. 79f2047 serial: Move common/serial.c to drivers/serial/ by Marek Vasut · 12 years ago
  63. a6f6334 serial: Use puts() and hang() instead of panic() in SPL by Marek Vasut · 12 years ago
  64. 904d3d7 serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver by Marek Vasut · 12 years ago
  65. 0d19c02 serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver by Marek Vasut · 12 years ago
  66. 9776a44 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver by Marek Vasut · 12 years ago
  67. 46e4d5f serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver by Marek Vasut · 12 years ago
  68. 9a5f858 serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver by Marek Vasut · 12 years ago
  69. 64c6055 serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver by Marek Vasut · 12 years ago
  70. 0079786 serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver by Marek Vasut · 12 years ago
  71. e33298e serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver by Marek Vasut · 12 years ago
  72. 58177b7 serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver by Marek Vasut · 12 years ago
  73. 5ee4656 serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver by Marek Vasut · 12 years ago
  74. dde3734 serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver by Marek Vasut · 12 years ago
  75. 9784bde serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver by Marek Vasut · 12 years ago
  76. 30916a4 serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver by Marek Vasut · 12 years ago
  77. 289c300 serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver by Marek Vasut · 12 years ago
  78. 1591f18 serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver by Marek Vasut · 12 years ago
  79. bec53ec serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver by Marek Vasut · 12 years ago
  80. fcb9ef8 serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver by Marek Vasut · 12 years ago
  81. d2a9ea2 serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver by Marek Vasut · 12 years ago
  82. 96e8ff6 serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driver by Marek Vasut · 12 years ago
  83. a1207aa serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driver by Marek Vasut · 12 years ago
  84. ff093ed serial: arm: Implement CONFIG_SERIAL_MULTI into atmel serial driver by Marek Vasut · 12 years ago
  85. e9d0e3c serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver by Marek Vasut · 12 years ago
  86. 4b02639 serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver by Marek Vasut · 12 years ago
  87. 4dfb1d0 serial: powerpc: Implement CONFIG_SERIAL_MULTI into p3mx serial driver by Marek Vasut · 12 years ago
  88. 4750eed serial: powerpc: Implement CONFIG_SERIAL_MULTI into sconsole serial driver by Marek Vasut · 12 years ago
  89. e67241b serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 serial driver by Marek Vasut · 12 years ago
  90. adede69 serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 serial driver by Marek Vasut · 12 years ago
  91. 7aa03ef serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 serial driver by Marek Vasut · 12 years ago
  92. f728402 serial: powerpc: Implement CONFIG_SERIAL_MULTI into cogent serial driver by Marek Vasut · 12 years ago
  93. bf5314b serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw serial driver by Marek Vasut · 12 years ago
  94. 42cde13 serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driver by Marek Vasut · 12 years ago
  95. 4c2ced3 serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell serial driver by Marek Vasut · 12 years ago
  96. 2c91a96 serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver by Marek Vasut · 12 years ago
  97. 8330d1e serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver by Marek Vasut · 12 years ago
  98. a29555c serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driver by Marek Vasut · 12 years ago
  99. c548545 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver by Marek Vasut · 12 years ago
  100. 18a4779 serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers by Marek Vasut · 12 years ago