| AgeSort asc/desc | Change |
|---|---|
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 Next | |
| Mar 11, 2006 | |
| 7 years 2 months | Some code cleanup for GCC 4.x |
|
Commit d52fb7e3d135704334bd6f97f3444e824665b76f, by Wolfgang Denk | |
| 7 years 2 months | Update CHANGELOG |
|
Commit 4367a01036bdb67e7fc3000cedba7195fbdee304, by Wolfgang Denk | |
| Mar 9, 2006 | |
| 7 years 2 months | Merge with http://www.denx.de/git/u-boot.git |
|
Commit 5536b2b5a932410a58e65ead9215af3836c8e9e0, by Markus Klotzb | |
| Mar 8, 2006 | |
| 7 years 2 months | Merge with /home/tur/nand/u-boot |
|
Commit 83784bf63fa8dcf9c530226ab122463e95e9050f, by Wolfgang Denk | |
| 7 years 2 months | Merge /home/tur/nand/u-boot/ |
|
Commit e4558768aef99fe03557ebd2cbdc222467b1e131, by Markus Klotzb | |
| 7 years 2 months | Fixed a bug in saveenv(). Credit: Markus Klotzbuecher. > @@ -115,7 +115,7 @@ int saveenv(void) |
|
Commit 3d65390e2116f53f5ee6615ad92262613198b66c, by Bartlomiej Sieka | |
| 7 years 2 months | Enable simple (non-redundant) NAND environment on delta board. |
|
Commit 8371a2c0d466a3c7146083fe143cce204dd893d9, by Markus Klotzb | |
| 7 years 2 months | Some minor fixes to environment in NAND code. |
|
Commit 3c4eb0880b5ea7c928e9abed943b3b0e0abf2de6, by Markus Klotzbuecher | |
| Mar 7, 2006 | |
| 7 years 2 months | Add support for Intel Monahans CPU on Zylonite and Delta boards (This is Work in Progress!) |
|
Commit 9c575e51dec11f304bfdc8bcc3aada7af79823b1, by Wolfgang Denk | |
| 7 years 2 months | Add support for TQM8260-AI boards. |
|
Commit 1f62bc2d084e4ab9a19a4f803d355cc129b5fa4a, by Wolfgang Denk | |
| 7 years 2 months | Cleanup (get rid of debug code that sneaked in) |
|
Commit 0be248fa9a32667d29b0eb1bad77bbd372903e61, by Wolfgang Denk | |
| Mar 6, 2006 | |
| 7 years 2 months | Merge with /home/wd/git/u-boot/master Code cleanup. |
|
Commit 951a954b77ef30df1f5c1b7b9b4312e783b2cbb4, by Wolfgang Denk | |
| 7 years 2 months | Turned on SDRAM scrubbing. |
|
Commit ac7d97dcbb499c96c8182757f301dd2e09c9f49d, by Markus Klotzb | |
| 7 years 2 months | Cleanup of NAND support of delta board using the Monahans Data Flash Controller. |
|
Commit 43638c674a1bc57eef41439e87c281269a08cb16, by Markus Klotzb | |
| 7 years 2 months | NAND finally working. Two bugs fixed: * For READ_STATUS and READID commands always 8 bytes need to be read from NDDB. Otherwise they stay there and get send to flash as the first data word when writing. |
|
Commit f9e029184be5ef550d05262e0f150d31fb09d19b, by Markus Klotzb | |
| 7 years 2 months | Minor code cleanup |
|
Commit bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e, by Wolfgang Denk | |
| 7 years 2 months | Merge the new NAND code (testing-NAND brach); see doc/README.nand Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 |
|
Commit 4e3ccd26925e5ada78dd89779838f052dffe3e67, by Wolfgang Denk | |
| Mar 5, 2006 | |
| 7 years 2 months | Re-factoring the legacy NAND code (legacy NAND now only in board-specific code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - w |
|
Commit addb2e1650fdf872334478393f482dfdce965a61, by Bartlomiej Sieka | |
| Mar 4, 2006 | |
| 7 years 2 months | Lots of new stuff: * Debug message can be turned on and off. * Waiting for events now times out. * Implemented RESET command. * Added appropriate nand_bbt_descriptor and nand_oobinfo. |
|
Commit bf7cac033b27589c7de71a5f37f0c8e872ad489a, by Markus Klotzb | |
| 7 years 2 months | Add lowboot target to mcc200 board Patch by Stefan Roese, 4 Mar 2006 |
|
Commit f1ee982506d8e58262ff0e5d1fb208e703640e34, by Stefan Roese | |