1. 3c4eb08 Some minor fixes to environment in NAND code. by Markus Klotzbuecher · 19 years ago
  2. 9c575e5 Add support for Intel Monahans CPU on Zylonite and Delta boards by Wolfgang Denk · 19 years ago
  3. 1f62bc2 Add support for TQM8260-AI boards. by Wolfgang Denk · 19 years ago
  4. 0be248f Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
  5. 951a954 Merge with /home/wd/git/u-boot/master Code cleanup. by Wolfgang Denk · 19 years ago
  6. ac7d97d Turned on SDRAM scrubbing. by Markus Klotzbücher · 19 years ago
  7. 43638c6 Cleanup of NAND support of delta board using the Monahans Data Flash Controller. by Markus Klotzbücher · 19 years ago
  8. f9e0291 NAND finally working. Two bugs fixed: by Markus Klotzbücher · 19 years ago
  9. bfc8125 Minor code cleanup by Wolfgang Denk · 19 years ago
  10. 4e3ccd2 Merge the new NAND code (testing-NAND brach); see doc/README.nand by Wolfgang Denk · 19 years ago
  11. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  12. bf7cac0 Lots of new stuff: by Markus Klotzbücher · 19 years ago
  13. f1ee982 Add lowboot target to mcc200 board Patch by Stefan Roese, 4 Mar 2006 by Stefan Roese · 19 years ago
  14. f8785e9 Erasing works too now. The CS don't care causes problem with READSTATUS, by Markus Klotzbücher · 19 years ago
  15. 24e1217 Write operation is working. Turned out that the READSTATUS hack was wrong by Markus Klotzbücher · 19 years ago
  16. 9187a35 Writing is working, but there's still a bug that causes the data written to by Markus Klotzbücher · 19 years ago
  17. 19fdeff Implemented writing, not working yet. by Markus Klotzbücher · 19 years ago
  18. e2053f9 Moved the waiting loop for "Read Data Request" RDDREQ into the by Markus Klotzbücher · 19 years ago
  19. aed9e22 Merge with /home/sr/git/u-boot/cfi-flash-fix by Wolfgang Denk · 19 years ago
  20. bb1ff04 Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since by Markus Klotzbücher · 19 years ago
  21. 4f71866 Make CFG_NO_FLASH work on ARM systems Patch by Markus Klotzbuecher, 27 Feb 2006 by Wolfgang Denk · 19 years ago
  22. 481911c Further NAND stuff implemented. Basic read commands seem to work. by Markus Klotzbücher · 19 years ago
  23. f18e874 Fix problem with flash_get_size() from CFI driver update by Stefan Roese · 19 years ago
  24. e8cd008 All subsystem clocks not immediately need are turned at reset. by Markus Klotzbücher · 19 years ago
  25. 00c35bd Added GPIO initialization of DF signal. Still not working. by Markus Klotzbücher · 19 years ago
  26. 82f2e33 Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock, by Wolfgang Denk · 19 years ago
  27. 6949328 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
  28. f6c0068 Merge with Stefan Roese's branch with CFI driver fixes by Wolfgang Denk · 19 years ago
  29. 36d2c53 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 19 years ago
  30. 58ad497 Convert mcc200 to use common CFI flash driver Patch by Stefan Roese, 28 Feb 2006 by Stefan Roese · 19 years ago
  31. 79b4cda Major CFI-FLASH driver update: by Stefan Roese · 19 years ago
  32. 0377dca Merge /home/tur/nand/u-boot/ by Markus Klotzbücher · 19 years ago
  33. 7d4d1ce Merge branch 'master' of http://www.denx.de/git/u-boot by Markus Klotzbücher · 19 years ago
  34. 038ccac Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
  35. c81eb1f Cleanup MCC200 board. by Wolfgang Denk · 19 years ago
  36. 599f522 SDRAM now working. by Markus Klotzbücher · 19 years ago
  37. ff3c2a9 SDRAM now working for delta board, but there are still aliasing problems, by Markus Klotzbücher · 19 years ago
  38. 6624b68 Rename SMMACO4 board into smmaco4 for consistency with Linux. by Wolfgang Denk · 19 years ago
  39. 5f0be01 Disable CMD_BSP for SMMACO4 board. by Wolfgang Denk · 19 years ago
  40. 9cdc838 Merge with /home/hs/PanDacom/u-boot-dev by Wolfgang Denk · 19 years ago
  41. 86ea5f9 Initial port to MCC200 board (work in progress) by Wolfgang Denk · 19 years ago
  42. 48b6242 SDRAM seems to be working on delta board, though u-boot doesn't start yet. by Markus Klotzbücher · 19 years ago
  43. 881a87e Add GIT version information (commid ID) to untagged U-Boot versions by Wolfgang Denk · 19 years ago
  44. 654c2d2 Merge with /home/sr/git/u-boot by Wolfgang Denk · 19 years ago
  45. 075866d [Patch] Add basic support for the SMMACO4 Board from PanDaCom. by Heiko Schocher · 19 years ago
  46. 4f7a0e3 New board directory and config for the benq delta board (copied from by Markus Klotzbücher · 19 years ago
  47. 8fb1857 Merged and added more pxa-regs.h stuff, especially the GPIO Control by Markus Klotzbücher · 19 years ago
  48. 57dc57f Merged sufficient changes to pxa-regs.h in order to make u-boot compile. by Markus Klotzbücher · 19 years ago
  49. bf5988e Reverting pxa-regs.h back to original, because the intel Monahans one by Markus Klotzbücher · 19 years ago
  50. 6ece03f Config updated for compiling the SMC911111 network driver by Markus Klotzbücher · 19 years ago
  51. b2b4346 Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · 19 years ago
  52. b3c36e6 basic u-boot is working, boots into the command shell. by Markus Klotzbücher · 19 years ago
  53. 9d803d8 Changes: by Markus Klotzbücher · 19 years ago
  54. 79830d5 Convert CPCI750 to use common CFI flash driver by Stefan Roese · 19 years ago
  55. af646e8 Forgot to add files to zylonite branch. by Markus Klotzbücher · 19 years ago
  56. e026957 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
  57. 48a05a5 Various changes to esd HH405 board specific files by Stefan Roese · 19 years ago
  58. 84e106c Update default environment for INKA4x00 board. by Wolfgang Denk · 19 years ago
  59. 57cac1f Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · 19 years ago
  60. 18c5e64 Fix various compiler warnings on ppc4xx builds (ELDK 4.0) by Stefan Roese · 19 years ago
  61. a7b9fb9 Add VGA support (CT69000) to CPCI750 board. by Stefan Roese · 19 years ago
  62. 2076d0a PMC405 and CPCI405: Moved configuration of pci resources into config file. by Stefan Roese · 19 years ago
  63. c4b465f Fix 28F256J3A support on PM520 board by Wolfgang Denk · 19 years ago
  64. 756ceb8 Update CHANGELOG. by Wolfgang Denk · 19 years ago
  65. 3bb6680 Fix mkimage bug with multifile images created on 64 bit systems. by Wolfgang Denk · 19 years ago
  66. c7428d4 Add support for 28F256J3A flah (=> 64 MB) on PM520 board by Wolfgang Denk · 19 years ago
  67. 97c8d0b Add support for 28F256J3A flash chips by Wolfgang Denk · 19 years ago
  68. 27e166b Fix compiler problem with at91rm9200dk board. Patch by Eugen Bigz, 19 Dec 2005 by Wolfgang Denk · 19 years ago
  69. e6b6d16 Merge with /home/sr/git/u-boot by Wolfgang Denk · 19 years ago
  70. a9e642e MPC5200: Set PCI retry counter to 0 = infinite retry; by Wolfgang Denk · 19 years ago
  71. 81a3170 Changes to Yellowstone & Yosemite 440EP/GR eval boards: by Stefan Roese · 19 years ago
  72. e43232d Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
  73. 7481266 by Wolfgang Denk · 19 years ago
  74. 3a7b142 Change port configuration for O2DNT (CODEC1 on PSC1) by Marian Balakowicz · 19 years ago
  75. a889bd2 Fix DPRAM offset/size for MPC8541/8555. Simplify TQM85xx Makefile handling. by Wolfgang Denk · 19 years ago
  76. 41253be Fix data overflow (typo?) in rtc/ds1302.c by Wolfgang Denk · 19 years ago
  77. f013dac Code cleanup, especially MIPS for GCC 4.x by Wolfgang Denk · 19 years ago
  78. c75eba3 Fix U-Boot compilation for MIPS boards using ELDK 4.0 by Wolfgang Denk · 19 years ago
  79. 4a86d77 Merge with /home/sr/git/u-boot by Wolfgang Denk · 19 years ago
  80. b6f8435 Adjust TQM834x PHY addresses for latest hardware revision. by Wolfgang Denk · 19 years ago
  81. d00de23 Increase malloc arena on TQM5200 board to 256 kB. by Wolfgang Denk · 19 years ago
  82. d9785c1 Fix miiphy global data initialization (problem on 4xx boards when no by Marian Balakowicz · 19 years ago
  83. d96f41e Add support for TQM8541/8555 boards, TQM85xx support reworked: by Stefan Roese · 19 years ago
  84. a46726f Compile warning fixed Patch by Stefan Roese, 29 Nov 2005 by Stefan Roese · 19 years ago
  85. 6e7fb6e Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board. by Stefan Roese · 19 years ago
  86. 1178a41 Minor AMCC 4xx board cleanups Patch by Stefan Roese, 27 Nov 2005 by Stefan Roese · 19 years ago
  87. 0a69b26 Increase IPB and PCI clocks for O2DNT board. by Marian Balakowicz · 19 years ago
  88. 3d9569b Changed PPC44x startup message (cpu info, speed...) to common style: by Stefan Roese · 19 years ago
  89. f08abe3 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · 19 years ago
  90. aa7cfc4 Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code. by Wolfgang Denk · 19 years ago
  91. 5568e61 Add support for Prodrive P3P440 board: by Stefan Roese · 19 years ago
  92. fe126d8 Change all '$(...)' variable references into '${...}' by Wolfgang Denk · 19 years ago
  93. 5a164c8 Minor changes to init flags in TQM834x PCI. by Rafal Jaworowski · 19 years ago
  94. 3ca3776 Add CHANGELOG entry Patch by Stefan Roese, 15 Nov 2005 by Stefan Roese · 19 years ago
  95. c7911c7 Merge with /server/home/stefan/git/u-boot/bamboo-sdram by Stefan Roese · 19 years ago
  96. fd49bf0 Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM) by Stefan Roese · 19 years ago
  97. feaedfc New PPC 405EP board added: CMS700 by Stefan Roese · 19 years ago
  98. 3ada834 Add explanation for CDP checksum algorithm by Wolfgang Denk · 19 years ago
  99. ea33920 Updated PCI mapping for esd CPCI2DP board. by Stefan Roese · 19 years ago
  100. 527b5a5 Fix MPC85xx PCI support (pci_register_hose() before pci config access) by Stefan Roese · 19 years ago