Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-12 | Coding Style cleanup | Wolfgang Denk | |
2006-03-12 | Avoid dereferencing NULL in find_cmd() if no valid commands were found | Wolfgang Denk | |
Patch by Andrew Dyer, 13 Jun 2005 | |||
2006-03-12 | Add missing Blackfin files. | Wolfgang Denk | |
2006-03-12 | Add ADI Blackfin support | Wolfgang Denk | |
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005: | |||
2006-03-12 | Add loads of ntohl() in image header handling | Wolfgang Denk | |
Patch by Steven Scholz, 10 Jun 2005 | |||
2006-03-12 | Switch MPC86xADS and MPC885ADS boards to use cpuclk environment | Wolfgang Denk | |
variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | RPXlite configuration fixes | Wolfgang Denk | |
- Use correct flash sector size - Use correct memory test end address - Add support for bzip2 compression - Various small fixes Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Memory configuration changes for ZPC.1900 board | Wolfgang Denk | |
- Fix SDRAM timing on both local bus and 60x bus - Add support for second flash bank (SIMM) - Change boot flash base Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Add support for Adder boards with 16MB SDRAM; | Wolfgang Denk | |
add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Fix conditional for including ks8695eth driver | Wolfgang Denk | |
Patch by Greg Ungerer, 04 Jun 2005 | |||
2006-03-12 | Fix Makefile: include config.mk only after CROSS_COMPILE is defined | Wolfgang Denk | |
Patch by Friedrich Lobenstock, 02 Jun 2005 | |||
2006-03-12 | Fix comment in common/soft_i2c.c | Wolfgang Denk | |
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005 | |||
2006-03-12 | Cleanup compiler warnings. | Wolfgang Denk | |
Patch by Greg Ungerer, 21 May 2005 | |||
2006-03-12 | Word alignment fixes for word aligned NS16550 UART | Wolfgang Denk | |
Patch by Jean-Paul Saman, 01 Mar 2005 | |||
2006-03-12 | Fix behaviour if gatewayip is not set | Wolfgang Denk | |
Patch by Robin Gilks, 23 Dec 2004 | |||
2006-03-12 | Fix cleanup for netstart board. | Wolfgang Denk | |
Remove build results from repository | |||
2006-03-11 | More GCC 4.x woes | Wolfgang Denk | |
2006-03-11 | More GCC 4.x code cleanup | Wolfgang Denk | |
2006-03-11 | Some code cleanup for GCC 4.x | Wolfgang Denk | |
2006-03-11 | Update CHANGELOG | Wolfgang Denk | |
2006-03-09 | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbücher | |
2006-03-08 | Merge with /home/tur/nand/u-boot | Wolfgang Denk | |
2006-03-08 | Merge /home/tur/nand/u-boot/ | Markus Klotzbücher | |
2006-03-08 | Fixed a bug in saveenv(). Credit: Markus Klotzbuecher. | Bartlomiej Sieka | |
> @@ -115,7 +115,7 @@ int saveenv(void) | |||
2006-03-08 | Enable simple (non-redundant) NAND environment on delta board. | Markus Klotzbücher | |
2006-03-08 | Some minor fixes to environment in NAND code. | Markus Klotzbuecher | |
2006-03-07 | Add support for Intel Monahans CPU on Zylonite and Delta boards | Wolfgang Denk | |
(This is Work in Progress!) | |||
2006-03-07 | Add support for TQM8260-AI boards. | Wolfgang Denk | |
2006-03-07 | Cleanup (get rid of debug code that sneaked in) | Wolfgang Denk | |
2006-03-06 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
Code cleanup. | |||
2006-03-06 | Turned on SDRAM scrubbing. | Markus Klotzbücher | |
2006-03-06 | Cleanup of NAND support of delta board using the Monahans Data Flash | Markus Klotzbücher | |
Controller. | |||
2006-03-06 | NAND finally working. Two bugs fixed: | Markus Klotzbücher | |
* 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. * In nand_base.c the oob variable is not reset so this->oob_buf is overwritten what eventually screws up the bad block descriptor table. | |||
2006-03-06 | Minor code cleanup | Wolfgang Denk | |
2006-03-06 | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | |
Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot] | |||
2006-03-05 | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | |
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 - will go away when the new NAND support is implemented for these boards. | |||
2006-03-04 | Lots of new stuff: | Markus Klotzbücher | |
* 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. Remaining Problems: * Read Status still behaves weird an returns invalid stuff sometimes. * ECC Placement does not respect our scheme in nand_oobinfo. | |||
2006-03-04 | Add lowboot target to mcc200 board | Stefan Roese | |
Patch by Stefan Roese, 4 Mar 2006 | |||
2006-03-03 | Erasing works too now. The CS don't care causes problem with READSTATUS, | Markus Klotzbücher | |
don't ask me why. There are still bugs in the bad block logic. | |||
2006-03-03 | Write operation is working. Turned out that the READSTATUS hack was wrong | Markus Klotzbücher | |
after all. | |||
2006-03-03 | Writing is working, but there's still a bug that causes the data written to | Markus Klotzbücher | |
start at an offset of 4 bytes from the start of the page. | |||
2006-03-03 | Implemented writing, not working yet. | Markus Klotzbücher | |
2006-03-02 | Moved the waiting loop for "Read Data Request" RDDREQ into the | Markus Klotzbücher | |
delta_cmdfunc function, because this bit is only set once after a command is sent and this allows read functions to be called multiple times. | |||
2006-03-02 | Merge with /home/sr/git/u-boot/cfi-flash-fix | Wolfgang Denk | |
2006-03-02 | Read bug fixed. Now "nand bad" list the badblocks correctly (i hope, since | Markus Klotzbücher | |
there are 0) | |||
2006-03-02 | Make CFG_NO_FLASH work on ARM systems | Wolfgang Denk | |
Patch by Markus Klotzbuecher, 27 Feb 2006 | |||
2006-03-01 | Further NAND stuff implemented. Basic read commands seem to work. | Markus Klotzbücher | |
2006-03-01 | Fix problem with flash_get_size() from CFI driver update | Stefan Roese | |
Patch by Stefan Roese, 1 Mar 2006 | |||
2006-02-28 | All subsystem clocks not immediately need are turned at reset. | Markus Klotzbücher | |
2006-02-28 | Added GPIO initialization of DF signal. Still not working. | Markus Klotzbücher | |