summaryrefslogtreecommitdiff
path: root/cpu/arm920t/Makefile
Commit message (Collapse)AuthorAgeLines
* Patch by Steven Scholz, 16 Aug 2004:wdenk2004-10-09-5/+1
| | | | | | | | - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/ - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/ into cpu/arm920t/$(SOC)/
* * Code cleanupwdenk2004-08-01-1/+5
| | | | | | | | | | | | | * Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)
* * Add support for USB Mass Storage Devices (BBB)wdenk2003-09-10-1/+1
| | | | | | (tested with USB memory sticks only) * Avoid flicker on TRAB's VFD
* Initial revisionwdenk2002-11-03-0/+43