summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
| | | | | Apparently, at some point automake output changed and these were not updated.
* niagara/Makefile.am: Fix rule for start.oJoel Sherrill2014-04-221-1/+1
|
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-221-1/+3
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* sparc64/niagara: add bsp_fatal_handler to terminate executionGedare Bloom2014-04-125-2/+351
| | | | Terminates the execution of niagara BSP when running in gem5.
* usiii/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-17/+0
|
* niagara/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-17/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2115-15/+15
|
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-041-1/+16
|
* libbsp tm27.h: Add Doxygen file header to all tm27.hCynthia Rempel2014-01-092-4/+12
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-083-327/+0
| | | | | | | | | 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.
* sparc64: revert linkcmds to 4 MB ram sizeGedare Bloom2013-02-111-2/+2
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-2/+2
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-152-0/+2
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* score: Work area initialization API changeSebastian Huber2012-10-253-93/+2
| | | | | | | | | | | | The work areas (RTEMS work space and C program heap) will be initialized now in a separate step and are no longer part of rtems_initialize_data_structures(). Initialization is performed with tables of Heap_Area entries. This allows usage of scattered memory areas present on various small scale micro-controllers. The sbrk() support API changes also. The bsp_sbrk_init() must now deal with a minimum size for the first memory chunk to take the configured work space size into account.
* Use proper 3 line form of license textJoel Sherrill2012-10-111-2/+3
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-062-67/+0
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
* Require automake-1.12.2.Ralf Corsépius2012-07-193-3/+3
|
* Require autoconf-2.69.Ralf Corsépius2012-07-193-3/+3
|
* Add bspopts.h.in.Ralf Corsépius2012-05-242-0/+67
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-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.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1137-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.
* Miscellaneous - Clean up file headers so patterns followedJoel Sherrill2012-05-111-15/+15
| | | | XXX
* Revert: Remove CVS IdsJoel Sherrill2012-05-076-0/+18
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-046-18/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-015-32/+0
|
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-123-32/+19
| | | | | | PR bsps/1989 * shared/start/start.S, shared/startup/linkcmds: Boot stack and heap space improvements.
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-122-4/+13
| | | | | PR bsps/1988 * shared/start/start.S: Add _init and _fini to .init and .fini sections
* 2011-12-12 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-12-122-6/+10
| | | | | | PR bsps/1988 * shared/startup/linkcmds: Relocate .init and .fini sections closer to .text.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-54/+52
| | | | * shared/console/conscfg.c: Whitespace and style fixes.
* 2011-11-06 Gedare Bloom <gedare@rtems.org>Gedare Bloom2011-11-062-1/+5
| | | | * shared/console/conscfg.c: Give console port a name.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-182-6/+8
| | | | | | PR 1917/bsps * shared/console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-184-2/+18
| | | | | | PR 1917/bsps * Makefile.am: Modifications to add dynamic tables for libchip serial drivers.
* 2011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2011-10-065-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-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2011-10-062-0/+26
| | | | | PR 1919/bsp * shared/startup/bsppredriverhook.c: New file.
* 2011-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2011-10-062-2/+7
| | | | | PR 1919/bsp * Makefile.am: Change install ISR callout to bsppredriverhook.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-202-2/+4
| | | | * Makefile.am: Remove superfluous EXTRA_DIST.
* 2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-204-4/+8
| | | | * Makefile.am: Don't reference non-existing files.
* 2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-232-9/+7
| | | | | * make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Replace -gstabs with -g.
* 2011-03-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-232-8/+8
| | | | | * make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Replace -gstabs with -g.
* 2011-03-23 Gedare Bloom <giddyup44@yahoo.com>Ralf Corsepius2011-03-232-1/+6
| | | | | PR 1769/bsps * make/custom/niagara.cfg (CFLAGS_OPTIMIZE_V): Add -O2
* 2011-03-23 Gedare Bloom <giddyup44@yahoo.com>Ralf Corsepius2011-03-232-1/+6
| | | | | PR 1769/bsps * make/custom/usiii.cfg (CFLAGS_OPTIMIZE_V): Add -O2
* 2011-03-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-03-212-1/+6
| | | | | PR 1770/bsps * shared/console/conscfg.c: Rely on default device file registration.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-114-2/+12
| | | | | * include/bsp.h: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-026-6/+18
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-11-16 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-162-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-15 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-164-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-15 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-162-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-26 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-08-262-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-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-0/+5
| | | | * shared/startup/linkcmds: Add .gcc_except_table*.
* 2010-07-27 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-272-0/+16
| | | | | PR 1634/bsps * shared/console/conscfg.c: Add BSP_poll_char.