1. 705f8ae fsl_diu_fb.c: fix build warnings by Wolfgang Denk · 15 years ago
  2. dd7e6c1 Avoid use of divides in print_size by Nick Thompson · 15 years ago
  3. ac2b814 lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr by Serge Ziryukin · 15 years ago
  4. 2b5451e Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  5. ffa240d Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  6. 762dbff Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  7. 95cd778 Fix SICRL setting in SIMPC8313 by Ron Madrid · 15 years ago
  8. 52ac6b7 mpc83xx: fix NAND bootstrap too big error by Kim Phillips · 15 years ago
  9. f71d891 Removal of checkboard from spl bootstrap build for SIMPC8313 by Ron Madrid · 15 years ago
  10. 594c967 ppc4xx: Fix building PLU405 board by Matthias Fuchs · 15 years ago
  11. 45b0c6c Makefile: fix out-of-tree building of "u-boot.img" target by Wolfgang Denk · 15 years ago
  12. d5735f2 MVBLM7, MVSMR: fix Makefile (cleanup bootscript.img) by Wolfgang Denk · 15 years ago
  13. 36b6970 ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints by Wolfgang Denk · 15 years ago
  14. a40545c drivers/mmc/fsl_esdhc.c: fix compiler warnings by Wolfgang Denk · 15 years ago
  15. be329c1 Enabled support for Rev 1.3 SPD for DDR2 DIMMs by York Sun · 15 years ago
  16. eb453df 85xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabled by Kumar Gala · 15 years ago
  17. 0edddd9 85xx/mpc8536ds: Use is_serdes_configured() to determine of PCIe enabled by Kumar Gala · 15 years ago
  18. af7a9dc 85xx: Add is_serdes_configured() support to MPC8536 SERDES by Kumar Gala · 15 years ago
  19. 54e4b89 fsl-diu: Using I/O accessor to CCSR space by Jerry Huang · 15 years ago
  20. c2b8c30 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  21. d3f51dd mpc83xx/mvBLM7: add usb commands and cleanup. by Andre Schwarz · 15 years ago
  22. fda4637 mpc83xx: Add UPMA configuration to SIMPC8313 by Ron Madrid · 15 years ago
  23. 55ddf03 serial: punt unused serial_addr() by Mike Frysinger · 15 years ago
  24. 61af201 update include/asm/ gitignore after move by Mike Frysinger · 15 years ago
  25. f299a4c Fixup native builds on powerpc by Kumar Gala · 15 years ago
  26. 84e20a2 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · 15 years ago
  27. ed7aaf8 powerpc: Consolidate bootcount_{store|load} for PowerPC by Stefan Roese · 15 years ago
  28. fb8ea65 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 15 years ago
  29. 6bb9426 drivers/*/Makefile: fix conditional compile rule. by Ender.Dai · 15 years ago
  30. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · 15 years ago
  31. d5f644d compiler.h: add uint typedef by Mike Frysinger · 15 years ago
  32. ad10080 command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · 15 years ago
  33. 7e0fbaf 74xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 board by Reinhard Arlt · 15 years ago
  34. 7d04861 sc520: Fix minor DRAM Controller Setup bug by Graeme Russ · 15 years ago
  35. 4d2a019 sc520: Update to new AMD Copyright by Graeme Russ · 15 years ago
  36. 052bae1 eNET: Implement eNET Watchdog by Graeme Russ · 15 years ago
  37. 7564670 eNET: Use SC520 MMCR to reset eNET board by Graeme Russ · 15 years ago
  38. 1aa9195 eNET: Add PC/AT compatibility setup function by Graeme Russ · 15 years ago
  39. a1eeccf eNET: Add support for onboard RTL8100B (RTL8139) chips by Graeme Russ · 15 years ago
  40. 6a55457 sc520: Board Specific PCI Init by Graeme Russ · 15 years ago
  41. 5514035 sc520: Move PCI defines to PCI include file by Graeme Russ · 15 years ago
  42. 08ca591 eNET: Fix CONFIG_SYS_HZ to be 1000 by Graeme Russ · 15 years ago
  43. d068fdb eNET: Fix Flash Write by Graeme Russ · 15 years ago
  44. f5f1828 sc520: Allow boards to override udelay by Graeme Russ · 15 years ago
  45. 1bab104 x86: Fix support for booting bzImage by Graeme Russ · 15 years ago
  46. a8d06b4 x86: Provide weak PC/AT compatibility setup function by Graeme Russ · 15 years ago
  47. 06dfe37 x86: Use CONFIG_SERIAL_MULTI by Graeme Russ · 15 years ago
  48. 14f06e6 SERIAL: Enable port-mapped access by Graeme Russ · 15 years ago
  49. 1c7213e x86: Fix copying of Real-Mode code into RAM by Graeme Russ · 15 years ago
  50. e07da07 x86: Pass relocation offset into Global Data by Graeme Russ · 15 years ago
  51. 59da5a5 x86: Move GDT to a safe location in RAM by Graeme Russ · 15 years ago
  52. 8accbb9 x86: Add RAM bootstrap functionality by Graeme Russ · 15 years ago
  53. b39f12f x86: Split sc520 memory sizing versus reporting by Graeme Russ · 15 years ago
  54. 73473de x86: Fix sc520 memory size reporting by Graeme Russ · 15 years ago
  55. 0b9fe9d x86: Fix do_go_exec() by Graeme Russ · 15 years ago
  56. c39acb4 x86: Add register dump to crash handlers by Graeme Russ · 15 years ago
  57. 0c5ced7 x86: Fix MMCR Access by Graeme Russ · 15 years ago
  58. d520c0e x86: #ifdef out getenv_IPaddr() by Graeme Russ · 15 years ago
  59. 969e777 x86: Add unaligned.h by Graeme Russ · 15 years ago
  60. 4228f8b POST: Added ECC memory test for mpc83xx. by Michael Zaidman · 15 years ago
  61. 889ef81 cmd_onenand.c: moved to standard subcommand handling by Frans Meulenbroeks · 15 years ago
  62. 58cce9e ppc: unused memory region too close to current stack pointer by Norbert van Bolhuis · 15 years ago
  63. 53258da allow print_size to print large numbers on 32-bit systems by Timur Tabi · 15 years ago
  64. 508a4e7 fix print_size printing fractional gigabyte numbers on 32-bit platforms by Timur Tabi · 15 years ago
  65. 78a09df Blackfin: TWI/I2C: implement multibus support by Mike Frysinger · 15 years ago
  66. d689345 configs: remove unused CONFIG_COMMAND_HISTORY by Kim Phillips · 15 years ago
  67. 552bb26 mvsmr: fix link error by Anatolij Gustschin · 15 years ago
  68. ecf5ca9 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 15 years ago
  69. 231550b Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  70. 35be872 Blackfin: bfin_mac: hook up new write_hwaddr function by Mike Frysinger · 15 years ago
  71. 8d01f22 net: ethoc: add write_hwaddr support by Thomas Chou · 15 years ago
  72. 53d0150 net: altera_tse: add write_hwaddr support by Thomas Chou · 15 years ago
  73. 9ada5e6 net: fec_mxc: add write_hwaddr support by Heiko Schocher · 15 years ago
  74. 7dae2eb net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr by Prafulla Wadaskar · 15 years ago
  75. 6db991a Program net device MAC addresses after initializing by Ben Warren · 15 years ago
  76. 7bb1b9b net: add altera triple speeds ethernet mac driver by Thomas Chou · 15 years ago
  77. d3c0857 net: add opencore 10/100 ethernet mac driver by Thomas Chou · 15 years ago
  78. 8cb0801 smc911x driver frame alignment patch by Valentin Yakovenkov · 15 years ago
  79. 60ee8a2 net: Kirkwood_egiga.c bugfixes for rx path by Prafulla Wadaskar · 15 years ago
  80. cc0d0d4 fec_mxc.c: Fix MX27 FEC MAC validity check by Eric Jarrige · 15 years ago
  81. 1899777 tsec: Wait for both RX and TX to stop by Andy Fleming · 15 years ago
  82. 16e513f net: dm9000x: use standard I/O accessors by Mike Frysinger · 15 years ago
  83. 8697090 mpc512x_fec: Move PHY initialization from probe into init routine. by Detlev Zundel · 15 years ago
  84. 8afce9a fec_mxc don't use internal eeprom on MX25 by John Rigby · 15 years ago
  85. 41610e5 fix lockup in mcfmii/mii_discover_phy() in case communication fails by Wolfgang Wegner · 15 years ago
  86. 15e467c 83xx: UEC: Added support for bitBang MII driver access to PHYs by Richard Retanubun · 15 years ago
  87. 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  88. 98f1908 Remove unused "local_crc32" function. by Detlev Zundel · 15 years ago
  89. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · 15 years ago
  90. ef977de net: Kirkwood_egiga.c: fixed build warnings by Prafulla Wadaskar · 15 years ago
  91. b7fedfb Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master by Wolfgang Denk · 15 years ago
  92. f18c88c Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  93. e7480ad pm9263 converted to at91 soc access by Asen Dimov · 15 years ago
  94. 66461f7 at91: define matrix registers bit fields by Asen Dimov · 15 years ago
  95. 44744cc MX31: Removed erroneous board name from QONG by Stefano Babic · 15 years ago
  96. beedbd9 MX31: Add UBI support to QONG module by Stefano Babic · 15 years ago
  97. bd9280e MX31: Support 128MB RAM on QONG module by Stefano Babic · 15 years ago
  98. e764c3d MX31: Add support for NAND to QONG board by Stefano Babic · 15 years ago
  99. 52492d7 MX31: add pin definitions for NAND controller by Stefano Babic · 15 years ago
  100. a44d2a5 MX31: add accessor function to get a gpio by Stefano Babic · 15 years ago