1. 3e4d27b Merge git://git.denx.de/u-boot by Stefano Babic · 12 years ago
  2. 59852d0 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  3. 22b6fcb common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  4. b3e5cd1 microblaze: Fix compilation failure because of missing libdts by Michal Simek · 12 years ago
  5. f8c1ed0 microblaze: Remove asm/bitops.h from asm/posix_types.h by Michal Simek · 12 years ago
  6. 5811830 microblaze: Flush caches before enabling them by Michal Simek · 12 years ago
  7. ea01228 microblaze: Fix byteorder for microblaze by Michal Simek · 12 years ago
  8. 548ce4b microblaze: Fix compilation warning in ext2_find_next_zero_bit by Michal Simek · 12 years ago
  9. 1cc619b Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 12 years ago
  10. 6acc7c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  11. a6e8dca Makefile: use EXTRAVERSION for -rc? tag by Wolfgang Denk · 12 years ago
  12. 3ae7b24 Prepare v2013.01-rc1 by Tom Rini · 12 years ago
  13. 619dd5d patman: Add additional tags to ignore by Simon Glass · 12 years ago
  14. 57a87a2 usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  15. ac63f2a drivers/serial/serial_ns16550.c: sparse fixes by Kim Phillips · 12 years ago
  16. 7d2ab9a drivers/mtd/nand: sparse fixes by Kim Phillips · 12 years ago
  17. 11dc401 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · 12 years ago
  18. eafa90a drivers/mmc/fsl_esdhc.c: sparse fixes by Kim Phillips · 12 years ago
  19. fdbb873 drivers/mmc/mmc.c: sparse fixes by Kim Phillips · 12 years ago
  20. c14e94e drivers/input/input.c: sparse fix by Kim Phillips · 12 years ago
  21. 8121d3c drivers/gpio/mpc83xx_gpio.c: sparse fixes by Kim Phillips · 12 years ago
  22. 00caa7f drivers/block/: sparse fixes by Kim Phillips · 12 years ago
  23. a2873bd powerpc/mpc83xx: sparse fixes by Kim Phillips · 12 years ago
  24. e56143e powerpc/mpc85xx: sparse fixes by Kim Phillips · 12 years ago
  25. 2ed2e91 arch/powerpc/cpu/mpc8xxx/: sparse fixes by Kim Phillips · 12 years ago
  26. 0eb2576 lib/vsprintf.c: sparse fixes by Kim Phillips · 12 years ago
  27. ee820b5 lib/zlib: sparse fixes by Kim Phillips · 12 years ago
  28. 960d70c drivers/net/: sparse fixes by Kim Phillips · 12 years ago
  29. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  30. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  31. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  32. 2f22050 include/image.h: sparse fixes by Kim Phillips · 12 years ago
  33. 20051f2 arch/powerpc/lib/board.c, *traps.c: sparse fixes by Kim Phillips · 12 years ago
  34. fe44f45 arch/powerpc/lib/extable.c: sparse fix by Kim Phillips · 12 years ago
  35. cdfdb8d arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefined by Kim Phillips · 12 years ago
  36. aa9e891 include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined' by Kim Phillips · 12 years ago
  37. 25b26ec include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined by Kim Phillips · 12 years ago
  38. 0d4c1c9 include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} redefined by Kim Phillips · 12 years ago
  39. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  40. f9b55e2 fs: rename fsload command to load by Stephen Warren · 12 years ago
  41. 3f83c87 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · 12 years ago
  42. b6a3044 cmd_ext4: remove TABs from command help text by Stephen Warren · 12 years ago
  43. e9b0f99 fs: fix do_fsload() handling of optional arguments by Stephen Warren · 12 years ago
  44. 46d626d socfpga/spl: Remove malloc.h by Vikram Narayanan · 12 years ago
  45. 7ae534c socfpga/spl: Remove timer_init from spl_board_init by Vikram Narayanan · 12 years ago
  46. cc69cc0 arm: atmel: cpux9k2: add missing cache configs by Jens Scharsig (BuS Elektronik) · 12 years ago
  47. a42c87f Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  48. 51bdad6 x86: config: Enable AHCI support for coreboot by Simon Glass · 12 years ago
  49. b6458d3 ide: Correct function signatures for ide_read/write() by Simon Glass · 12 years ago
  50. fe1f808 ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · 12 years ago
  51. 766b16f ahci: Perform SATA flush after disk write. by Marc Jones · 12 years ago
  52. 2a0c61d ahci: Support spin-up and link-up separately by Marc Jones · 12 years ago
  53. 5784766 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · 12 years ago
  54. 90b276f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · 12 years ago
  55. 64738e8 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · 12 years ago
  56. b4c5bbc ahci: Support 64-bit LBA option when reading capacity by Gabe Black · 12 years ago
  57. 5a2b77f ahci: Fix 'Invaild' typo by Taylor Hutt · 12 years ago
  58. c873111 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · 12 years ago
  59. 19d1d41 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · 12 years ago
  60. b7a21b7 ahci: support scsi writing in AHCI driver by Hung-Te Lin · 12 years ago
  61. e81058c ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · 12 years ago
  62. 4e422bc ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
  63. 7ba7917 ahci: Improve AHCI debugging by Stefan Reinauer · 12 years ago
  64. 9a65b87 ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · 12 years ago
  65. 447c031 scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  66. c4fa493 Support setenv_ulong() and setenv_addr() for powerpc by Simon Glass · 12 years ago
  67. 758c9e6 scsi: Add scsi_write to SCSI driver by Hung-Te Lin · 12 years ago
  68. 4ae5eb7 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · 12 years ago
  69. 284231e ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · 12 years ago
  70. e08ebf4 ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  71. af8d1d3 ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  72. 044fc14 am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support by Tom Rini · 12 years ago
  73. 418b7f3 Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIG by Stephen Warren · 12 years ago
  74. 7e27f89 README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG by Tom Rini · 12 years ago
  75. b4a2e43 git-mailrc: Change x86 maintainer to Simon by Simon Glass · 12 years ago
  76. d266f66 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · 12 years ago
  77. 085b9c3 cmd_fdt.c: Use %p when printing pointers by Tom Rini · 12 years ago
  78. a1b231c fs: handle CONFIG_NEEDS_MANUAL_RELOC by Stephen Warren · 12 years ago
  79. a956bdc am335x: add initial AM335x IDK board support by Matthias Fuchs · 12 years ago
  80. 60607c9 avr32: allow multi block mmc access for all boards by Andreas Bießmann · 12 years ago
  81. 57f588b omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF by Tom Rini · 12 years ago
  82. 9cd7b4c am335x: add mux config for DDR3 version of beaglebone by Koen Kooi · 12 years ago
  83. 843a7ee eco5pk: Add new board and default config by Raphael Assenat · 12 years ago
  84. ed407be New board support: Nokia RX-51 aka N900 by Pali Rohár · 12 years ago
  85. 33a35bb cfb_console: Add support for some ANSI terminal escape codes by Pali Rohár · 12 years ago
  86. 318e70e Add power bus message definitions in twl4030.h by Pali Rohár · 12 years ago
  87. 89e6f13 arm bootm: Allow to pass board specified atags by Pali Rohár · 12 years ago
  88. ed296d2 MAKEALL: Add -s to '${MAKE} tidy' section by Tom Rini · 12 years ago
  89. b9dc494 ext4: Fix printf() format string error by Simon Glass · 12 years ago
  90. a99c040 FPGA: Cyclon II: Correctly reset the FPGA before configuration by Stephan Gatzka · 12 years ago
  91. 045fa1e fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  92. 03e2ecf fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  93. 672ee21 fs: delete unused Makefile by Stephen Warren · 12 years ago
  94. d598e0f arm720t: add back common.h include by Allen Martin · 12 years ago
  95. 0f89980 serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  96. e4ec934 ARM: tegra: combine duplicate Makefile rules by Stephen Warren · 12 years ago
  97. ee2e185 tegra20: initialize variable to avoid compiler warning by Allen Martin · 12 years ago
  98. b2f9893 tegra: move to common SPL framework by Allen Martin · 12 years ago
  99. a759f1e SPL: make jump_to_image_no_args a weak symbol by Allen Martin · 12 years ago
  100. a2ab6b7 ARM: tegra: don't request GPIO from Seaboard's SPL by Stephen Warren · 12 years ago