1. c967c5e ISP116x: delay for crappy USB keys by Rodolfo Giometti · 17 years ago
  2. eee7c45 Change duplicate usb_cpu_init_fail to usb_board_init_fail by Markus Klotzbuecher · 17 years ago
  3. 51afba1 Merge git://www.denx.de/git/u-boot into 2007_05_15-testing by Markus Klotzbuecher · 18 years ago
  4. 75ba08a Merge with /home/tur/git/u-boot#motionpro by Wolfgang Denk · 18 years ago
  5. 082da16 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH. by Bartlomiej Sieka · 18 years ago
  6. 537e321 Motion-PRO: Add support for redundant environment. by Bartlomiej Sieka · 18 years ago
  7. 4efff90 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes. by Bartlomiej Sieka · 18 years ago
  8. cadc8e8 Fix: Add missing NULL termination in strings expanded by macros parser. by Bartlomiej Sieka · 18 years ago
  9. 13a3903 Motion-PRO: Update EEPROM's page write bits and write delay. by Bartlomiej Sieka · 18 years ago
  10. 26b4c4f MPC5XXX, Motion-PRO: Fix PHY initialization problem. by Bartlomiej Sieka · 18 years ago
  11. f641fd7 Motion-PRO: Add support for the temperature sensor. by Bartlomiej Sieka · 18 years ago
  12. 4ac54f9 Motion-PRO: Add displaying of CPLD revision information during boot. by Bartlomiej Sieka · 18 years ago
  13. a01420c MPC5xxx: Change names of defines related to IPB and PCI clocks. by Bartlomiej Sieka · 18 years ago
  14. c9e6a1e Motion-PRO: Add LED support. by Bartlomiej Sieka · 18 years ago
  15. 1be2073 Merge with /home/stefan/git/u-boot/acadia-nand by Stefan Roese · 18 years ago
  16. d85f5d7 ppc4xx: Fix small 405EZ OCM initilization bug in start.S by Stefan Roese · 18 years ago
  17. d2f223e ppc4xx: Update AMCC Acadia support for board revision 1.1 by Stefan Roese · 18 years ago
  18. 9d6eeef ppc4xx: Use do { ... } while (0) for CPR & SDR access macros by Stefan Roese · 18 years ago
  19. cd2308d ppc4xx: Add 405 support to 4xx NAND driver ndfc.c by Stefan Roese · 18 years ago
  20. a5b4ae7 ppc4xx: Fix problem in 405EZ OCM initialization by Stefan Roese · 18 years ago
  21. dacf233 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  22. 68f16f8 Fix compile problem cause my Microblaze merge by Stefano Babic · 18 years ago
  23. 524f577 [PATCH] Run new sequoia boards with an EBC speed of 83MHz by Jeffrey Mann · 18 years ago
  24. 4892339 Minor Coding Style cleanup, update CHANGELOG. by Wolfgang Denk · 18 years ago
  25. 6ef6d8a Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx by Wolfgang Denk · 18 years ago
  26. 870c5c4 Coding Style Cleanup, new CHANGELOG by Wolfgang Denk · 18 years ago
  27. 93f774b Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze by Wolfgang Denk · 18 years ago
  28. 55e5faf Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  29. 738e797 Merge with /home/tur/git/u-boot#motionpro by Wolfgang Denk · 18 years ago
  30. c1a526b ppc4xx: Add mtcpr/mfcpr access macros by Stefan Roese · 18 years ago
  31. e9a816c ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too by Stefan Roese · 18 years ago
  32. 371507a [Motion-PRO] Add MTD and JFFS2 support, also add default partition definition. by Piotr Kruszynski · 18 years ago
  33. ebf7b23 add: reading special purpose registers by Michal Simek · 18 years ago
  34. 3af398e add: Microblaze V5 exception handling by Michal Simek · 18 years ago
  35. ee1aced add: FSL control read and write by Michal Simek · 18 years ago
  36. b8894d0 [Motion-PRO] Add support for I2C, EEPROM and RTC. by Piotr Kruszynski · 18 years ago
  37. d14c414 [Motion-PRO] Add ATA support. Add CF-booting commands to the default by Bartlomiej Sieka · 18 years ago
  38. dca82ba [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This by Bartlomiej Sieka · 18 years ago
  39. 8daee21 [Motion-PRO] Enable Flat Device Tree support and modify default environment by Bartlomiej Sieka · 18 years ago
  40. 9cd9ea9 Merge git://www.denx.de/git/u-boot by Michal Simek · 18 years ago
  41. 98c1979 new: USE_MSR_INTR support by Michal Simek · 18 years ago
  42. 68a0af4 [MPC5xxx] There are networking problems on the Motion-PRO board with by Bartlomiej Sieka · 18 years ago
  43. c9dfbc2 Get rid of duplicated file (see include/configs/sbc8560.h instead) by Wolfgang Denk · 18 years ago
  44. 35ca57d Get rid of duplicated file (see doc/README.SBC8560 instead) by Wolfgang Denk · 18 years ago
  45. 8e496be fix: read and write MSR - repair number of parameters by Michal Simek · 18 years ago
  46. 40e77f3 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file by Jeffrey Mann · 18 years ago
  47. 9c817f8 new: fsl interrupt support FSL_Has_data is connected to INTC. by Michal Simek · 18 years ago
  48. 67b6a8c fix: interrupt handler remove asm code by Michal Simek · 18 years ago
  49. c4f5ef8 fix: remove asm code by Michal Simek · 18 years ago
  50. b5daff5 fix: clean interrupt by Michal Simek · 18 years ago
  51. 77a1e24 fix: interrupt handler for multiple sources by Michal Simek · 18 years ago
  52. 603aa74 new: add writing to msr register by Michal Simek · 18 years ago
  53. a4ada67 Fix an ancient CHANGELOG conflict by Markus Klotzbuecher · 18 years ago
  54. 464a13b Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 18 years ago
  55. 0619a57 5xxx: write MAC address to mac-address and local-mac-address by Timur Tabi · 18 years ago
  56. e97c0b4 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message by Grzegorz Wianecki · 18 years ago
  57. 6c6a38a [PATCH] simplify silent console by Ladislav Michl · 18 years ago
  58. 9679f4d [PATCH] Avoid assigning PCI resources from zero address by Sergei Shtylyov · 18 years ago
  59. 62b896f [patch] setenv(...) can delete environmentalvariables by Jeffrey Mann · 18 years ago
  60. 66bcdfc [patch] use unsigned char in smc91111 driver for mac by Mike Frysinger · 18 years ago
  61. 9594583 new: FSL and MSR support #2 by Michal Simek · 18 years ago
  62. 6455ac0 new: FSL and MSR support by Michal Simek · 18 years ago
  63. 58c495b Coding stylke cleanup; update CHANGELOG. by Wolfgang Denk · 18 years ago
  64. ad8560d Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 18 years ago
  65. 547c563 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG. by Wolfgang Denk · 18 years ago
  66. de6a1e6 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 18 years ago
  67. 87de5a6 Make "file" command happy with some config.mk files; update CHANGELOG by Wolfgang Denk · 18 years ago
  68. 5a5cfd02 Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash by Wolfgang Denk · 18 years ago
  69. 588aa5e Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · 18 years ago
  70. d1ba14c Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  71. 7aa1bb2 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz by Jeffrey Mann · 18 years ago
  72. 10d7d6e ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting by Stefan Roese · 18 years ago
  73. 141d041 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  74. 9e2aeaf NAND: Wrong calculation of page number in nand_block_bad() by Thomas Knobloch · 18 years ago
  75. fce39ff Fix initrd length corruption in bootm command. by Wolfgang Denk · 18 years ago
  76. bbaf24d mpc83xx: fix trivial error in MAKEALL by Kim Phillips · 18 years ago
  77. 3dc499b Update board configuration for STX GP3SSA board: by Wolfgang Denk · 18 years ago
  78. a894fc4 Cleanup STX GP3SSA code; fix build and compile problems. by Wolfgang Denk · 18 years ago
  79. 6acf048 Add support for STX GP3SSA (stxssa) Board by Dan Malek · 18 years ago
  80. dcd580b Cleaned up some 85xx PCI bugs by Andy Fleming · 18 years ago
  81. 71706df Add support for the 8568 MDS board by Andy Fleming · 18 years ago
  82. 0451b01 Add support for treating unknown PHYs as generic PHYs. by David Updegraff · 18 years ago
  83. 95aff26 Conditionalize 8641 Rev1.0 MCM workarounds by James Yang · 18 years ago
  84. 83d4782 Fix memory initialization on MPC8349E-mITX by Timur Tabi · 18 years ago
  85. d82b077 mpc83xx: replace elaborate boottime verbosity with 'clocks' command by Kim Phillips · 18 years ago
  86. 9a954ec Rewrote picos_to_clk() to avoid rounding errors. by James Yang · 18 years ago
  87. 655a3d0 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  88. 64a8d63 Merge with /home/stefan/git/u-boot/u-boot-ppc4xx by Stefan Roese · 18 years ago
  89. fc85260 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver by Stefan Roese · 18 years ago
  90. ffc21c0 mpc83xx: minor fixups for 8313rdb introduction by Kim Phillips · 18 years ago
  91. ab34023 [PATCH] MTD partition support, JFFS2 support by Michal Simek · 18 years ago
  92. 8bdf168 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content. by Matthias Fuchs · 18 years ago
  93. 6d97276 Reworked 85xx speed detection code by Andy Fleming · 18 years ago
  94. 2fffa05 Enable 8544 support by Andy Fleming · 18 years ago
  95. 8c7adf4 Support 1G size on 8548 by Andy Fleming · 18 years ago
  96. 37495b4 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG by Andy Fleming · 18 years ago
  97. ce1f25f Only set ddrioovcr for 8548 rev1. by Andy Fleming · 18 years ago
  98. 9782c55 Tweak DDR ECC error counter by Andy Fleming · 18 years ago
  99. 4399a51 85xx: write MAC address to mac-address and local-mac-address by Timur Tabi · 18 years ago
  100. eac342d Some 85xx cpu cleanups by Andy Fleming · 18 years ago