Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | This is the first commit for the u-boot zylonite port. The following has be | Markus Klotzbücher | 2006-02-07 | -0/+12 |
| | | | | | | | | | | | | | 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 Anders Larsen, 17 Sep 2003: | wdenk | 2003-09-18 | -11/+31 |
| | | | | | | | | | | - 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 | |||
* | Patch by Kyle Harris, 20 May 2003: | wdenk | 2003-05-23 | -0/+166 |
In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa. |