summaryrefslogtreecommitdiff
path: root/cpu/pxa/config.mk
Commit message (Collapse)AuthorAgeLines
* Cleanup (get rid of debug code that sneaked in)Wolfgang Denk2006-03-07-1/+0
|
* Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher2006-02-28-0/+1
|
* Update ARM Integrator boards:Wolfgang Denk2005-10-04-1/+0
| | | | | | | Correct addessing errors in platform files. Split off common core module data from Integrator header files to include/armcoremodule.h. Patch by Peter Pearse, 04 Oct 2005
* Make sure only supported compiler options are usedWolfgang Denk2005-10-04-2/+10
| | | | | | Import "cc-option" shell function from kernel and use it to get the correct ARM GCC options for individual CPUs Patch by Peter Pearse, 30 Jun 2005
* Patches by David Snowdon, 07 Sep 2004:wdenk2005-01-09-1/+2
| | | | | | - add u-boot.hex target in the top level Makefile - add support for the UNSW/NICTA PLEB 2 board (pleb2) - use -mtune=xscale and -march=armv5 options for PXA
* Patch by Kyle Harris, 20 May 2003:wdenk2003-05-23-0/+28
In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.