summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64
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/libbsp/sparc64
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/libbsp/sparc64')
-rw-r--r--c/src/lib/libbsp/sparc64/ChangeLog181
-rw-r--r--c/src/lib/libbsp/sparc64/niagara/ChangeLog67
-rw-r--r--c/src/lib/libbsp/sparc64/usiii/ChangeLog79
3 files changed, 0 insertions, 327 deletions
diff --git a/c/src/lib/libbsp/sparc64/ChangeLog b/c/src/lib/libbsp/sparc64/ChangeLog
deleted file mode 100644
index ff7ecc7ce2..0000000000
--- a/c/src/lib/libbsp/sparc64/ChangeLog
+++ /dev/null
@@ -1,181 +0,0 @@
-2011-12-12 Gedare Bloom <gedare@rtems.org>
-
- PR bsps/1989
- * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap
- space improvements.
-
-2011-12-12 Gedare Bloom <gedare@rtems.org>
-
- PR bsps/1988
- * shared/start/start.S: Add _init and _fini to .init and .fini sections
-
-2011-12-12 Gedare Bloom <gedare@rtems.org>
-
- PR bsps/1988
- * shared/startup/linkcmds: Relocate .init and .fini sections closer to
- .text.
-
-2011-11-06 Gedare Bloom <gedare@rtems.org>
-
- * shared/console/conscfg.c: Whitespace and style fixes.
-
-2011-11-06 Gedare Bloom <gedare@rtems.org>
-
- * shared/console/conscfg.c: Give console port a name.
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * shared/console/conscfg.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1920/bsp
- * shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
- shared/start/start.S, shared/startup/bspgetworkarea.c,
- shared/startup/linkcmds: Fix BSP memory use to support more than 4 MB
- of RAM.
-
-2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1919/bsp
- * shared/startup/bsppredriverhook.c: New file.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove superfluous EXTRA_DIST.
-
-2011-03-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- PR 1770/bsps
- * shared/console/conscfg.c: Rely on default device file registration.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-11-16 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1691/bsps
- * shared/clock/ckinit.c: The sparc64/shared/clock driver has
- a bug that causes nested timer interrupts to not be serviced,
- which leads to non-preemptive behavior especially when dispatching
- work from the timer ISR.
-
-2010-11-15 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1691/bsps
- * shared/include/traptable.h, shared/start/trap_table.S,
- shared/startup/linkcmds: Create a dummy trap table
- that jumps to the firmware trap table for default trap handlers.
-
-2010-08-26 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1691/bsps
- * shared/include/traptable.h: Double the size of TABLE_SIZE to copy
- code branched to from the trap table.
-
-2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * shared/startup/linkcmds: Add .gcc_except_table*.
-
-2010-07-27 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1634/bsps
- * shared/console/conscfg.c: Add BSP_poll_char.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore: New file.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
- shared/clock/ckinit.c, shared/console/conscfg.c,
- shared/helenos/LICENSE, shared/helenos/README,
- shared/helenos/boot/genarch/balloc.c,
- shared/helenos/boot/genarch/ofw.c,
- shared/helenos/boot/genarch/ofw_tree.c,
- shared/helenos/boot/generic/string.c,
- shared/helenos/boot/include/align.h,
- shared/helenos/boot/include/balloc.h,
- shared/helenos/boot/include/gentypes.h,
- shared/helenos/boot/include/main.h,
- shared/helenos/boot/include/ofw.h,
- shared/helenos/boot/include/ofw_tree.h,
- shared/helenos/boot/include/ofwarch.h,
- shared/helenos/boot/include/register.h,
- shared/helenos/boot/include/stack.h,
- shared/helenos/boot/include/types.h,
- shared/helenos/boot/sparc64/loader/main.c,
- shared/helenos/boot/sparc64/loader/ofwarch.c,
- shared/helenos/boot/sparc64/loader/ofwasm.S,
- shared/helenos/kernel/genarch/include/ofw/ofw_tree.h,
- shared/helenos/kernel/generic/include/align.h,
- shared/helenos/kernel/sparc64/include/arch.h,
- shared/helenos/kernel/sparc64/include/boot.h,
- shared/helenos/kernel/sparc64/include/regdef.h,
- shared/helenos/kernel/sparc64/include/stack.h,
- shared/helenos/kernel/sparc64/include/mm/cache_spec.h,
- shared/helenos/kernel/sparc64/include/mm/frame.h,
- shared/helenos/kernel/sparc64/include/mm/mmu.h,
- shared/helenos/kernel/sparc64/include/mm/page.h,
- shared/helenos/kernel/sparc64/include/mm/tlb.h,
- shared/helenos/kernel/sparc64/include/mm/tte.h,
- shared/helenos/kernel/sparc64/include/mm/sun4u/frame.h,
- shared/helenos/kernel/sparc64/include/mm/sun4u/mmu.h,
- shared/helenos/kernel/sparc64/include/mm/sun4u/page.h,
- shared/helenos/kernel/sparc64/include/mm/sun4u/tlb.h,
- shared/helenos/kernel/sparc64/include/mm/sun4u/tte.h,
- shared/helenos/kernel/sparc64/include/sun4u/arch.h,
- shared/helenos/kernel/sparc64/src/cache.S,
- shared/helenos/kernel/sparc64/src/sun4u/takemmu.S,
- shared/include/asm.h, shared/include/traptable.h,
- shared/start/start.S, shared/start/trap_table.S,
- shared/startup/bspgetworkarea.c, shared/startup/bspstart.c,
- shared/startup/linkcmds, shared/startup/setvec.c: New files.
-
-2010-06-05 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4u/ usiii/: Moved sun4u to usiii.
-
-2010-05-13 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * shared/startup/linkcmds: Some alignment changes, added some sections.
- * helenos/loader/ofwasm.S: clear g4 register after calling ofw_cif.
-
-2010-05-12 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * helenos/: New subdir to encapsulate sources taken from HelenOS.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * shared/ofw/: Move sun4v/ofw to shared/ofw.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * shared/startup/ sun4v/startup: Move sun4v/startup to shared/startup.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * shared/start/start.S: cleaned up. should bootstrap any sparc64 target.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sun4u/: New BSP directory
- * shared/: Shared directory added
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * sparc64/sun4v/Makefile.am sparc64/m5sim/Makefile.am:
- Link to new libcpu directories and sources.
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * m5sim: new directory for BSP for M5 syscall emulator of UltraSparc T1
-
-2009-10-19 Eugen Leontie <eugen@gwu.edu>
-
- * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
-
diff --git a/c/src/lib/libbsp/sparc64/niagara/ChangeLog b/c/src/lib/libbsp/sparc64/niagara/ChangeLog
deleted file mode 100644
index 45fe8454f4..0000000000
--- a/c/src/lib/libbsp/sparc64/niagara/ChangeLog
+++ /dev/null
@@ -1,67 +0,0 @@
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am: Modifications to add dynamic tables for libchip serial
- drivers.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Don't reference non-existing files.
-
-2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V):
- Replace -gstabs with -g.
-
-2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1769/bsps
- * make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/bsp.h:
- 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-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1591/bsps
- * preinstall.am: Regenerate.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, include/.cvsignore: New files.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- preinstall.am, include/bsp.h, include/tm27.h,
- make/custom/niagara.cfg, start/bspinit.S: New files.
-
-2010-06-05 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * Makefile.am: Move console driver to ../shared directory.
-
-2010-05-15 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * Makefile.am: Update to new ../helenos directory layout.
-
-2010-05-13 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * start/bspinit.S: New file.
-
-2010-05-03 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * Makefile.am: Add shared-score.rel to libadd.
-
-2010-05-02 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * Makefile.am: Uses model specific libcpu/syscall
-
-2009-10-19 Eugen Leontie
-
- * ChangeLog: New file.
diff --git a/c/src/lib/libbsp/sparc64/usiii/ChangeLog b/c/src/lib/libbsp/sparc64/usiii/ChangeLog
deleted file mode 100644
index d2068e2c28..0000000000
--- a/c/src/lib/libbsp/sparc64/usiii/ChangeLog
+++ /dev/null
@@ -1,79 +0,0 @@
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am: Modifications to add dynamic tables for libchip serial
- drivers.
-
-2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1919/bsp
- * Makefile.am: Change install ISR callout to bsppredriverhook.
-
-2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Don't reference non-existing files.
-
-2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V):
- Replace -gstabs with -g.
-
-2011-03-23 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1769/bsps
- * make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Add -O2
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/bsp.h:
- 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-11-15 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1691/bsps
- * usiii/start/bspinit.S: Create a dummy trap table that jumps
- to the firmware trap table for default trap handlers.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, include/.cvsignore: New files.
-
-2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- preinstall.am, include/bsp.h, include/tm27.h, make/custom/usiii.cfg,
- start/bspinit.S: New files.
-
-2010-06-05 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * make/custom/usiii.cfg: Moved sun4u.cfg to usiii.cfg
-
-2010-06-05 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * README: New file.
-
-2010-06-05 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * Makefile.am: Use ../shared/console driver.
-
-2010-05-15 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * Makefile.am: update to new ../helenos directory layout
-
-2010-05-13 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * start/bspinit.S: New file.
- * start/bspinit.S: Call memcpy to copy OFW's trap table.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * configure.ac Makefile.am bsp_specs include/bsp.h make/custom/sun4u.cfg:
- New files. Copied from sun4v.cfg.
-
-2010-05-10 Gedare Bloom <gedare@gwmail.gwu.edu>
-
- * ChangeLog: New file.