change log for rtems (2011-01-27)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Jan 27 14:10:28 UTC 2011
*sh*:
2011-01-27 Sebastian Huber <sebastian.huber at embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e500
categories.
M 1.369 c/src/lib/libcpu/powerpc/ChangeLog
M 1.6 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.368 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.369
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.368 Fri Jan 14 04:48:56 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog Thu Jan 27 07:32:53 2011
@@ -1,3 +1,8 @@
+2011-01-27 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+ * new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e500
+ categories.
+
2011-01-14 Sebastian Huber <sebastian.huber at embedded-brains.de>
* mpc83xx/network/tsec.c, mpc83xx/network/tsec.h: Use configuration
diff -u rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.5 rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.6
--- rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c:1.5 Mon Jan 10 06:00:27 2011
+++ rtems/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c Thu Jan 27 07:32:53 2011
@@ -10,7 +10,7 @@
* Copyright (C) 1999 Eric Valette (valette at crf.canon.fr)
* Canon Centre Recherche France.
*
- * Copyright (C) 2009 embedded brains GmbH.
+ * Copyright (C) 2009-2011 embedded brains GmbH.
*
* Enhanced by Jay Kulpinski <jskulpin at eng01.gdds.com>
* to support 603, 603e, 604, 604e exceptions
@@ -197,6 +197,7 @@
};
static const ppc_exc_categories e500_category_table = {
+ [ASM_BOOKE_CRIT_VECTOR] = PPC_EXC_BOOKE_CRITICAL | PPC_EXC_ASYNC,
[ASM_MACH_VECTOR] = PPC_EXC_E500_MACHCHK,
[ASM_PROT_VECTOR] = PPC_EXC_CLASSIC,
[ASM_ISI_VECTOR] = PPC_EXC_CLASSIC,
@@ -205,6 +206,7 @@
[ASM_PROG_VECTOR] = PPC_EXC_CLASSIC,
[ASM_FLOAT_VECTOR] = PPC_EXC_CLASSIC,
[ASM_SYS_VECTOR] = PPC_EXC_CLASSIC,
+ [ASM_BOOKE_APU_VECTOR] = PPC_EXC_CLASSIC,
[ASM_BOOKE_DEC_VECTOR] = PPC_EXC_CLASSIC | PPC_EXC_ASYNC,
[ASM_BOOKE_FIT_VECTOR] = PPC_EXC_CLASSIC | PPC_EXC_ASYNC,
[ASM_BOOKE_WDOG_VECTOR] = PPC_EXC_BOOKE_CRITICAL | PPC_EXC_ASYNC,
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110127/e0e8dc3a/attachment-0001.html>
More information about the vc
mailing list