summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 20:58:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 20:58:05 +0000
commitdbdb0255486ca4d2283c0bc7bd95e4626cf89311 (patch)
treeecf6b72203027f4596a585fb10abcad4ab8916ad /c/src/lib/libcpu/arm/ChangeLog
parent2008-05-06 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-dbdb0255486ca4d2283c0bc7bd95e4626cf89311.tar.bz2
2008-05-06 Ray Xu <rayx.cn@gmail.com>
* Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h: Add CPU type s3c2410. Add a new s3c24xx common file shared between s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some were changed to include <s3c24xx.h> instead of <s3c2400.h>. * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S, s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c, s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c, s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
Diffstat (limited to 'c/src/lib/libcpu/arm/ChangeLog')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index 9eef657d5c..42f6a7f99f 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-06 Ray Xu <rayx.cn@gmail.com>
+
+ * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
+ Add CPU type s3c2410. Add a new s3c24xx common file shared between
+ s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
+ were changed to include <s3c24xx.h> instead of <s3c2400.h>.
+ * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
+ s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
+ s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
+ s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
+
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,