1. bbb0b12 fdt: Add support for embedded device tree (CONFIG_OF_EMBED) by Simon Glass · 13 years ago
  2. 45ba807 fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) by Simon Glass · 13 years ago
  3. 2d46cf2 net: tftpput: add tftpput command by Simon Glass · 13 years ago
  4. 1fb7cd4 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  5. 1aec244 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  6. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  7. e4cde2f net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  8. f5329bb net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  9. e4bf0c5 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  10. 4793ee6 net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  11. 8f79bb1 net: tftpput: Move ICMP code into its own function by Simon Glass · 13 years ago
  12. d67f10c Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  13. 3cce8a5 Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  14. 70d52f9 altera_tse: Fix return of eth_device's recv() callback by Joachim Foerster · 13 years ago
  15. 15eb106 altera_tse: m88e1111s: Honor device flags regarding PHY interface mode by Joachim Foerster · 13 years ago
  16. b962ac7 altera_tse: Add support for dedicated descriptor memory by Joachim Foerster · 13 years ago
  17. 29095f1 altera_tse: Fix SGDMA reset triggering by Joachim Foerster · 13 years ago
  18. 337aff5 altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync case by Joachim Foerster · 13 years ago
  19. f75dd58 part_efi: dcache: allocate cacheline aligned buffers by Anton staaf · 13 years ago
  20. a196992 mmc: dcache: allocate cache aligned buffers for ext_csd by Anton staaf · 13 years ago
  21. 4c1cd72 ext2: Cache line aligned partial sector bounce buffer by Anton staaf · 13 years ago
  22. f781dd3 mmc: dcache: allocate cache aligned buffer for scr and switch_status by Anton staaf · 13 years ago
  23. 96d2123 tegra: define CONFIG_SYS_CACHELINE_SIZE for tegra by Anton staaf · 13 years ago
  24. 46a6d51 cache: add ALLOC_CACHE_ALIGN_BUFFER macro by Anton staaf · 13 years ago
  25. d47031e Revert "km_arm: enable POST for these boards" by Wolfgang Denk · 13 years ago
  26. bc4e14c arm: Correct build error introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  27. aab773a powerpc: Correct build warning introduced by getenv_ulong() patch by Simon Glass · 13 years ago
  28. 4962e38 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  29. daaaf02 net: xilinx_enet: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  30. 5de78b1 net: sc589: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  31. c1761ee net: s3c4510b_eth: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  32. 8b710b1 net: ns9750: drop !NET_MULTI driver by Mike Frysinger · 13 years ago
  33. ae6edb5 net: enc28j60_lpc2292: drop unused !NET_MULTI driver by Mike Frysinger · 13 years ago
  34. 9d256b6 powerpc/lib/board.c: Call run_post(POST_ROM) before relocating by Bernhard Kaindl · 13 years ago
  35. 6dc809f net/dns.c: Fix endian conversion for big-endian in dns command by Bernhard Kaindl · 13 years ago
  36. f5ca20c x86: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  37. 7459374 sparc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  38. 1272592 powerpc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  39. 98e4611 mips: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  40. 94e4dae microblaze: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  41. 77b8f20 m68k: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  42. c1f485a blackfin: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  43. eb68b41 avr32: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  44. dc8bbea arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  45. 4a9b413 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  46. 3668d8f common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  47. c1044a1 net: emaclite: Move RX/TX ping pong initialization to by Michal Simek · 13 years ago
  48. 9b94755 net: emaclite: Use unsigned long for baseaddr by Michal Simek · 13 years ago
  49. 7b5d61b arm, post, memory: fix bug if sdram base != 0x00000000 by Heiko Schocher · 13 years ago
  50. 23d8f77 spi/eon: add support for new EON spi flash EN25Q32B by Shaohui Xie · 13 years ago
  51. 1e41f5a cache: include asm/cache.h for ARCH_DMA_MINALIGN definition by Anton Staaf · 13 years ago
  52. 3620f86 x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  53. 72d4dd4 mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  54. ee729af microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  55. 75ff24b avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  56. 3c3f8a7 sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  57. 2482e3c sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  58. 0991701 powerpc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  59. 6fa6035 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  60. a8fc12e m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  61. 44d6cbb arm: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  62. f8df9d0 NS16550: trivial code clean for checkpatch by Simon Glass · 13 years ago
  63. e877fab MPC85xx: remove broken "mpq101" board by Wolfgang Denk · 13 years ago
  64. 8cb9b23 serial: uartlite: Fix compilation warnings by Michal Simek · 13 years ago
  65. b88e7b3 hwmon: Provide dtt_init() by Dirk Eibach · 13 years ago
  66. b3f44c2 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · 13 years ago
  67. 8b3637c common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · 13 years ago
  68. 4c34b2a autoconf.mk.dep: use target cflags, not host by Mike Frysinger · 13 years ago
  69. 5968adc build: force migration away from $(AR) by Mike Frysinger · 13 years ago
  70. 26ddff2 build: add missing $(AR)->$(cmd_link_o_target) update by Mike Frysinger · 13 years ago
  71. 4e4b21b Makefile: Remove MLO on make clean by Joel A Fernandes · 13 years ago
  72. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  73. 712fbcf checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  74. 83c484d drivers: add the support for Silicon Image SATA controller by Tang Yuantian · 13 years ago
  75. afc1ce8 doc/README: documents and readme for NDS32 arch by Macpaul Lin · 13 years ago
  76. 5f1719c adp-ag101: add board adp-ag101 support by Macpaul Lin · 13 years ago
  77. 64d6146 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  78. 72c73dd nds32: standalone support by Macpaul Lin · 13 years ago
  79. 463d47f nds32/lib: add generic funcs in NDS32 lib by Macpaul Lin · 13 years ago
  80. 445a886 nds32/ag101: cpu and init funcs of SoC ag101 by Macpaul Lin · 13 years ago
  81. 37e5708 nds32/core N1213: NDS32 N12 core family N1213 by Macpaul Lin · 13 years ago
  82. e708384 nds32: add NDS32 support into common header file by Macpaul Lin · 13 years ago
  83. 00f892f nds32: add header files support for nds32 by Macpaul Lin · 13 years ago
  84. 0c277ef cmd_bdinfo: replace print_str() with print_mhz() by Timur Tabi · 13 years ago
  85. 486cad0 gpio: Add PCA9698 40-bit I2C I/O port by Dirk Eibach · 13 years ago
  86. 96baa4c serial: pl01x: drain PL01x FIFO before baudrate change by Linus Walleij · 13 years ago
  87. 349e83f examples: api: allow build with private libgcc by Che-liang Chiou · 13 years ago
  88. df6a36f net: dc2114x: check for apropriate command by Linus Walleij · 13 years ago
  89. b0e55d5 km/common: enable "env default" for all keymile boards by Gerlando Falauto · 13 years ago
  90. 55b438a ftgmac100: reset fix when supports wake on lan by Macpaul Lin · 13 years ago
  91. 370853a km/common: remove obsolete header file by Holger Brunck · 13 years ago
  92. 2a7714c km/common: fix ramfs development target by Andreas Huber · 13 years ago
  93. 0eb0e59 km/common: force set ethaddr only for KM kirkwood boards by Holger Brunck · 13 years ago
  94. 8603b69 fix compile warning for env tools by Luka Perkov · 13 years ago
  95. a2da616 km_arm: enable POST for these boards by Valentin Longchamp · 13 years ago
  96. dee1776 removed static from images in cmd_bootm.c by Simon Schwarz · 13 years ago
  97. 02aff55 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  98. f82c087 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 13 years ago
  99. 1b81f01 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · 13 years ago
  100. 710308e mpc85xx: Add inline GPIO acessor functions by Kyle Moffett · 13 years ago