1. a9be42a mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS by Xie Xiaobo · 18 years ago
  2. 800b753 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS by Xie Xiaobo · 18 years ago
  3. b648fe7 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c by Joakim Tjernlund · 18 years ago
  4. 435e3a7 mpc83xx: Add support for the MPC8349E-mITX-GP by Timur Tabi · 18 years ago
  5. 3ff1118 mpc83xx: Delete sdram_init() for MPC8349E-mITX by Timur Tabi · 18 years ago
  6. c8519db mpc83xx: Fix the LAW1/3 bug by Dave Liu · 18 years ago
  7. 4644b10 mpc83xx: don't hang if watchdog configured on 8360, 832x by Kim Phillips · 18 years ago
  8. 24f63e9 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt by Kim Phillips · 18 years ago
  9. 06a02e1 mpc83xx: make 8360 default environment fdt be 8360 (not 8349) by Kim Phillips · 18 years ago
  10. bb828f9 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC by Emilian Medve · 18 years ago
  11. b7870e7 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead by Kumar Gala · 18 years ago
  12. f55ae34 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL by Kim Phillips · 18 years ago
  13. 2380d43 mpc83xx: sort Makefile targets by Kim Phillips · 18 years ago
  14. 2bd9f1b mpc83xx: U-Boot support for Wind River SBC8349 by Paul Gortmaker · 18 years ago
  15. b7bf05c mpc83xx: Remove a redundant semicolon in mpc8349itx.c by Sam Song · 18 years ago
  16. 93eb931 mpc83xx: Put the version (and magic) after the HRCW. by Jerry Van Baren · 18 years ago
  17. 1dcb5df mpc83xx: Add the MPC832XEMDS board readme by Dave Liu · 18 years ago
  18. e740c46 mpc83xx: Add support for the MPC832XEMDS board by Dave Liu · 18 years ago
  19. 0b6bc77 mpc83xx: streamline the 83xx immr head file by Dave Liu · 18 years ago
  20. 663cbab mpc83xx: Fix the UEC driver bug of QE by Dave Liu · 18 years ago
  21. 64f1db9 Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  22. 313a617 Merge with /home/stefan/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  23. 58c05dd Merge with /home/sr/git/u-boot/denx by Stefan Roese · 18 years ago
  24. bad4111 [PATCH] Update AMCC Katmai 440SPe eval board support by Stefan Roese · 18 years ago
  25. 9de4fcb [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM by Stefan Roese · 18 years ago
  26. aefd623 SC3: fix typo in default environment by Wolfgang Denk · 18 years ago
  27. 854fe36 MCC200: Fixes for update procedure by Sergei Poselenov · 18 years ago
  28. 52232fd Minor code cleanup. by Wolfgang Denk · 18 years ago
  29. 91904cd MCC200 update - add LCD Progress Indicator by Sergei Poselenov · 18 years ago
  30. 5b084e1 [PATCH] get_dev() now unconditionally uses manual relocation by Stefan Roese · 18 years ago
  31. fe20516 [PATCH] Change systemace driver to select 8 & 16bit mode by Stefan Roese · 18 years ago
  32. c123a38 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished by Haiying Wang · 18 years ago
  33. b771037 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write) by Stefan Roese · 18 years ago
  34. 8383fe7 Merge with /home/stefan/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  35. 4e26946 Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  36. 61ddee4 [PATCH] Fix relocation problem with "new" get_dev() function by Stefan Roese · 18 years ago
  37. 51c8dde [PATCH] Update SystemACE driver for 16bit access by Stefan Roese · 18 years ago
  38. 9da9433 [PATCH] Clean up Katmai (440SPe) linker script by Stefan Roese · 18 years ago
  39. 54d1d0e Merge with /home/stefan/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  40. a8856e3 [PATCH] Add support for the AMCC Katmai (440SPe) eval board by Stefan Roese · 18 years ago
  41. 096cc9b [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT by Stefan Roese · 18 years ago
  42. 43f3247 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support by Stefan Roese · 18 years ago
  43. c229533 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files by Stefan Roese · 18 years ago
  44. d07117e [PATCH] PPC4xx: Add support for multiple I2C busses by Stefan Roese · 18 years ago
  45. 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 18 years ago
  46. 4b43527 [PATCH 8_9] Add block_write hook to block_dev_desc_t by Grant Likely · 18 years ago
  47. ca493f3 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros by Grant Likely · 18 years ago
  48. 89cf4cc [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c by Grant Likely · 18 years ago
  49. 715a70b [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent) by Grant Likely · 18 years ago
  50. f6f2edf [PATCH 4_4] Remove local implementation of isprint() in ft_build.c by Grant Likely · 18 years ago
  51. 02a0078 [PATCH 3_9] Move buffer print code from md command to common function by Grant Likely · 18 years ago
  52. 63675bd [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets by Grant Likely · 18 years ago
  53. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago
  54. f4da2ef MCC200: Software Updater: allow both "ramdisk" and "filesystem" types by Wolfgang Denk · 18 years ago
  55. a8e57ed Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  56. 8ceb08f MCC200: Extensions to Software Update Mechanism by Sergei Poselenov · 18 years ago
  57. 41b2b3b [PATCH] Update Sequoia EBC configuration (NOR FLASH) by Stefan Roese · 18 years ago
  58. 0cf80b8 Merge with /home/tur/git/u-boot#motionpro by Wolfgang Denk · 18 years ago
  59. 044b782 LPC2292: patch from Siemens. by Gary Jennejohn · 18 years ago
  60. b04fc0f [PATCH] Add missing p3mx.h file to repository (ups) by Stefan Roese · 18 years ago
  61. c619a9f [Motion-PRO] Preliminary support for the Motion-PRO board. by Bartlomiej Sieka · 18 years ago
  62. a05e199 [PATCH] Update some AMCC 4xx board config files (set initrd_high) by Stefan Roese · 18 years ago
  63. 8438243 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards by Stefan Roese · 18 years ago
  64. ef9ce4b [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier by Stefan Roese · 18 years ago
  65. 1d8440e [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file by Stefan Roese · 18 years ago
  66. 188fab6 [PATCH] Update 440EPx/440GRx cpu detection by Stefan Roese · 18 years ago
  67. a48f0d9 [PATCH] Update esd cpci5200 files by Stefan Roese · 18 years ago
  68. 204e8e3 [PATCH] Add support for esd mecp5200 board by Stefan Roese · 18 years ago
  69. 6c96f74 [PATCH] Remove unneccessary yellowstone board config file by Stefan Roese · 18 years ago
  70. ab25aa7 Merge with /home/sr/git/u-boot/denx-merge-sr by Wolfgang Denk · 18 years ago
  71. 15adf44 [PATCH] Update Sequoia (440EPx) config file by Stefan Roese · 18 years ago
  72. b1669da [PATCH] Merge Yosemite & Yellowstone board ports by Stefan Roese · 18 years ago
  73. f450ff9 [PATCH] Update Prodrive SCPU (PDNB3 variant) board by Stefan Roese · 18 years ago
  74. 572469a Merge with /home/sr/git/u-boot/denx-merge-sr by Wolfgang Denk · 18 years ago
  75. 0d7a085 [PATCH] alpr: Update alpr board config file by Stefan Roese · 18 years ago
  76. 62e8a97 LPC2292 SODIMM port coding style cleanup. by Wolfgang Denk · 18 years ago
  77. 7968bb5 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists by Gary Jennejohn · 18 years ago
  78. 2ddbd86 Merge with /home/tur/proj/idmr/u-boot by Wolfgang Denk · 18 years ago
  79. d534418 [iDMR] Add MTD and JFFS2 support, also add default partition definition. by Bartlomiej Sieka · 18 years ago
  80. f22a75b [iDMR] Flash driver on initialisation write-protects some sectors, by Bartlomiej Sieka · 18 years ago
  81. d612c9f [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g., by Bartlomiej Sieka · 18 years ago
  82. ad87026 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip by Bartlomiej Sieka · 18 years ago
  83. 61ca2eb Minor code cleanup. by Wolfgang Denk · 18 years ago
  84. 58d0f04 Merge with /home/hs/SC3/u-boot-dev by Wolfgang Denk · 18 years ago
  85. 3cc2c05 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT. by Heiko Schocher · 18 years ago
  86. 800db31 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver by Heiko Schocher · 18 years ago
  87. c63004b Merge with /home/hs/SC3/u-boot-dev by Wolfgang Denk · 18 years ago
  88. 1b5f1ff [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board by Stefan Roese · 18 years ago
  89. 46437f5 [PATCH] Update Prodrive P3Mx support by Stefan Roese · 18 years ago
  90. 480e20e [PATCH] Add missing Taishan config file by Stefan Roese · 18 years ago
  91. 37efa39 [PATCH] Fix: Compilerwarnings for SC3 board. by Heiko Schocher · 18 years ago
  92. cc6e6cc Merge with /home/stefan/git/u-boot/denx-merge-sr by Stefan Roese · 18 years ago
  93. 8d98230 [PATCH] Add support for AMCC Taishan PPC440GX eval board by Stefan Roese · 18 years ago
  94. 4f64001 Raname solidcard3 into sc3; add redundant env for sc3 by Wolfgang Denk · 18 years ago
  95. e13d35b Update default environment for Solidcard3 by Wolfgang Denk · 18 years ago
  96. 8637071 Merge with /home/hs/SC3/u-boot Some code cleanup. by Wolfgang Denk · 18 years ago
  97. 6701f74 Merge with /home/hs/MAN/u-boot-dev by Wolfgang Denk · 18 years ago
  98. 9556e95 Merge with /home/sr/git/u-boot/denx-merge-sr by Wolfgang Denk · 18 years ago
  99. 1456a77 [PATCH] Fix 440SPe rev B detection from previous patch by Stefan Roese · 18 years ago
  100. 6f2798d [FIX] correct I2C Writes for the LM81 Sensor. by Heiko Schocher · 18 years ago