summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64 (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-24Add bspopts.h.in.Ralf Corsépius2-0/+67
2012-05-11Remove CVS Id Strings (manual edits after script)Joel Sherrill1-4/+0
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill37-85/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-11Miscellaneous - Clean up file headers so patterns followedJoel Sherrill1-15/+15
XXX
2012-05-07Revert: Remove CVS IdsJoel Sherrill6-0/+18
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius6-18/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill5-32/+0
2011-12-122011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom3-32/+19
PR bsps/1989 * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
2011-12-122011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2-4/+13
PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
2011-12-122011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2-6/+10
PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
2011-11-062011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2-54/+52
* shared/console/conscfg.c: Whitespace and style fixes.
2011-11-062011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2-1/+5
* shared/console/conscfg.c: Give console port a name.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-6/+8
PR 1917/bsps * shared/console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett4-2/+18
PR 1917/bsps * Makefile.am: Modifications to add dynamic tables for libchip serial drivers.
2011-10-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill5-12/+51
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-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-0/+26
PR 1919/bsp * shared/startup/bsppredriverhook.c: New file.
2011-10-062011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-2/+7
PR 1919/bsp * Makefile.am: Change install ISR callout to bsppredriverhook.
2011-06-202011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* Makefile.am: Remove superfluous EXTRA_DIST.
2011-06-202011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-4/+8
* Makefile.am: Don't reference non-existing files.
2011-03-232011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-9/+7
* make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Replace -gstabs with -g.
2011-03-232011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-8/+8
* make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Replace -gstabs with -g.
2011-03-232011-03-23 Gedare Bloom <giddyup44@yahoo.com>Ralf Corsepius2-1/+6
PR 1769/bsps * make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2
2011-03-232011-03-23 Gedare Bloom <giddyup44@yahoo.com>Ralf Corsepius2-1/+6
PR 1769/bsps * make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Add -O2
2011-03-212011-03-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
PR 1770/bsps * shared/console/conscfg.c: Rely on default device file registration.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-2/+12
* include/bsp.h: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-6/+18
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-11-162010-11-16 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-2/+14
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-162010-11-15 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill4-183/+139
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-11-162010-11-15 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-6/+17
PR 1691/bsps * usiii/start/bspinit.S: Create a dummy trap table that jumps to the firmware trap table for default trap handlers.
2010-08-262010-08-26 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-1/+8
PR 1691/bsps * shared/include/traptable.h: Double the size of TABLE_SIZE to copy code branched to from the trap table.
2010-08-032010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-0/+5
* shared/startup/linkcmds: Add .gcc_except_table*.
2010-07-272010-07-27 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2-0/+16
PR 1634/bsps * shared/console/conscfg.c: Add BSP_poll_char.
2010-06-282010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-8/+5
PR 1591/bsps * preinstall.am: Regenerate.
2010-06-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+12
* .cvsignore: New file.
2010-06-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-0/+32
* .cvsignore, include/.cvsignore: New files.
2010-06-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill54-0/+5965
* 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-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill10-0/+678
* 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-172010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill10-0/+502
* 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.