1. 8e7b703 Coding Style cleanup by Wolfgang Denk · 19 years ago
  2. 1264b40 Avoid dereferencing NULL in find_cmd() if no valid commands were found by Wolfgang Denk · 19 years ago
  3. 6cb142f Add missing Blackfin files. by Wolfgang Denk · 19 years ago
  4. 0afe519 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
  5. dc013d4 Add loads of ntohl() in image header handling by Wolfgang Denk · 19 years ago
  6. 8ff0208 Switch MPC86xADS and MPC885ADS boards to use cpuclk environment by Wolfgang Denk · 19 years ago
  7. f47b661 RPXlite configuration fixes by Wolfgang Denk · 19 years ago
  8. aba9f1a Memory configuration changes for ZPC.1900 board by Wolfgang Denk · 19 years ago
  9. 5797b82 Add support for Adder boards with 16MB SDRAM; by Wolfgang Denk · 19 years ago
  10. 7c54c70 Fix conditional for including ks8695eth driver by Wolfgang Denk · 19 years ago
  11. 92b197f Fix Makefile: include config.mk only after CROSS_COMPILE is defined by Wolfgang Denk · 19 years ago
  12. 82d716f Fix comment in common/soft_i2c.c by Wolfgang Denk · 19 years ago
  13. 611125a Cleanup compiler warnings. Patch by Greg Ungerer, 21 May 2005 by Wolfgang Denk · 19 years ago
  14. 2281490 Word alignment fixes for word aligned NS16550 UART by Wolfgang Denk · 19 years ago
  15. d509b81 Fix behaviour if gatewayip is not set Patch by Robin Gilks, 23 Dec 2004 by Wolfgang Denk · 19 years ago
  16. 84ef51a Fix cleanup for netstart board. Remove build results from repository by Wolfgang Denk · 19 years ago
  17. d2ed2f6 More GCC 4.x woes by Wolfgang Denk · 19 years ago
  18. 8de7ed3 More GCC 4.x code cleanup by Wolfgang Denk · 19 years ago
  19. d52fb7e Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  20. 4367a01 Update CHANGELOG by Wolfgang Denk · 19 years ago
  21. 5536b2b Merge with http://www.denx.de/git/u-boot.git by Markus Klotzbücher · 19 years ago
  22. 83784bf Merge with /home/tur/nand/u-boot by Wolfgang Denk · 19 years ago
  23. e455876 Merge /home/tur/nand/u-boot/ by Markus Klotzbücher · 19 years ago
  24. 3d65390 Fixed a bug in saveenv(). Credit: Markus Klotzbuecher. by Bartlomiej Sieka · 19 years ago
  25. 8371a2c Enable simple (non-redundant) NAND environment on delta board. by Markus Klotzbücher · 19 years ago
  26. 3c4eb08 Some minor fixes to environment in NAND code. by Markus Klotzbuecher · 19 years ago
  27. 9c575e5 Add support for Intel Monahans CPU on Zylonite and Delta boards by Wolfgang Denk · 19 years ago
  28. 1f62bc2 Add support for TQM8260-AI boards. by Wolfgang Denk · 19 years ago
  29. 0be248f Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
  30. 951a954 Merge with /home/wd/git/u-boot/master Code cleanup. by Wolfgang Denk · 19 years ago
  31. ac7d97d Turned on SDRAM scrubbing. by Markus Klotzbücher · 19 years ago
  32. 43638c6 Cleanup of NAND support of delta board using the Monahans Data Flash Controller. by Markus Klotzbücher · 19 years ago
  33. f9e0291 NAND finally working. Two bugs fixed: by Markus Klotzbücher · 19 years ago
  34. bfc8125 Minor code cleanup by Wolfgang Denk · 19 years ago
  35. 4e3ccd2 Merge the new NAND code (testing-NAND brach); see doc/README.nand by Wolfgang Denk · 19 years ago
  36. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  37. bf7cac0 Lots of new stuff: by Markus Klotzbücher · 19 years ago
  38. f1ee982 Add lowboot target to mcc200 board Patch by Stefan Roese, 4 Mar 2006 by Stefan Roese · 19 years ago
  39. f8785e9 Erasing works too now. The CS don't care causes problem with READSTATUS, by Markus Klotzbücher · 19 years ago
  40. 24e1217 Write operation is working. Turned out that the READSTATUS hack was wrong by Markus Klotzbücher · 19 years ago
  41. 9187a35 Writing is working, but there's still a bug that causes the data written to by Markus Klotzbücher · 19 years ago
  42. 19fdeff Implemented writing, not working yet. by Markus Klotzbücher · 19 years ago
  43. e2053f9 Moved the waiting loop for "Read Data Request" RDDREQ into the by Markus Klotzbücher · 19 years ago
  44. aed9e22 Merge with /home/sr/git/u-boot/cfi-flash-fix by Wolfgang Denk · 19 years ago
  45. bb1ff04 Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since by Markus Klotzbücher · 19 years ago
  46. 4f71866 Make CFG_NO_FLASH work on ARM systems Patch by Markus Klotzbuecher, 27 Feb 2006 by Wolfgang Denk · 19 years ago
  47. 481911c Further NAND stuff implemented. Basic read commands seem to work. by Markus Klotzbücher · 19 years ago
  48. f18e874 Fix problem with flash_get_size() from CFI driver update by Stefan Roese · 19 years ago
  49. e8cd008 All subsystem clocks not immediately need are turned at reset. by Markus Klotzbücher · 19 years ago
  50. 00c35bd Added GPIO initialization of DF signal. Still not working. by Markus Klotzbücher · 19 years ago
  51. 82f2e33 Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock, by Wolfgang Denk · 19 years ago
  52. 6949328 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
  53. f6c0068 Merge with Stefan Roese's branch with CFI driver fixes by Wolfgang Denk · 19 years ago
  54. 36d2c53 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 19 years ago
  55. 58ad497 Convert mcc200 to use common CFI flash driver Patch by Stefan Roese, 28 Feb 2006 by Stefan Roese · 19 years ago
  56. 79b4cda Major CFI-FLASH driver update: by Stefan Roese · 19 years ago
  57. 0377dca Merge /home/tur/nand/u-boot/ by Markus Klotzbücher · 19 years ago
  58. 7d4d1ce Merge branch 'master' of http://www.denx.de/git/u-boot by Markus Klotzbücher · 19 years ago
  59. 038ccac Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. by Bartlomiej Sieka · 19 years ago
  60. c81eb1f Cleanup MCC200 board. by Wolfgang Denk · 19 years ago
  61. 7958202 Merge rsync://rsync.denx.de/git/u-boot by Kumar Gala · 19 years ago
  62. 599f522 SDRAM now working. by Markus Klotzbücher · 19 years ago
  63. ff3c2a9 SDRAM now working for delta board, but there are still aliasing problems, by Markus Klotzbücher · 19 years ago
  64. 6624b68 Rename SMMACO4 board into smmaco4 for consistency with Linux. by Wolfgang Denk · 19 years ago
  65. 5f0be01 Disable CMD_BSP for SMMACO4 board. by Wolfgang Denk · 19 years ago
  66. 9cdc838 Merge with /home/hs/PanDacom/u-boot-dev by Wolfgang Denk · 19 years ago
  67. 86ea5f9 Initial port to MCC200 board (work in progress) by Wolfgang Denk · 19 years ago
  68. 48b6242 SDRAM seems to be working on delta board, though u-boot doesn't start yet. by Markus Klotzbücher · 19 years ago
  69. 881a87e Add GIT version information (commid ID) to untagged U-Boot versions by Wolfgang Denk · 19 years ago
  70. 654c2d2 Merge with /home/sr/git/u-boot by Wolfgang Denk · 19 years ago
  71. 075866d [Patch] Add basic support for the SMMACO4 Board from PanDaCom. by Heiko Schocher · 19 years ago
  72. 4f7a0e3 New board directory and config for the benq delta board (copied from by Markus Klotzbücher · 19 years ago
  73. 8fb1857 Merged and added more pxa-regs.h stuff, especially the GPIO Control by Markus Klotzbücher · 19 years ago
  74. 57dc57f Merged sufficient changes to pxa-regs.h in order to make u-boot compile. by Markus Klotzbücher · 19 years ago
  75. 230b31f Merge branch 'mpc83xx' by Kumar Gala · 19 years ago
  76. 2688e2f Enable address translation on MPC83xx Patch by Kumar Gala, 10 Feb 2006 by Kumar Gala · 19 years ago
  77. bf5988e Reverting pxa-regs.h back to original, because the intel Monahans one by Markus Klotzbücher · 19 years ago
  78. 6ece03f Config updated for compiling the SMC911111 network driver by Markus Klotzbücher · 19 years ago
  79. b2b4346 Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · 19 years ago
  80. b3c36e6 basic u-boot is working, boots into the command shell. by Markus Klotzbücher · 19 years ago
  81. 9d803d8 Changes: by Markus Klotzbücher · 19 years ago
  82. 79830d5 Convert CPCI750 to use common CFI flash driver by Stefan Roese · 19 years ago
  83. af646e8 Forgot to add files to zylonite branch. by Markus Klotzbücher · 19 years ago
  84. e026957 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
  85. 48a05a5 Various changes to esd HH405 board specific files by Stefan Roese · 19 years ago
  86. 84e106c Update default environment for INKA4x00 board. by Wolfgang Denk · 19 years ago
  87. 57cac1f Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · 19 years ago
  88. f8c3b4f Add ColdFire targets to MAKEALL script by Zachary P. Landau · 19 years ago
  89. 3a108ed Add support for r5200 board by Zachary P. Landau · 19 years ago
  90. eacbd31 Add support for Freescale M5271 processor by Zachary P. Landau · 19 years ago
  91. b636d32 Merge branch 'mpc83xx' by Kumar Gala · 19 years ago
  92. c99f384 Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx by Kumar Gala · 19 years ago
  93. 27afa7d Merge branch 'mpc83xx' by Kumar Gala · 19 years ago
  94. b970480 Fixed defines for MPC83xx SICRL register to match current specs by Kumar Gala · 19 years ago
  95. 18c5e64 Fix various compiler warnings on ppc4xx builds (ELDK 4.0) by Stefan Roese · 19 years ago
  96. a7b9fb9 Add VGA support (CT69000) to CPCI750 board. by Stefan Roese · 19 years ago
  97. 2076d0a PMC405 and CPCI405: Moved configuration of pci resources into config file. by Stefan Roese · 19 years ago
  98. c4b465f Fix 28F256J3A support on PM520 board by Wolfgang Denk · 19 years ago
  99. b443f7b Merge branch 'mpc8349ads' by Kumar Gala · 19 years ago
  100. 86902b8 Added PCI support for MPC8349ADS board Patch by Kumar Gala 11 Jan 2006 by Kumar Gala · 19 years ago