1. 7459374 sparc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  2. 1272592 powerpc: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  3. 98e4611 mips: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  4. 94e4dae microblaze: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  5. 77b8f20 m68k: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  6. c1f485a blackfin: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  7. eb68b41 avr32: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  8. dc8bbea arm: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  9. 4a9b413 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  10. 3668d8f common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  11. c1044a1 net: emaclite: Move RX/TX ping pong initialization to by Michal Simek · 13 years ago
  12. 9b94755 net: emaclite: Use unsigned long for baseaddr by Michal Simek · 13 years ago
  13. 7b5d61b arm, post, memory: fix bug if sdram base != 0x00000000 by Heiko Schocher · 13 years ago
  14. 23d8f77 spi/eon: add support for new EON spi flash EN25Q32B by Shaohui Xie · 13 years ago
  15. 1e41f5a cache: include asm/cache.h for ARCH_DMA_MINALIGN definition by Anton Staaf · 13 years ago
  16. 3620f86 x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  17. 72d4dd4 mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  18. ee729af microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  19. 75ff24b avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  20. 3c3f8a7 sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  21. 2482e3c sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  22. 0991701 powerpc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  23. 6fa6035 nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  24. a8fc12e m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  25. 44d6cbb arm: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  26. f8df9d0 NS16550: trivial code clean for checkpatch by Simon Glass · 13 years ago
  27. e877fab MPC85xx: remove broken "mpq101" board by Wolfgang Denk · 13 years ago
  28. 8cb9b23 serial: uartlite: Fix compilation warnings by Michal Simek · 13 years ago
  29. b88e7b3 hwmon: Provide dtt_init() by Dirk Eibach · 13 years ago
  30. b3f44c2 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · 13 years ago
  31. 8b3637c common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · 13 years ago
  32. 4c34b2a autoconf.mk.dep: use target cflags, not host by Mike Frysinger · 13 years ago
  33. 5968adc build: force migration away from $(AR) by Mike Frysinger · 13 years ago
  34. 26ddff2 build: add missing $(AR)->$(cmd_link_o_target) update by Mike Frysinger · 13 years ago
  35. 4e4b21b Makefile: Remove MLO on make clean by Joel A Fernandes · 13 years ago
  36. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  37. 712fbcf checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  38. 83c484d drivers: add the support for Silicon Image SATA controller by Tang Yuantian · 13 years ago
  39. afc1ce8 doc/README: documents and readme for NDS32 arch by Macpaul Lin · 13 years ago
  40. 5f1719c adp-ag101: add board adp-ag101 support by Macpaul Lin · 13 years ago
  41. 64d6146 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  42. 72c73dd nds32: standalone support by Macpaul Lin · 13 years ago
  43. 463d47f nds32/lib: add generic funcs in NDS32 lib by Macpaul Lin · 13 years ago
  44. 445a886 nds32/ag101: cpu and init funcs of SoC ag101 by Macpaul Lin · 13 years ago
  45. 37e5708 nds32/core N1213: NDS32 N12 core family N1213 by Macpaul Lin · 13 years ago
  46. e708384 nds32: add NDS32 support into common header file by Macpaul Lin · 13 years ago
  47. 00f892f nds32: add header files support for nds32 by Macpaul Lin · 13 years ago
  48. 0c277ef cmd_bdinfo: replace print_str() with print_mhz() by Timur Tabi · 13 years ago
  49. 486cad0 gpio: Add PCA9698 40-bit I2C I/O port by Dirk Eibach · 13 years ago
  50. 96baa4c serial: pl01x: drain PL01x FIFO before baudrate change by Linus Walleij · 13 years ago
  51. 349e83f examples: api: allow build with private libgcc by Che-liang Chiou · 13 years ago
  52. df6a36f net: dc2114x: check for apropriate command by Linus Walleij · 13 years ago
  53. b0e55d5 km/common: enable "env default" for all keymile boards by Gerlando Falauto · 13 years ago
  54. 55b438a ftgmac100: reset fix when supports wake on lan by Macpaul Lin · 13 years ago
  55. 370853a km/common: remove obsolete header file by Holger Brunck · 13 years ago
  56. 2a7714c km/common: fix ramfs development target by Andreas Huber · 13 years ago
  57. 0eb0e59 km/common: force set ethaddr only for KM kirkwood boards by Holger Brunck · 13 years ago
  58. 8603b69 fix compile warning for env tools by Luka Perkov · 13 years ago
  59. a2da616 km_arm: enable POST for these boards by Valentin Longchamp · 13 years ago
  60. dee1776 removed static from images in cmd_bootm.c by Simon Schwarz · 13 years ago
  61. 02aff55 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 13 years ago
  62. f82c087 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 13 years ago
  63. 1b81f01 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · 13 years ago
  64. 710308e mpc85xx: Add inline GPIO acessor functions by Kyle Moffett · 13 years ago
  65. a836626 powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9) by Timur Tabi · 13 years ago
  66. 3a8653b cosmetic: Fixup fixup_silent_linux() for checkpatch by Doug Anderson · 13 years ago
  67. eaeecde Correct dependency rule to fix SPL build by Simon Glass · 13 years ago
  68. f6ef742 ColdFire: Clean Makefile _config rules by stany MARCEL · 13 years ago
  69. 96d9438 ColdFire: Move boards with simple _config rules to boards.cfg by stany MARCEL · 13 years ago
  70. 606667d ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined by stany MARCEL · 13 years ago
  71. 327474f ColdFire: Merge differentiated linking files into a sigle one by board by stany MARCEL · 13 years ago
  72. aa2bd9b ColdFire: Add $(obj) before cpu lib to correct build by stany MARCEL · 13 years ago
  73. 25ceb27 ColdFire: Cleanup lds files for multiple defined symbols by stany MARCEL · 13 years ago
  74. 3b001ad powerpc/85xx: Fix P2020DS booting by Kumar Gala · 13 years ago
  75. f81f19f powerpc/85xx: Update USB device tree status based on pin settings by Shengzhou Liu · 13 years ago
  76. 2a523f5 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  77. 4d28db8 powerpc/85xx: Add support for RMan LIODN initialization by Kumar Gala · 13 years ago
  78. 9c42ef6 powerpc/85xx: Update device tree handling for SRIO by Kumar Gala · 13 years ago
  79. 1a0c642 powerpc/85xx: Update setting of SRIO LIODNs by Kumar Gala · 13 years ago
  80. f5b9e73 fm: Don't allow disabling of FM1-DTSEC1 by Kumar Gala · 13 years ago
  81. e81c0ab fm-eth: Don't mark the MAC we use for MDIO as disabled in device tree by Kumar Gala · 13 years ago
  82. efb2172 Move timestamp and version files into 'generated' subdir by Simon Glass · 13 years ago
  83. 86eb49b sandbox: Makefile changes to build sandbox architecture by Simon Glass · 13 years ago
  84. 9d2cb8e Add generic gpio.h in asm-generic by Simon Glass · 13 years ago
  85. 4750884 Adjust dependency rules to permit per-file flags by Simon Glass · 13 years ago
  86. 9254935 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  87. c861fbf sandbox: Add basic config file by Simon Glass · 13 years ago
  88. 7accb6e sandbox: Add serial uart by Simon Glass · 13 years ago
  89. bace3d0 sandbox: Add main program by Simon Glass · 13 years ago
  90. 7a9219c sandbox: Add OS dependent layer by Simon Glass · 13 years ago
  91. 8edf844 sandbox: Force command sections to be 4-byte aligned by Simon Glass · 13 years ago
  92. 7115239 sandbox: Disable standalone/API support by Simon Glass · 13 years ago
  93. fe34107 sandbox: Disable built-in malloc by Simon Glass · 13 years ago
  94. 6d6f123 sandbox: Add bootm support by Simon Glass · 13 years ago
  95. 6fcc3be sandbox: Add board info for architecture by Simon Glass · 13 years ago
  96. 43bd194 sandbox: Add sandbox board by Simon Glass · 13 years ago
  97. b8605a1 sandbox: Add architecture lib files by Simon Glass · 13 years ago
  98. 4b0730d sandbox: Add cpu files by Simon Glass · 13 years ago
  99. a7551a3 sandbox: Add compiler defines to support a 64-bit x86_64 platform by Simon Glass · 13 years ago
  100. 65bf1d3 sandbox: Add architecture image support by Simon Glass · 13 years ago