- Mar 20, 2006
-
-
Markus Klotzbücher 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 Klotzbücher 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.
-
Wolfgang Denk authored
-
Markus Klotzbcher authored
there are 0)
-
Wolfgang Denk authored
Patch by Markus Klotzbuecher, 27 Feb 2006
-
- Mar 01, 2006
-
-
Markus Klotzbcher authored
-
Stefan Roese authored
Patch by Stefan Roese, 1 Mar 2006
-
- Feb 28, 2006
-
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
-
Wolfgang Denk authored
use hush shell.
-
Markus Klotzbcher authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Stefan Roese authored
Patch by Stefan Roese, 28 Feb 2006
-
Stefan Roese authored
* Add env-variable "unlock" to handle initial state of sectors (locked/unlocked). Only the U-Boot image and it's environment is protected, all other sectors are unprotected (unlocked) if flash hardware protection is used (CFG_FLASH_PROTECTION) and the environment variable "unlock" is set to "yes". Patch by Stefan Roese, 28 Feb 2006 * Update drivers/cfi_flash.c: - find_sector() called in both versions of flash_write_cfiword() Patch by Peter Pearse, 27th Feb 2006 * CFI support for a x8/x16 AMD/Spansion flash configured in x8 mode Patch by Jose Maria Lopez, 16 Jan 2006 * Add support for AMD/Spansion Flashes in flash_write_cfibuffer Patch by Alex Bastos and Thomas Schaefer, 2005-08-29 * Changes/fixes for drivers/cfi_flash.c: We *should* check if there are any error bits if the previous call returned ERR_OK (Otherwise we will have output an error message in flash_status_check() already.) The original code would only check for error bits if flash_status_check() returns ERR_TIMEOUT. Patch by Marcus Hall, 23 Aug 2005 * Changes/fixes for drivers/cfi_flash.c: - Add CFG_FLASH_PROTECT_CLEAR on drivers/cfi_flash.c - Prohibit buffer write when buffer_size is 1 on drivers/cfi_flash.c Patch by Sangmoon Kim, 19 Aug 2005 * Fixes for drivers/cfi_flash.c: - Fix wrong timeout value usage in flash_status_check() - Round write_tout up when converting to msec in flash_get_size() - Remove clearing flash status at the end of flash_write_cfibuffer() which sets Intel 28F640J3 flash back to command mode on CSB472 Patch by Tolunay Orkun, 02 July 2005
-
- Feb 24, 2006
-
-
Markus Klotzbcher authored
This is a first version of the testing-NAND branch merged back to main.
-
Bartlomiej Sieka authored
-