1. f140908 Remove compiler warning: target CPU does not support interworking by Kyungmin Park · 17 years ago
  2. 67afb26 Fix compile error in spc1920 config. by Wolfgang Denk · 17 years ago
  3. c1fa489 Bugfix: make bootm+libfdt compile on boards with no flash by Grant Likely · 17 years ago
  4. 614ccda Merge with /home/raj/git/u-boot#440SPe_PCIe_fixes by Wolfgang Denk · 17 years ago
  5. 18a68a2 Merge with /home/raj/git/u-boot#ads5121_fixes by Wolfgang Denk · 17 years ago
  6. 833e43b [PPC440SPe] PCIe environment settings for Katmai and Yucca by Grzegorz Bernacki · 17 years ago
  7. d2f2133 [PPC440SPe] Improve PCIe configuration space access by Grzegorz Bernacki · 17 years ago
  8. eff9bc1 [PPC440SPe] Convert machine check exceptions handling by Grzegorz Bernacki · 17 years ago
  9. 8dc9a1e Fix typo in MAKEALL script. by Wolfgang Denk · 17 years ago
  10. 7b654b9 [MPC512x] Proper handling of larger frames in the FEC driver by Grzegorz Bernacki · 17 years ago
  11. 92ad8d9 [MPC512x] Correct fixup relocation by Rafal Jaworowski · 17 years ago
  12. 4207b18 Update CHANGELOG, minor coding style cleanup. by Wolfgang Denk · 17 years ago
  13. 6708a60 PXA270: Added support for TrizepsIV board. by stefano babic · 17 years ago
  14. 5ab4f03 PXA270: Add support for multiple serial ports. by stefano babic · 17 years ago
  15. ee6a1dd PXA270: fix compile issue (invalid lvalue) by stefano babic · 17 years ago
  16. 66c757b Add BUILD_DIR support for bios emulator. by Jason Jin · 17 years ago
  17. 20f3e1e [MIPS] Remove inline asm string functions by Shinya Kuribayashi · 17 years ago
  18. 89fded8 [MIPS] Update asm string header by Shinya Kuribayashi · 17 years ago
  19. 12886f4 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  20. a66af9d Fix do_bootm_linux() so that multi-file images with FDT blob boot. by Bartlomiej Sieka · 17 years ago
  21. 5743a38 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc5xxx by Wolfgang Denk · 17 years ago
  22. ffd0be3 Add support for Sil680 IDE controller. by Gary Jennejohn · 17 years ago
  23. a7134b1 bootm/fdt: Only process the fdt if an fdt address was provided by Grant Likely · 17 years ago
  24. 8d1e6e7 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT by Grant Likely · 17 years ago
  25. 7e695fd libfdt: add convenience function fdt_find_and_setprop() by Grant Likely · 17 years ago
  26. e1e870a Fix ULI RTC support on MPC8544 DS by Kumar Gala · 17 years ago
  27. f835840 ft_board_setup update 85xx/86xx of pci/pcie bus-range property. by Ed Swarthout · 17 years ago
  28. 94c9231 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  29. 9a1263f ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia by Gary Jennejohn · 17 years ago
  30. 8b70f34 Fix TFTP OACK code for short packets. by Wolfgang Denk · 17 years ago
  31. 83e8e47 Backout commit 8f1bc284 as it causes TFTP to fail. by Wolfgang Denk · 17 years ago
  32. 56d8776 Revert "Fix MPC8544DS PCIe3 scsi." by Ed Swarthout · 17 years ago
  33. 4e6c9d4 tftp: don't implicity trust the format of recevied packets by Grant Likely · 17 years ago
  34. 3e77f66 Merge with git+ssh://gemini/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  35. 1fbf3f2 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE by Kim Phillips · 17 years ago
  36. 0769f19 Add mii_init() prototype by Wolfgang Denk · 17 years ago
  37. 17cac2f Disable network support on cmi_mpc5xx board by Wolfgang Denk · 17 years ago
  38. bec1330 Fix MPC8544DS PCIe3 scsi. by Kumar Gala · 17 years ago
  39. f66cbc8 8548cds fixes by Ed Swarthout · 17 years ago
  40. 6b9f194 Enable L2 cache for MPC8568MDS board by Haiying Wang · 17 years ago
  41. ef39b77 Remove the bios emulator binary files from MAI board by Jason Jin · 17 years ago
  42. 53b3498 support board vendor-common makefiles by Kim Phillips · 17 years ago
  43. 7192096 Fix: TFTP is not working on little endian systems by stefano babic · 17 years ago
  44. edb0687 Fix MAC address setting in DM9000 driver. by stefano babic · 17 years ago
  45. 8a58819 MPC5xxx: fix some compiler warnings in USB code by Martin Krause · 17 years ago
  46. 1ab6def fsl_pci_init - Remove self PCSRBAR allocation by Ed Swarthout · 17 years ago
  47. 18c44bf Fix compiler warning in include/s3c2410.h by Martin Krause · 17 years ago
  48. afa1dd5 Fix compilation error for omap2420h4_config. by Dirk Behme · 17 years ago
  49. 9b46eb6 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references by Kim Phillips · 17 years ago
  50. ec8b22b Minor coding style cleanup. by Wolfgang Denk · 17 years ago
  51. e5692a1 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  52. 991d701 [UC101] Fix: if no CF in the board, U-Boot resets sometimes. by Heiko Schocher · 17 years ago
  53. 2559e0f IDE: - make ide_inb () and ide_outb () "weak", so boards can by Heiko Schocher · 17 years ago
  54. 18082ce POST: limit memory test area to not touch global data anymore by Yuri Tikhonov · 17 years ago
  55. 607825a ppc4xx: Add RTC POST test to lwmon5 board configuration by Stefan Roese · 17 years ago
  56. 9bfa796 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5 by Stefan Roese · 17 years ago
  57. a4e2576 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board by Stefan Roese · 17 years ago
  58. 77b5169 ppc4xx: Remove unused option CFG_INIT_RAM_OCM by Stefan Roese · 17 years ago
  59. e93ab0c Merge with /home/stefan/git/u-boot/u-boot-ppc4xx by Stefan Roese · 17 years ago
  60. f55a22c ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) by Stefan Roese · 17 years ago
  61. c30709a Fix some build errors. by Wolfgang Denk · 17 years ago
  62. 7f3035b Update CHANGELOG. by Wolfgang Denk · 17 years ago
  63. 0b718a1 Merge with /home/wd/git/u-boot/custodian/u-boot-coldfire by Wolfgang Denk · 17 years ago
  64. 0afd5ce Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  65. 0242be5 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
  66. 2fd7790 Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  67. 0e3945c lib_ppc: make board_add_ram_info weak by Kim Phillips · 17 years ago
  68. f19da9d PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug by Shinya Kuribayashi · 17 years ago
  69. addc447 ColdFire: Fix some remaining problems with CFG_CMD_ by Stefan Roese · 17 years ago
  70. fe9dae6 Coding style cleanup by Stefan Roese · 17 years ago
  71. b859ef1 ColdFire: Add M5235EVB Platform for MCF523x by TsiChungLiew · 17 years ago
  72. 6925739 mpc83xx: fix typo in DDR2 programming by Kim Phillips · 17 years ago
  73. d8ded96 mpc83xx: move freescale boards to boards/freescale by Kim Phillips · 17 years ago
  74. 7c66714 mpc83xx: suppress unused variable 'val8' warning by Kim Phillips · 17 years ago
  75. 3b9c20f mpc83xx: implement board_add_ram_info by Kim Phillips · 17 years ago
  76. c8b57f1 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support by Tony Li · 17 years ago
  77. fc3ca3b ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · 17 years ago
  78. 3467469 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · 17 years ago
  79. ade32cd ColdFire: Add M5249EVB platform for MCF52x2 by TsiChungLiew · 17 years ago
  80. 1692b48 ColdFire: Update Freescale MCF52x2 platforms by TsiChungLiew · 17 years ago
  81. ceaf333 ColdFire: Update EB+MCF-EV123 platform by TsiChungLiew · 17 years ago
  82. de266ac ColdFire: update TASREG platform for MCF52x2 by TsiChungLiew · 17 years ago
  83. f5ca0cb ColdFire: update r5200 platform for MCF52x2 by TsiChungLiew · 17 years ago
  84. 47dfc1c ColdFire: idmr platform MCF52x2 update by TsiChungLiew · 17 years ago
  85. cfa2b48 ColdFire: cobra5272 platform for MCF52x2 update by TsiChungLiew · 17 years ago
  86. 0e81abc ColdFire: MCF52x2 Header files update by TsiChungLiew · 17 years ago
  87. 8cd73be ColdFire: MCF52x2 update by TsiChungLiew · 17 years ago
  88. b66c7ce ColdFire: MCF5329 update cache by TsiChungLiew · 17 years ago
  89. 12c7fe8 ColdFire: MCF5329 header file clean up by TsiChungLiew · 17 years ago
  90. aedd3d7 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · 17 years ago
  91. 2684728 Merge branch 'denx-coldfire' into coldfire-aug2007 by John Rigby · 17 years ago
  92. 458c389 Add CONFIG_HAS_ETH0 to all boards with TSEC by Andy Fleming · 17 years ago
  93. ace11d8 Update MPC8544 DS PCI memory map by Kumar Gala · 17 years ago
  94. 0eb6191 Fix up some fdt issues on 8544DS by Kumar Gala · 17 years ago
  95. 37a15972 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  96. c215781 PPC4xx:HCU4/5 cleanup by Niklaus Giger · 17 years ago
  97. 771180f PPC4xx:HCU4/5 cleanup ecc/sdram init by Niklaus Giger · 17 years ago
  98. 594784d fdt: suppress unused variable 'bd' warning by Kim Phillips · 17 years ago
  99. a0472ad Fix warnings from of_data copy fix by Andy Fleming · 17 years ago
  100. 4eb3dcf Don't wait for disconnected TSECs by Andy Fleming · 17 years ago