summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-14 04:54:57 +0000
committerChris Johns <chrisj@rtems.org>2007-12-14 04:54:57 +0000
commitf3bf21f2cf21ec70437cfbff12840148ce6a4034 (patch)
tree2e80ceb5ef6fae5193a1879621a414b428747410 /c/src/ChangeLog
parent2007-12-14 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-f3bf21f2cf21ec70437cfbff12840148ce6a4034.tar.bz2
2007-12-14 Chris Johns <chrisj@rtems.org>
* wrapup/Makefile.am: Add libflash.a to the libbsp library. * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support. * libchip/flash, libchip/flash/am29lv160.c, libchip/flash/am29lv160.h: New.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 26f4de6132..6d89344055 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-14 Chris Johns <chrisj@rtems.org>
+
+ * wrapup/Makefile.am: Add libflash.a to the libbsp library.
+ * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support.
+ * libchip/flash, libchip/flash/am29lv160.c,
+ libchip/flash/am29lv160.h: New.
+
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/network/if_fxp.c: Spacing.