1. c1b1493 microblaze: Remove asm/bitops.h from asm/posix_types.h by Michal Simek · 12 years ago
  2. e3aa3d5 microblaze: Flush caches before enabling them by Michal Simek · 12 years ago
  3. 48c0d48 microblaze: Fix byteorder for microblaze by Michal Simek · 12 years ago
  4. 59085d3 microblaze: Fix compilation warning in ext2_find_next_zero_bit by Michal Simek · 12 years ago
  5. becc684 Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Tom Rini · 12 years ago
  6. e007094 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  7. ae51b4a Makefile: use EXTRAVERSION for -rc? tag by Wolfgang Denk · 12 years ago
  8. 6666ef5 Prepare v2013.01-rc1 by Tom Rini · 12 years ago
  9. a037dab patman: Add additional tags to ignore by Simon Glass · 12 years ago
  10. add21ca usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  11. 561cda9 drivers/serial/serial_ns16550.c: sparse fixes by Kim Phillips · 12 years ago
  12. 0b2efcf drivers/mtd/nand: sparse fixes by Kim Phillips · 12 years ago
  13. d303b86 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · 12 years ago
  14. f9e0b60 drivers/mmc/fsl_esdhc.c: sparse fixes by Kim Phillips · 12 years ago
  15. 87ea389 drivers/mmc/mmc.c: sparse fixes by Kim Phillips · 12 years ago
  16. aa1132a drivers/input/input.c: sparse fix by Kim Phillips · 12 years ago
  17. bd76f01 drivers/gpio/mpc83xx_gpio.c: sparse fixes by Kim Phillips · 12 years ago
  18. 0348748 drivers/block/: sparse fixes by Kim Phillips · 12 years ago
  19. b5c312a powerpc/mpc83xx: sparse fixes by Kim Phillips · 12 years ago
  20. 402673f powerpc/mpc85xx: sparse fixes by Kim Phillips · 12 years ago
  21. 82f576f arch/powerpc/cpu/mpc8xxx/: sparse fixes by Kim Phillips · 12 years ago
  22. 7554150 lib/vsprintf.c: sparse fixes by Kim Phillips · 12 years ago
  23. 8eb6994 lib/zlib: sparse fixes by Kim Phillips · 12 years ago
  24. 914b078 drivers/net/: sparse fixes by Kim Phillips · 12 years ago
  25. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  26. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  27. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  28. e69030c include/image.h: sparse fixes by Kim Phillips · 12 years ago
  29. e16737f arch/powerpc/lib/board.c, *traps.c: sparse fixes by Kim Phillips · 12 years ago
  30. 10ef9bc arch/powerpc/lib/extable.c: sparse fix by Kim Phillips · 12 years ago
  31. 9d21772 arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefined by Kim Phillips · 12 years ago
  32. 2b2be3a include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined' by Kim Phillips · 12 years ago
  33. 47bd825 include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined by Kim Phillips · 12 years ago
  34. 632fe9c include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} redefined by Kim Phillips · 12 years ago
  35. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  36. 128d3d9 fs: rename fsload command to load by Stephen Warren · 12 years ago
  37. 40816a0 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · 12 years ago
  38. efd4a31 cmd_ext4: remove TABs from command help text by Stephen Warren · 12 years ago
  39. b2d5cd6 fs: fix do_fsload() handling of optional arguments by Stephen Warren · 12 years ago
  40. d58778d socfpga/spl: Remove malloc.h by Vikram Narayanan · 12 years ago
  41. 4d0fde7 socfpga/spl: Remove timer_init from spl_board_init by Vikram Narayanan · 12 years ago
  42. 05523f1 arm: atmel: cpux9k2: add missing cache configs by Jens Scharsig (BuS Elektronik) · 12 years ago
  43. 9b9f90b Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  44. 08726a2 x86: config: Enable AHCI support for coreboot by Simon Glass · 12 years ago
  45. 11926fb ide: Correct function signatures for ide_read/write() by Simon Glass · 12 years ago
  46. d1cb64b ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · 12 years ago
  47. 49ec4b1 ahci: Perform SATA flush after disk write. by Marc Jones · 12 years ago
  48. bbb5784 ahci: Support spin-up and link-up separately by Marc Jones · 12 years ago
  49. efd49b4 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · 12 years ago
  50. 33e4c2f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · 12 years ago
  51. 3455f53 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · 12 years ago
  52. bcc3539 ahci: Support 64-bit LBA option when reading capacity by Gabe Black · 12 years ago
  53. 1b1d42e ahci: Fix 'Invaild' typo by Taylor Hutt · 12 years ago
  54. 54d0f55 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · 12 years ago
  55. dd2c734 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · 12 years ago
  56. 0f10bd4 ahci: support scsi writing in AHCI driver by Hung-Te Lin · 12 years ago
  57. 3931072 ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · 12 years ago
  58. 48791f1 ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
  59. 7ee0e437 ahci: Improve AHCI debugging by Stefan Reinauer · 12 years ago
  60. a63341c ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · 12 years ago
  61. e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  62. 99ab379 Support setenv_ulong() and setenv_addr() for powerpc by Simon Glass · 12 years ago
  63. 98a6c4e scsi: Add scsi_write to SCSI driver by Hung-Te Lin · 12 years ago
  64. 3e9fa30 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · 12 years ago
  65. 700f85c ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · 12 years ago
  66. 3f70055 ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  67. ab4ddda ZFS: Fix compile warning in cmd_zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · 12 years ago
  68. 4027185 am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support by Tom Rini · 12 years ago
  69. fc52305 Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIG by Stephen Warren · 12 years ago
  70. 4c8cc9b README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG by Tom Rini · 12 years ago
  71. 2b1a8fa git-mailrc: Change x86 maintainer to Simon by Simon Glass · 12 years ago
  72. 88a8b01 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · 12 years ago
  73. 1db8b53 cmd_fdt.c: Use %p when printing pointers by Tom Rini · 12 years ago
  74. 44161af fs: handle CONFIG_NEEDS_MANUAL_RELOC by Stephen Warren · 12 years ago
  75. 63ffc5a am335x: add initial AM335x IDK board support by Matthias Fuchs · 12 years ago
  76. 16564b9 avr32: allow multi block mmc access for all boards by Andreas Bießmann · 12 years ago
  77. b759db3 omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF by Tom Rini · 12 years ago
  78. 95e7947 am335x: add mux config for DDR3 version of beaglebone by Koen Kooi · 12 years ago
  79. aa00906 eco5pk: Add new board and default config by Raphael Assenat · 12 years ago
  80. 248ef0a New board support: Nokia RX-51 aka N900 by Pali Rohár · 12 years ago
  81. 4a57da3 cfb_console: Add support for some ANSI terminal escape codes by Pali Rohár · 12 years ago
  82. 2e7726b Add power bus message definitions in twl4030.h by Pali Rohár · 12 years ago
  83. 5ebe4f1 arm bootm: Allow to pass board specified atags by Pali Rohár · 12 years ago
  84. d1e1906 MAKEALL: Add -s to '${MAKE} tidy' section by Tom Rini · 12 years ago
  85. ee853e7 ext4: Fix printf() format string error by Simon Glass · 12 years ago
  86. 67f3291 FPGA: Cyclon II: Correctly reset the FPGA before configuration by Stephan Gatzka · 12 years ago
  87. eefbc3f fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · 12 years ago
  88. 4f8662d fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · 12 years ago
  89. e61c6a2 fs: delete unused Makefile by Stephen Warren · 12 years ago
  90. 81d5b90 arm720t: add back common.h include by Allen Martin · 12 years ago
  91. 535f6f7 serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  92. 441a85b ARM: tegra: combine duplicate Makefile rules by Stephen Warren · 12 years ago
  93. ec356ed tegra20: initialize variable to avoid compiler warning by Allen Martin · 12 years ago
  94. 36ea627 tegra: move to common SPL framework by Allen Martin · 12 years ago
  95. c67e485 SPL: make jump_to_image_no_args a weak symbol by Allen Martin · 12 years ago
  96. 63315d9 ARM: tegra: don't request GPIO from Seaboard's SPL by Stephen Warren · 12 years ago
  97. 5bf4fff ARM: tegra: select between Seaboard/Ventana at compile time by Stephen Warren · 12 years ago
  98. d889e8a ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it by Stephen Warren · 12 years ago
  99. 5bbbc91 ARM: enhance u-boot.lds to detect over-sized SPL by Stephen Warren · 12 years ago
  100. 8a53855 tegra: nand: make ONFI detection work by Lucas Stach · 12 years ago