summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-11-15 10:55:02 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-11-15 10:55:02 +0000
commitddd5640ff64895e7d937bf69d8d8f8ffc507aad9 (patch)
treee05873b61dbe6b17b253c92f3d74dfbacb34aa9a /c/src/lib/libbsp/powerpc/gen5200/ChangeLog
parent2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-ddd5640ff64895e7d937bf69d8d8f8ffc507aad9.tar.bz2
2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/dp2.cfg, startup/linkcmds.dp2: New files. * Makefile.am, preinstall.am: Reflect change above. Install <bsp/utility.h>. Install BestComm header files. * configure.ac: Changed BSP options. * include/mpc5200.h: Added module structures and register defines. * bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h, bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, bestcomm/bestcomm_priv.h, bestcomm/load_task.c, bestcomm/tasksetup_bdtable.c, bestcomm/task_api/bestcomm_cntrl.h: C++ compatibility. Use special heap to manage the SRAM region. Use interrupt extension API. Fixed warnings. * console/console.c: Fixed console registration. Fixed warnings. Added GPS module registration. * ide/pcmcia_ide.h: Fixed clock value macros. * ide/pcmcia_ide.c: Update for BestComm API changes. DP2 specific initialization. Removed zero loop in PIO receive function. * include/bsp.h: Added DP2 variant. Removed obsolete defines. * include/mscan-base.h, mscan/mscan-base.c: Use volatile qualifier. Format. * irq/irq.c: Fixed peripheral interrupt handling. * network_5200/network.c: Update for BestComm API changes. * start/start.S: U-Boot fixes. * startup/cpuinit.c: Enable write-back cache strategy. Added special memory regions. * startup/linkcmds.brs5l: Fixed memory size.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
index bd12afb670..7c270bd2c2 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
@@ -1,3 +1,32 @@
+2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * make/custom/dp2.cfg, startup/linkcmds.dp2: New files.
+ * Makefile.am, preinstall.am: Reflect change above. Install
+ <bsp/utility.h>. Install BestComm header files.
+ * configure.ac: Changed BSP options.
+ * include/mpc5200.h: Added module structures and register defines.
+ * bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
+ bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
+ bestcomm/bestcomm_priv.h, bestcomm/load_task.c,
+ bestcomm/tasksetup_bdtable.c, bestcomm/task_api/bestcomm_cntrl.h: C++
+ compatibility. Use special heap to manage the SRAM region. Use
+ interrupt extension API. Fixed warnings.
+ * console/console.c: Fixed console registration. Fixed warnings.
+ Added GPS module registration.
+ * ide/pcmcia_ide.h: Fixed clock value macros.
+ * ide/pcmcia_ide.c: Update for BestComm API changes.
+ DP2 specific initialization. Removed zero loop in PIO receive
+ function.
+ * include/bsp.h: Added DP2 variant. Removed obsolete defines.
+ * include/mscan-base.h, mscan/mscan-base.c: Use volatile qualifier.
+ Format.
+ * irq/irq.c: Fixed peripheral interrupt handling.
+ * network_5200/network.c: Update for BestComm API changes.
+ * start/start.S: U-Boot fixes.
+ * startup/cpuinit.c: Enable write-back cache strategy. Added special
+ memory regions.
+ * startup/linkcmds.brs5l: Fixed memory size.
+
2010-06-30 Peter Dufault <dufault@hda.com>
PR 1588/cpukit