summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-pxa/pxa-regs.h
Commit message (Collapse)AuthorAgeLines
* Fix gcc issues in pxa-regs.hstefano babic2008-02-03-9/+9
| | | | | | | | | | | Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4 issues generates wrong code. (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu). This patch fixes the problem and solves the gcc-4 issues as the linux kernel does. Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
* PXA270: fix compile issue (invalid lvalue)stefano babic2007-09-07-9/+9
| | | | | | | | | Code is broken for PXA270 due to "invalid lvalue in assignment". This patch fix it in pxa-regs.h Signed-off-by: Stefano Babic <sbabic@denx.de>
* Code cleanupWolfgang Denk2006-06-14-2/+0
|
* This patch adds USB storage support for the delta board. This is the firstMarkus Klotzbuecher2006-05-22-1/+22
| | | | | board to make use of a generic OHCI driver, that calls hooks for board dependant initialization.
* delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher2006-03-24-3/+3
| | | | make the pxa i2c driver work with the monahans cpu.
* Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher2006-03-20-58/+59
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-06-3/+1
|\ | | | | | | Code cleanup.
* | Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2006-03-06-0/+17
| | | | | | | | Controller.
* | Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher2006-03-01-15/+17
| |
* | First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-28-14/+65
| |
* | SDRAM seems to be working on delta board, though u-boot doesn't start yet.Markus Klotzbücher2006-02-22-0/+25
| |
* | New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-20-0/+31
| | | | | | | | zylonite). Minor pxa-regs.h update.
* | Merged and added more pxa-regs.h stuff, especially the GPIO ControlMarkus Klotzbücher2006-02-20-0/+205
| | | | | | | | Register Definitions.
* | Merged sufficient changes to pxa-regs.h in order to make u-boot compile.Markus Klotzbücher2006-02-19-5/+325
| | | | | | | | It doesn't run yet.
* | Reverting pxa-regs.h back to original, because the intel Monahans oneMarkus Klotzbücher2006-02-10-2121/+553
| | | | | | | | | | breaks backward compatibility and I don't trust it. Instead, i'll verify and merge the parts I need while porting.
* | This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher2006-02-07-553/+2121
|/ | | | | | | | | | | | | 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...
* * Patches by Robert Whaley, 29 Nov 2004:wdenk2005-04-06-185/+561
| | | | | | | | | | | | - update the pxa-regs.h file for PXA27x chips - add PXA27x based ADSVIX board - add support for MMC on PXA27x processors * Patch by Andrew E. Mileski, 28 Nov 2004: Fix PPC4xx SPD SDRAM detection bug * Patch by Hiroshi Ito, 26 Nov 2004: Fix logic of "test -z" and "test -n" commands
* * Code cleanup:wdenk2003-06-27-40/+39
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* Patch by Kyle Harris, 20 May 2003:wdenk2003-05-23-59/+266
| | | | | In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.
* * Patch by Robert Schwebel, 21 Jan 2003:wdenk2003-03-06-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for Innokom board - Don't complain if "install" fails - README cleanup (remove duplicated lines) - Update PXA header files * Add documentation for existing POST code (doc/README.POST) * Patch by Laudney Ren, 15 Jan 2003: Fix handling of redundand environment in "tools/envcrc.c" * Patch by Detlev Zundel, 28 Feb 2003: Add bedbug support for 824x systems * Add support for 16 MB flash configuration of TRAB board * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM
* Initial revisionwdenk2002-11-03-0/+1133