| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
Controller.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
This is a first version of the testing-NAND branch merged back to main.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Patch by Mike Rapoport, 01 Nov 2005
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
|
| | |
| | |
| | |
| | | |
Patch by Ladislav Michl, 13 Sep 2005
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Patch by Ladislav Michl, 29 Jun 2005
|
|\ \ \ \ |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \ |
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Heiko Schocher <hs@denx.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Patch by Reinhard Arlt, 8 Feb 2006
|
| | | | |
| | | | |
| | | | |
| | | | | |
Patch by Matthias Fuchs, 07 Feb 2006
|
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
we only see 64MB.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
zylonite). Minor pxa-regs.h update.
|
| | | |
| | | |
| | | |
| | | | |
Register Definitions.
|
| | | |
| | | |
| | | |
| | | | |
It doesn't run yet.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
breaks backward compatibility and I don't trust it. Instead, i'll verify
and merge the parts I need while porting.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
other platforms (see c75eba3b4140187cd0d9bd8049f5df4c49b6889b)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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...
|
| | |
| | |
| | |
| | |
| | |
| | | |
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().
Patch by Reinhard Arlt, 30 Dec 2005
|
| | |
| | |
| | |
| | |
| | |
| | | |
PMC405 and CPCI2DP: Added firmware download and booting via pci.
Patch by Matthias Fuchs, 20 Dec 2005
|
| | |
| | |
| | |
| | | |
(without bank-switching only 32 MB can be accessed)
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Simplify TQM85xx Makefile handling.
|
| | | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Support for TQM8541/8555 boards added.
- Complete rework of TQM8540/8560 support.
- Common TQM85xx code now supports all current TQM85xx platforms
(TQM8540/8541/8555/8560).
- DDR SDRAM size detection added.
- CAS latency default values can be overwritten by setting "serial#"
to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
If problems are detected with this non default CAS latency,
the defualt values will be used instead.
- FLASH size detection added.
- Moved FCC ethernet driver initialization behind TSEC driver init
-> TSEC is first device.
Patch by Stefan Roese, 30 Nov 2005
|
| | | |
| | | |
| | | |
| | | | |
Patch by John Otken, 23 Nov 2005
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.
Patch by Stefan Roese, 27 Nov 2005
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
|