summaryrefslogtreecommitdiff
path: root/cpu/pxa/cpu.c
Commit message (Collapse)AuthorAgeLines
* * Patch by Gleb Natapov, 19 Sep 2003:wdenk2003-12-06-13/+6
| | | | | | | | Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c * Patch by Anders Larsen, 17 Sep 2003: Bring ARM memory layout in sync with the documentation: stack and malloc-heap are now located _below_ the U-Boot code
* * Patches by Anders Larsen, 17 Sep 2003:wdenk2003-09-18-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.hwdenk2003-06-15-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:wdenk2003-05-23-0/+152
In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.