summaryrefslogtreecommitdiff
path: root/cpu/pxa/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* * Patches by Anders Larsen, 17 Sep 2003:wdenk2003-09-181-1/+1
| | | | | | | | | | - fix spelling errors - set GD_FLG_DEVINIT flag only after device function pointers are valid - Allow CFG_ALT_MEMTEST on systems where address zero isn't writeable - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs - trigger watchdog while waiting in serial driver
* * Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055wdenk2003-06-151-0/+19
| | | | | | | | | | | | | * Patches by Kyle Harris, 13 Mar 2003: - Add FAT partition support - Add command support for FAT - Add command support for MMC ---- - Add Intel PXA support for video - Add Intel PXA support for MMC ---- - Enable MMC and FAT for lubbock board - Other misc changes for lubbock board
* Patch by Kyle Harris, 20 May 2003:LABEL_2003_05_23_1450wdenk2003-05-231-0/+152
In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.