summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc64/ChangeLog
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
committerGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
commitfad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 (patch)
tree53b406924f5c554a437e114f343988de699e5b99 /c/src/lib/libcpu/sparc64/ChangeLog
parentlibchip: Fix prototypes (diff)
downloadrtems-fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65.tar.bz2
RTEMS: Delete ChangeLog files.
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
Diffstat (limited to 'c/src/lib/libcpu/sparc64/ChangeLog')
-rw-r--r--c/src/lib/libcpu/sparc64/ChangeLog97
1 files changed, 0 insertions, 97 deletions
diff --git a/c/src/lib/libcpu/sparc64/ChangeLog b/c/src/lib/libcpu/sparc64/ChangeLog
deleted file mode 100644
index 6cf73a11d7..0000000000
--- a/c/src/lib/libcpu/sparc64/ChangeLog
+++ /dev/null
@@ -1,97 +0,0 @@
-2011-11-06 Gedare Bloom <gedare@rtems.org>
-
- * ChangeLog: Fix ChangeLog with name and email address
-
-2011-11-06 Gedare Bloom <gedare@rtems.org>
-
- * shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * shared/cache/cache.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-08-25 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1688/libcpu
- * shared/score/interrupt.S: Fix bug in the sun4u _ISR_Dispatch code
- that ends up cloberring the global registers. It manifests primarily
- as a memory alignment error when the globals are used to read to/from
- memory.
-
-2010-08-20 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1681/cpukit
- * shared/score/interrupt.S: With the percpu patch, ASM uses
- INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
- sparc64 was still using the old variable, which was declared in its
- cpu.h file. This patch to comment out the declaration and switch to
- using INTERRUPT_STACK_HIGH.
-
-2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1573/cpukit
- * shared/score/interrupt.S: Add a per cpu data structure which contains
- the information required by RTEMS for each CPU core. This
- encapsulates information such as thread executing, heir, idle and
- dispatch needed.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, ChangeLog, Makefile.am, configure.ac, preinstall.am,
- shared/cache/cache.c, shared/cache/cache_.h,
- shared/interrupts/installisrentries.c, shared/score/cpu.c,
- shared/score/interrupt.S, shared/syscall/sparc64-syscall.S,
- shared/syscall/sparc64-syscall.h: New files.
-
-2010-05-13 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4u/syscall/sparc-syscall.S: disable/enable interrupts directly.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * shared/score/cpu.c, Makefile.am: Moved cpu.c from sun4v/score
- * configure.ac: m5sim is no longer part of shared. sun4u option added.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4u/: New model specific subdir.
- * sun4u/score/, sun4u/syscall/: Copied from sun4v.
-
-2010-05-03 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * m5sim/syscall/sparc-syscall.h, m5sim/syscall/sparc-syscall.S:
- Renamed files from syscall.h and syscall.S
-
-2010-05-03 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4v/syscall/syscall.S: Explicitly enable IE bit when using
- SYS_irqset.
- * m5sim/score/cpu.c: install raw handler and isr get level are nops
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * m5sim/score m5sim/syscall: new subdirs
- * m5sim/syscall/syscall.h m5sim/syscall/syscall.S: New files.
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4v/score/cpu_asm.S: Remove context switch code.
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * shared/, shared/cache, shared/interrupts: Moved cache and
- interrupts into shared folder.
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4v, sun4v/score/cpu_asm.S, sun4v/score/cpu.c: Copied from
- score/cpu/sparc64
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * ChangeLog: New file.