1. b834a39 lib: zlib: import deflate source file from 1.2.5 by Lei Wen · 12 years ago
  2. 2fb802e remove unnecessary code in ata_piix by Pavel Herrmann · 12 years ago
  3. a95af94 disk: allow - or empty string to fall back to $bootdevice by Stephen Warren · 12 years ago
  4. b314ebe Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  5. de99725 SPL: Add support for loading image from ram in SPL. by Pavel Machek · 12 years ago
  6. 7917846 SPL: Rework how we inform about un-headered images by Tom Rini · 12 years ago
  7. d939ef0 SPL: Make un-supported boot device puts a debug instead by Tom Rini · 12 years ago
  8. 5f16992 SPL: Enable use of custom defined U-Boot entry point by Stefan Roese · 12 years ago
  9. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  10. 00b57b3 SPL: Add option to skip copying of the mkimage header by Stefan Roese · 12 years ago
  11. 900c177 SPL: Add NOR flash booting support by Stefan Roese · 12 years ago
  12. ccde1ee da850: Add README.da850 by Tom Rini · 12 years ago
  13. 3b095df hawkboard: Update config file to work with common spl framework by Sughosh Ganu · 12 years ago
  14. 1293858 ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK by Tom Rini · 12 years ago
  15. 5a672a2 net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · 12 years ago
  16. 1644a9d PXE: FDT: Add support for fdt in PXE by Chander Kashyap · 12 years ago
  17. c1582c0 FEC: Replace magic contants by Marek Vasut · 12 years ago
  18. 9bf7bf0 FEC: Rework the TX wait mechanism by Marek Vasut · 12 years ago
  19. 5f1631d FEC: Remove endless loop in the FEC driver by Marek Vasut · 12 years ago
  20. 4325d24 FEC: Properly align address over the buffers for cache ops by Marek Vasut · 12 years ago
  21. 4d85b03 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · 12 years ago
  22. 5686757 net: Add Vitesse VSC8662 PHY support by Priyanka Jain · 12 years ago
  23. 2ebd150 net/phy: support the mv88e6352 switch by Valentin Longchamp · 12 years ago
  24. 050219e net: eth_write_hwaddr: Return error for invalid MACs by Benoît Thébaudeau · 12 years ago
  25. 9ef51bd SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · 12 years ago
  26. 292db77 SPL: Use image_get_xxx() functions to access header values by Stefan Roese · 12 years ago
  27. fb5d62a SPL: do not use fix value for u-boot size by Stefano Babic · 12 years ago
  28. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  29. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  30. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · 12 years ago
  31. ff7a605 ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · 12 years ago
  32. 7b51686 ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · 12 years ago
  33. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · 12 years ago
  34. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  35. 730bae7 ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · 12 years ago
  36. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · 12 years ago
  37. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  38. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · 12 years ago
  39. 63c37f1 omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. by Pavel Machek · 12 years ago
  40. 69fa444 omap-common: Fix typo in save_boot_params() in lowlevel_init.S by Tom Rini · 12 years ago
  41. fe3b0c7 omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
  42. a0d8cca spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · 12 years ago
  43. 20ae90c Makefile: Move SPL files to clobber, remove from clean by Tom Rini · 12 years ago
  44. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · 12 years ago
  45. 49eee6e env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  46. 9274dc0 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  47. a50f806 README.commands: Document what UNDEF_SYM does by Tom Rini · 12 years ago
  48. cc1fbaa patman: Use reverse order for changelog by Otavio Salvador · 12 years ago
  49. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 13 years ago
  50. 19dfc47 net: Add driver for Zynq Gem IP by Michal Simek · 12 years ago
  51. 06e4693 net: asix: add AX88772B support by Lucas Stach · 12 years ago
  52. 95c359b net: asix: add read_mac function by Lucas Stach · 12 years ago
  53. fc9a758 net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  54. a0d5d03 net: asix: split out basic reset function by Lucas Stach · 12 years ago
  55. 36267c4 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  56. 70e5307 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 12 years ago
  57. 3a52910 cmd_part: add partition-related command by Stephen Warren · 12 years ago
  58. b287a87 disk: part_msdos: parse and store partition UUID by Stephen Warren · 12 years ago
  59. c6c7b7a disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
  60. e47dbba disk: part_efi: range-check partition number by Stephen Warren · 12 years ago
  61. c87ff22 disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  62. afd909c disk: introduce get_device() by Stephen Warren · 12 years ago
  63. 8d6ba05 cmd_reiser: use common get_device_and_partition function by Rob Herring · 12 years ago
  64. 153817e cmd_zfs: use common get_device_and_partition function by Rob Herring · 12 years ago
  65. ede8436 cmd_disk: use common get_device_and_partition function by Rob Herring · 12 years ago
  66. 5fc26df cmd_fat: use common get_device_and_partition function by Rob Herring · 12 years ago
  67. 752e1bd cmd_extX: use common get_device_and_partition function by Rob Herring · 12 years ago
  68. 30f7fd7 ext4: remove init_fs/deinit_fs by Rob Herring · 12 years ago
  69. d586cec disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
  70. eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
  71. a20cbf9 combine block device load commands into common function by Rob Herring · 12 years ago
  72. 07c5bff disk: make get_partition_info() always available to disk.c by Stephen Warren · 12 years ago
  73. c0171ca MAKEALL: fix per arch board lists by Allen Martin · 12 years ago
  74. dad11a9 ARM: arm1176: Define arch_cpu_init() at the SoC level by Stephen Warren · 12 years ago
  75. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  76. 4bb5fa4 common/lcd: fix build breakage for at91sam9x5ek and trats boards by Anatolij Gustschin · 12 years ago
  77. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  78. 6625780 net: Allow netconsole settings to change after nc_start by Joe Hershberger · 12 years ago
  79. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  80. 45f4a23 net: Make the netconsole buffer size configurable by Joe Hershberger · 12 years ago
  81. 4ad2c2a net: sh_eth: Add support R8A7740 of rmobile (arm core) by Nobuhiro Iwamatsu · 12 years ago
  82. 0abfe7d dm: net: Fixup the armada100 FEC driver by Marek Vasut · 12 years ago
  83. bb8b27b net: emaclite: Support OF initialization by Michal Simek · 12 years ago
  84. 3c2fe86 dm: net: Move IXP NPE to drivers/net/ by Marek Vasut · 12 years ago
  85. bf17618 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · 12 years ago
  86. df7c98a api: net: fix length check in eth_receive() by Michael Walle · 12 years ago
  87. d0f5396 net: Make netconsole src and dest ports configurable by Joe Hershberger · 12 years ago
  88. 8493d50 Prepare v2012.10-rc1 by Tom Rini · 12 years ago
  89. 0c947f7 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  90. 1873d5c pci: fix some warnings related to assumptions about by Kumar Gala · 12 years ago
  91. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  92. d82cb11 video/powerpc: don't touch DIU registers that we don't need by Timur Tabi · 12 years ago
  93. 5c540b2 common/lcd: add protection from null bmp pointer by Nikita Kiryanov · 12 years ago
  94. 0a9d66f fdt: Add header guard to fdtdec.h by Simon Glass · 12 years ago
  95. c8c86dd fdt: Tidy debugging, add to fdtdec_get_int/addr() by Simon Glass · 12 years ago
  96. eadbf1a Add gpio_request() to asm-generic header by Simon Glass · 12 years ago
  97. 9767a00 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  98. dd4f050 Revert "memsize: Fix for bug in memory sizing code" by Tom Rini · 12 years ago
  99. 2fa03bc Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  100. 835e11e usb: do explicit unaligned accesses by Lucas Stach · 12 years ago