1. cff18fd NAND: Update nand_ecc.c to latest Linux version by Stefan Roese · 18 years ago
  2. b648fe7 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c by Joakim Tjernlund · 18 years ago
  3. bb828f9 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC by Emilian Medve · 18 years ago
  4. 2bd9f1b mpc83xx: U-Boot support for Wind River SBC8349 by Paul Gortmaker · 18 years ago
  5. e740c46 mpc83xx: Add support for the MPC832XEMDS board by Dave Liu · 18 years ago
  6. 663cbab mpc83xx: Fix the UEC driver bug of QE by Dave Liu · 18 years ago
  7. 52232fd Minor code cleanup. by Wolfgang Denk · 18 years ago
  8. fe20516 [PATCH] Change systemace driver to select 8 & 16bit mode by Stefan Roese · 18 years ago
  9. c123a38 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished by Haiying Wang · 18 years ago
  10. b771037 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write) by Stefan Roese · 18 years ago
  11. 51c8dde [PATCH] Update SystemACE driver for 16bit access by Stefan Roese · 18 years ago
  12. 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 18 years ago
  13. ca493f3 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros by Grant Likely · 18 years ago
  14. 89cf4cc [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c by Grant Likely · 18 years ago
  15. 800db31 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver by Heiko Schocher · 18 years ago
  16. 37efa39 [PATCH] Fix: Compilerwarnings for SC3 board. by Heiko Schocher · 18 years ago
  17. 8637071 Merge with /home/hs/SC3/u-boot Some code cleanup. by Wolfgang Denk · 18 years ago
  18. 3c58a99 Added support for the SOLIDCARD III board from Eurodesign by Heiko Schocher · 18 years ago
  19. e58a4af [PATCH] nand: Fix problem with oobsize calculation by Stefan Roese · 18 years ago
  20. afa0dd0 Fix bug in adaption of Stefano Babic's CFI driver patch. by Wolfgang Denk · 18 years ago
  21. 8518d3d Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  22. eed025b Merge with /home/hs/TQ/u-boot-dev by Wolfgang Denk · 18 years ago
  23. 5f172a8 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode) by Stefano Babic · 18 years ago
  24. 3ec4366 Added support for the TQM8272 board from TQ by Heiko Schocher · 18 years ago
  25. 87b3d4b Code cleanup. by Wolfgang Denk · 18 years ago
  26. 3cf0e3a Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git by Wolfgang Denk · 18 years ago
  27. c32c5f7 Make fsl-i2c not conflict with SOFT I2C by Joakim Tjernlund · 18 years ago
  28. a292af2 Fix I2C master address initialization. by Joakim Tjernlund · 18 years ago
  29. 4f19a68 Merge http://www.denx.de/git/u-boot by Kim Phillips · 18 years ago
  30. 680962b Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c by Kim Phillips · 18 years ago
  31. 3427cf6 [PATCH] nand: Fix patch merge problem by Stefan Roese · 18 years ago
  32. 1b711ab Merge with /home/sr/git/u-boot/denx-alpr-merge-test by Wolfgang Denk · 18 years ago
  33. ef26d24 [PATCH] nand_wait() timeout fixes by Stefan Roese · 18 years ago
  34. b6e6af4 Merge with /home/stefan/git/u-boot/denx by Stefan Roese · 18 years ago
  35. 1279748 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated] by Stefan Roese · 18 years ago
  36. ffdd9b9 Merge with /home/stefan/git/u-boot/denx by Stefan Roese · 18 years ago
  37. ab34754 mpc83xx: Update 83xx to use fsl_i2c.c by Timur Tabi · 18 years ago
  38. 386a280 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR by Timur Tabi · 18 years ago
  39. e732e9c mpc83xx: add QE ethernet support by Dave Liu · 18 years ago
  40. 054838e mpc83xx: Add support for the MPC8349E-mITX by Timur Tabi · 18 years ago
  41. 2036200 NAND Flash verify across block boundaries by Nick Spence · 18 years ago
  42. ec9670b Added RGMII support to the TSECs and Marvell 881111 Phy by Nick Spence · 18 years ago
  43. 198b23e [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · 18 years ago
  44. f11eefb Fix TSEC driver (now for real): avoid crashes if PHY is not attached by Ben Warren · 18 years ago
  45. 9aafc70 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
  46. 5e1d9ec Add common serial driver for Atmel AT32 and AT91 chips by Wolfgang Denk · 18 years ago
  47. 65022c5 Merge with http://www.jdl.com/software/u-boot-86xx.git by Wolfgang Denk · 18 years ago
  48. 43d818f Converted all 85xx boards to use a common FSL I2C driver. by Jon Loeliger · 18 years ago
  49. 3cdd3fd Add board/cpu specific NAND chip select function to 440 NDFC by Stefan Roese · 18 years ago
  50. 24df977 Rewrite a series of goto statements as a sequences of by Jon Loeliger · 18 years ago
  51. e4773be Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c by Jon Loeliger · 18 years ago
  52. f148c14 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  53. ae40812 Remove unneeded include files and local variable. by Jon Loeliger · 18 years ago
  54. d5cf1a4 Fix spelling; minor code cleanup. by Wolfgang Denk · 18 years ago
  55. faf081a Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  56. 12b7853 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  57. b7ced08 Ran lindent and cleaned up whitespace issues. Format for 80-columns too. by Jon Loeliger · 18 years ago
  58. d351b2b * Several improvements to the new NAND subsystem: by Stefan Roese · 18 years ago
  59. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  60. 4df0da5 Coding style cleanup by Wolfgang Denk · 18 years ago
  61. 47cf6a5 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device by Stefan Roese · 18 years ago
  62. bdcdc63 Merge branch 'mpc85xx' by Jon Loeliger · 18 years ago
  63. 239e75f Add support for eTSEC 3 & 4 on 8548 CDS by Andy Fleming · 18 years ago
  64. 3938a0f Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  65. 5b1657d Merge with /home/m8/git/u-boot by Wolfgang Denk · 18 years ago
  66. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  67. 44df561 Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled by Wolfgang Denk · 18 years ago
  68. e6c5eaf Merge branch 'mpc86xx' by Jon Loeliger · 18 years ago
  69. c0b0cda Cleanup and lindent new AHCI driver. by Jon Loeliger · 18 years ago
  70. 98121dd Merge branch 'mpc86xx' by Jon Loeliger · 18 years ago
  71. ae180dc Add AHCI support to u-boot by Jin Zhengxiong · 18 years ago
  72. b2d03f7 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  73. ff6fc25 Fix drivers/dm9000.c when configured in 32 bit mode. by Wolfgang Denk · 18 years ago
  74. 6582642 Merge branch 'mpc85xx' by Jon Loeliger · 18 years ago
  75. 2f43f33 * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006 by Matthew McClintock · 18 years ago
  76. 120d964 Merge branch 'wd' by Jon Loeliger · 18 years ago
  77. 98fba17 Code cleanup by Wolfgang Denk · 18 years ago
  78. 31560d1 More code cleanup by Wolfgang Denk · 18 years ago
  79. 2df0053 Fix support for PS/2 keyboard on TQM85xx boards by Wolfgang Denk · 18 years ago
  80. ba94093 Add support for TB5200 board by Wolfgang Denk · 18 years ago
  81. 50440e7 Major PCMCIA Cleanup to make code better readable and maintainable. by Wolfgang Denk · 18 years ago
  82. 6aac06c Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). by Marian Balakowicz · 18 years ago
  83. 49d0eee Add support for AMCC 440SPe CPU based eval board (Yucca). by Marian Balakowicz · 18 years ago
  84. 3fd069f Merge branch 'mpc86xx' by Jon Loeliger · 18 years ago
  85. 90c860c Change Id to symbolic name for RTL8139 by Jin Zhengxiong · 18 years ago
  86. f0a7825 Merge branch 'mpc86xx' by Jon Loeliger · 18 years ago
  87. b03e989 Fix RTL8139 in big endian by Jin Zhengxiong-R64188 · 18 years ago
  88. 487d223 Fix Tsec bug when no link by Jin Zhengxiong-R64188 · 18 years ago
  89. f4ff3e8 Fix bug for io_bar size during pci scan by Jin Zhengxiong-R64188 · 18 years ago
  90. d7f77fb Add support for wrPPMC7xx/74xx boards Patch from Richard Danter, 12 Aug 2005 by Heiko Schocher · 18 years ago
  91. 1216885 Add support for PS/2 keyboard on TQM85xx board by Wolfgang Denk · 18 years ago
  92. 3d02627 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  93. c9f8d7c Fix watchdog handling in CFI flash driver by Wolfgang Denk · 19 years ago
  94. a444149 Merge branch 'mpc86xx' by Jon Loeliger · 19 years ago
  95. da06a33 Fix watchdog issues for ColdFire boards. by Wolfgang Denk · 19 years ago
  96. 63bf456 Revert bad PCI prefetch limit change. by Jon Loeliger · 19 years ago
  97. 5c8aa97 Initial support for MPC8641 HPCN board. by Jon Loeliger · 19 years ago
  98. 7c454bf Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  99. 6a07675 Fix JFFS2 support for legacy NAND driver. by Marian Balakowicz · 19 years ago
  100. a93b6e3 Merge with /home/sr/git/u-boot/cfi-flash by Wolfgang Denk · 19 years ago