- Mar 06, 2006
-
-
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.
-
- 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.
-
- 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.
-
Markus Klotzbcher authored
there are 0)
-
- Mar 01, 2006
-
-
Markus Klotzbcher authored
-
- Feb 28, 2006
-
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
-
- Feb 24, 2006
-
-
Markus Klotzbcher authored
This is a first version of the testing-NAND branch merged back to main.
-
Bartlomiej Sieka authored
-
- Feb 22, 2006
-
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
we only see 64MB.
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Feb 21, 2006
-
-
Markus Klotzbcher authored
-
Wolfgang Denk authored
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION) of all unreleased (untagged) U-Boot images will be automatically extended upon compiletime with a part of the GIT commit ID and possibly with "dirty" if uncommited changes are detected. Here an example for the resulting version: "U-Boot 1.1.4-g3457ac18-dirty" The version is now maintained in the toplevel Makefile and the version headers are autogenerated. Patch by Stefan Roese, 9 Feb 2006
-
Wolfgang Denk authored
-
- Feb 20, 2006
-
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Markus Klotzbcher authored
zylonite). Minor pxa-regs.h update.
-
Markus Klotzbcher authored
Register Definitions.
-
- Feb 19, 2006
-
-
Markus Klotzbcher authored
It doesn't run yet.
-
- Feb 10, 2006
-
-
Markus Klotzbcher authored
breaks backward compatibility and I don't trust it. Instead, i'll verify and merge the parts I need while porting.
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
other platforms (see c75eba3b)
-
- Feb 09, 2006
-
-
Markus Klotzbcher authored
-
- Feb 08, 2006
-
-
Markus Klotzbcher authored
* lots of bugfixes in the assembler code * reverted hardware.h back to original * enabled hardware DRAM calibration * GCC-4 fix: modified GLOBAL_DATA_POINTER macro
-
Stefan Roese authored
Patch by Reinhard Arlt, 8 Feb 2006
-
- Feb 07, 2006
-
-
Markus Klotzbcher authored
-
Markus Klotzbcher authored
done so far: * created zylonite board dir (based on lubbock) * extended some - but not all pxa sources and headers for Intel Monahans support (CONFIG_CPU_MONAHANS) * created Makefile zylonite target + MAKEALL entry * added some debug nonsense, remove later, grep for mk@tbd Status: compiles (eldk-4.0), and can be started with BDI, but runs forever and doesn't halt at breakpoints. Hmmm...
-
Stefan Roese authored
Patch by Matthias Fuchs, 07 Feb 2006
-
Wolfgang Denk authored
-
- Jan 29, 2006
-
-
Wolfgang Denk authored
To match the U-Boot user interface on ARM platforms to the U-Boot standard (as on PPC platforms), some messages with debug character are removed from the default U-Boot build. Enable DEBUG for lib_arm/board.c to enable debug messages. New CONFIG_DISPLAY_CPUINFO and CONFIG_DISPLAY_BOARDINFO options. Patch by Stefan Roese, 24 Jan 2006
-