summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-06-01 15:23:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-06-01 15:23:31 +0000
commit1db81f98783c8fc1332b65cd316b9133d9bf3d3d (patch)
treeb275b52d0ea8f186a1fea8c617e47c4f689a6a04 /c
parentUpdate icps_allecho counter. (diff)
downloadrtems-1db81f98783c8fc1332b65cd316b9133d9bf3d3d.tar.bz2
Formatting.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 5e6e29b651..c11638e76e 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -3,6 +3,7 @@
* shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
2006-02-13 Till Straumann <strauman@slac.stanford.edu>
+
* shared/startup/panic.c, shared/startup/probeMemEnd.c:
added code for BSPs to use: panic using printk() to display
reason. probeMemEnd() to determine memory size by probing.
@@ -16,11 +17,13 @@
* acinclude.m4: Add gen5200 to list of BSPs.
2006-01-05 Till Straumann <strauman@slac.stanford.edu>
+
* shared/vectors/vectors.S: mask high bits when calculating
the exception vector number to yield correct result even if
the vectors reside in the upper area (0xfff00000; psim).
2005-12-02 Till Straumann <strauman@slac.stanford.edu>
+
* shared/irq/irq_init.c, shared/openpic/openpic.h
shared/openpic/openpic.c: The 8240's EPIC has a 'serial'
mode of operation for multiplexing 16 interrupt lines.
@@ -29,6 +32,7 @@
(EOI) is delayed accordingly.
2005-12-01 Till Straumann <strauman@slac.stanford.edu>
+
* shared/vectors/vectors.h, shared/vectors/vectors.S,
shared/vectors/vectors_init.c: Reduced size of default
prologue (some exceptions, e.g., altivec unavail.) are only
@@ -37,11 +41,13 @@
on certain 603e variants when incurring a TLB miss).
2005-11-29 Till Straumann <strauman@slac.stanford.edu>
+
* shared/irq/irq_asm.S, shared/vectors/vectors.S: Clear
CR[6] before invoking high-level handler to make sure no
varargs fn callee assumes there are FP arguments.
2005-11-29 Till Straumann <strauman@slac.stanford.edu>
+
* shared/irq/irq.c: Fixed incorrect removal of first shared
interrupt in chain.