summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-15 22:43:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-15 22:43:56 +0000
commitc86da31cb91c57efca2d37c2e9c2bbb1bdfd27b2 (patch)
tree690e63ba934ee87a270f2396d9ae3d527c23a7d5 /cpukit/score/cpu/sparc64/ChangeLog
parent2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c86da31cb91c57efca2d37c2e9c2bbb1bdfd27b2.tar.bz2
2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1561/cpukit * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S, cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h, rtems/score/sparc64.h, rtems/score/types.h: New files.
Diffstat (limited to 'cpukit/score/cpu/sparc64/ChangeLog')
-rw-r--r--cpukit/score/cpu/sparc64/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc64/ChangeLog b/cpukit/score/cpu/sparc64/ChangeLog
new file mode 100644
index 0000000000..169e2da61d
--- /dev/null
+++ b/cpukit/score/cpu/sparc64/ChangeLog
@@ -0,0 +1,31 @@
+2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1561/cpukit
+ * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S,
+ cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h,
+ rtems/score/sparc64.h, rtems/score/types.h: New files.
+
+2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
+
+ * README: Explain separation of score between here and libcpu.
+
+2010-05-03 Gedare Bloom <gedare@gwmail.gwu.edu>
+
+ * rtems/score/cpu.h, context.S, cpu.c: Remove privileged
+ registers from context.
+
+2010-05-03 Gedare Bloom <gedare@gwmail.gwu.edu>
+
+ * cpu.c: Remove interrupt handling code. Moved to libcpu.
+
+2010-05-03 Gedare Bloom <gedare@gwmail.gwu.edu>
+
+ * context.S: renamed cpu_asm.S to context.S
+
+2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
+
+ * cpu_asm.S: Remove interrupt handling code. Moved to libcpu.
+
+2009-10-19 Eugen Leontie <eugen@gwu.edu>
+
+ Added sparc64 architecture