1. 53761bc fix pxa255_idp board by Marcel Ziswiler · 17 years ago
  2. 3ac0055 Merge branch 'master' of git://www.denx.de/git/u-boot-tq-group by Wolfgang Denk · 17 years ago
  3. 349e431 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  4. fde7ec9 mpc83xx: pq-mds-pib.c typo error by Tony Li · 17 years ago
  5. ef8449b ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command by Stefan Roese · 17 years ago
  6. ed00285 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier by Stefan Roese · 17 years ago
  7. fa25747 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite by Stefan Roese · 17 years ago
  8. 7412013 TQM8xx: Fix CAN timing. by Jens Gehrlein · 17 years ago
  9. 585f088 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c by Wolfgang Denk · 17 years ago
  10. dfc0610 Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 17 years ago
  11. bcb299f Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 17 years ago
  12. 1d80095 AVR32: Initialize bi_flash* in board_init_r by Haavard Skinnemoen · 17 years ago
  13. 1a3bc1c CM5200: Fix missing null-termination in hostname manipulation code by Bartlomiej Sieka · 17 years ago
  14. 487ef36 Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  15. 43867c8 ppc4xx: Coding style cleanup by Stefan Roese · 17 years ago
  16. 2462bbd Program EPLD to force full duplex mode for PHY. by Grzegorz Bernacki · 17 years ago
  17. 41a7685 Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  18. 4ed40bb TQM8xx[LM]: Fix broken environment alignment. by Wolfgang Denk · 17 years ago
  19. 996d6ca ColdFire: fix build error becasue of bad type of mii_init() by Liew Tsi Chung-r5aahp · 17 years ago
  20. 78a1db4 ColdFire: Fix build error caused by pixis.c by Liew Tsi Chung-r5aahp · 17 years ago
  21. d112a2c Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global by Wolfgang Denk · 17 years ago
  22. f2b171c Make DECLARE_GLOBAL_DATA_PTR global for DaVinci by Dirk Behme · 17 years ago
  23. d6ac337 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9 by Bartlomiej Sieka · 17 years ago
  24. 084d0ce Fix memory corruption problem on STX GP3 SSA Board. by Wolfgang Denk · 17 years ago
  25. dd24eec Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  26. 06553ce [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to by Grzegorz Bernacki · 17 years ago
  27. a08c6cf Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  28. 614ccda Merge with /home/raj/git/u-boot#440SPe_PCIe_fixes by Wolfgang Denk · 17 years ago
  29. 18a68a2 Merge with /home/raj/git/u-boot#ads5121_fixes by Wolfgang Denk · 17 years ago
  30. 833e43b [PPC440SPe] PCIe environment settings for Katmai and Yucca by Grzegorz Bernacki · 17 years ago
  31. d2f2133 [PPC440SPe] Improve PCIe configuration space access by Grzegorz Bernacki · 17 years ago
  32. 92ad8d9 [MPC512x] Correct fixup relocation by Rafal Jaworowski · 17 years ago
  33. 990ac3b Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
  34. 4207b18 Update CHANGELOG, minor coding style cleanup. by Wolfgang Denk · 17 years ago
  35. 6708a60 PXA270: Added support for TrizepsIV board. by stefano babic · 17 years ago
  36. 12886f4 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  37. 5743a38 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc5xxx by Wolfgang Denk · 17 years ago
  38. 8d1e6e7 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT by Grant Likely · 17 years ago
  39. 782cf16 Changed API name to coloured_led.h by Peter Pearse · 17 years ago
  40. e1e870a Fix ULI RTC support on MPC8544 DS by Kumar Gala · 17 years ago
  41. f835840 ft_board_setup update 85xx/86xx of pci/pcie bus-range property. by Ed Swarthout · 17 years ago
  42. 2c261ca Add coloured led interface for ARM boards. by Peter Pearse · 17 years ago
  43. ec8e83e Move include/led.h to board/at91rm9200dk by Peter Pearse · 17 years ago
  44. 94c9231 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  45. 9a1263f ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia by Gary Jennejohn · 17 years ago
  46. f66cbc8 8548cds fixes by Ed Swarthout · 17 years ago
  47. ef39b77 Remove the bios emulator binary files from MAI board by Jason Jin · 17 years ago
  48. 53b3498 support board vendor-common makefiles by Kim Phillips · 17 years ago
  49. afa1dd5 Fix compilation error for omap2420h4_config. by Dirk Behme · 17 years ago
  50. e5692a1 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  51. 2559e0f IDE: - make ide_inb () and ide_outb () "weak", so boards can by Heiko Schocher · 17 years ago
  52. a4e2576 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board by Stefan Roese · 17 years ago
  53. e93ab0c Merge with /home/stefan/git/u-boot/u-boot-ppc4xx by Stefan Roese · 17 years ago
  54. f55a22c ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) by Stefan Roese · 17 years ago
  55. 0b718a1 Merge with /home/wd/git/u-boot/custodian/u-boot-coldfire by Wolfgang Denk · 17 years ago
  56. 0afd5ce Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  57. 0242be5 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
  58. 2fd7790 Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  59. 0e3945c lib_ppc: make board_add_ram_info weak by Kim Phillips · 17 years ago
  60. fe9dae6 Coding style cleanup by Stefan Roese · 17 years ago
  61. b859ef1 ColdFire: Add M5235EVB Platform for MCF523x by TsiChungLiew · 17 years ago
  62. d8ded96 mpc83xx: move freescale boards to boards/freescale by Kim Phillips · 17 years ago
  63. 7c66714 mpc83xx: suppress unused variable 'val8' warning by Kim Phillips · 17 years ago
  64. 3b9c20f mpc83xx: implement board_add_ram_info by Kim Phillips · 17 years ago
  65. c8b57f1 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support by Tony Li · 17 years ago
  66. fc3ca3b ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · 17 years ago
  67. 3467469 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · 17 years ago
  68. ade32cd ColdFire: Add M5249EVB platform for MCF52x2 by TsiChungLiew · 17 years ago
  69. 1692b48 ColdFire: Update Freescale MCF52x2 platforms by TsiChungLiew · 17 years ago
  70. ceaf333 ColdFire: Update EB+MCF-EV123 platform by TsiChungLiew · 17 years ago
  71. f5ca0cb ColdFire: update r5200 platform for MCF52x2 by TsiChungLiew · 17 years ago
  72. 47dfc1c ColdFire: idmr platform MCF52x2 update by TsiChungLiew · 17 years ago
  73. cfa2b48 ColdFire: cobra5272 platform for MCF52x2 update by TsiChungLiew · 17 years ago
  74. aedd3d7 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · 17 years ago
  75. 2684728 Merge branch 'denx-coldfire' into coldfire-aug2007 by John Rigby · 17 years ago
  76. ace11d8 Update MPC8544 DS PCI memory map by Kumar Gala · 17 years ago
  77. 0eb6191 Fix up some fdt issues on 8544DS by Kumar Gala · 17 years ago
  78. 37a15972 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  79. c215781 PPC4xx:HCU4/5 cleanup by Niklaus Giger · 17 years ago
  80. 771180f PPC4xx:HCU4/5 cleanup ecc/sdram init by Niklaus Giger · 17 years ago
  81. 7e380e7 mpc885ads: Don't define CONFIG_BZIP2. by Scott Wood · 17 years ago
  82. eb6b6e0 Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash by Wolfgang Denk · 17 years ago
  83. 594049e ppc4xx: Remove #warning in esd auto_update.c by Stefan Roese · 17 years ago
  84. 614320f ppc7xx: Update CPCI750 board by Stefan Roese · 17 years ago
  85. c4b0f4c ppc4xx: Update Sequoia/Rainier bootstrap command by Stefan Roese · 17 years ago
  86. 27bd4b8 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  87. 2141681 mpc83xx: migrate remaining freescale boards to libfdt by Kim Phillips · 17 years ago
  88. dc0b59d mpc83xx: move common /memory node update mechanism to cpu.c by Kim Phillips · 17 years ago
  89. cd9fd70 mpc83xx: remaining 8360 libfdt fixes by Kim Phillips · 17 years ago
  90. 60cab6a Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  91. a0f13d5 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  92. de5fbb8 Move the MPC8641HPCN board under board/freescale. by Jon Loeliger · 17 years ago
  93. a06fd37 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  94. d6d48db PPC4xx:HCU4/5-Board fix compile warning by Niklaus Giger · 17 years ago
  95. 1d41ce4 TI DaVinci - fix unsupported %hhx format by ksi@koi8.net · 17 years ago
  96. 3d0b860 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  97. 0611c49 Coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  98. 75a3d5d Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  99. c9a723a Merge with /home/stefan/git/u-boot/zeus by Stefan Roese · 17 years ago
  100. a5d182e ppc4xx: Add initial Zeus (PPC405EP) board support by Stefan Roese · 17 years ago