- Mar 12, 2006
-
-
Wolfgang Denk authored
- 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:
-
Wolfgang Denk authored
Patch by Steven Scholz, 10 Jun 2005
-
Wolfgang Denk authored
variable to set clock Patch by Yuli Barcohen, 05 Jun 2005
-
Wolfgang Denk authored
- 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
-
Wolfgang Denk authored
- 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
-
Wolfgang Denk authored
add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005
-
Wolfgang Denk authored
Patch by Greg Ungerer, 04 Jun 2005
-
Wolfgang Denk authored
Patch by Friedrich Lobenstock, 02 Jun 2005
-
Wolfgang Denk authored
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
-
Wolfgang Denk authored
Patch by Greg Ungerer, 21 May 2005
-
Wolfgang Denk authored
Patch by Jean-Paul Saman, 01 Mar 2005
-
Wolfgang Denk authored
Patch by Robin Gilks, 23 Dec 2004
-
- Mar 11, 2006
-
-
Wolfgang Denk authored
Remove build results from repository
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Mar 09, 2006
-
- Mar 08, 2006
-
-
Wolfgang Denk authored
-
Markus Klotzbcher authored
-
Bartlomiej Sieka authored
> @@ -115,7 +115,7 @@ int saveenv(void)
-
- Mar 07, 2006
-
-
Markus Klotzbcher authored
-
Markus Klotzbuecher authored
-
- Mar 06, 2006
-
-
Wolfgang Denk authored
(This is Work in Progress!)
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Code cleanup.
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
Controller.
-
Markus Klotzbcher authored
* 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.
-
Wolfgang Denk authored
-
Wolfgang Denk authored
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]
-
- Mar 05, 2006
-
-
Bartlomiej Sieka authored
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.
-
- Mar 04, 2006
-
-
Markus Klotzbcher authored
* 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.
-
Stefan Roese authored
Patch by Stefan Roese, 4 Mar 2006
-
- Mar 03, 2006
-
-
Markus Klotzbcher authored
don't ask me why. There are still bugs in the bad block logic.
-
Markus Klotzbcher authored
after all.
-
Markus Klotzbcher authored
start at an offset of 4 bytes from the start of the page.
-
Markus Klotzbcher authored
-
- Mar 02, 2006
-
-
Markus Klotzbcher authored
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.
-