summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-162-4/+4
| | | | | | | | | | | | | | | | | This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=`echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' ` bsp=`echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' ` g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-0/+2
| | | | Update #2271.
* sparc64: fix copyright notices.Gedare Bloom2015-02-236-20/+10
| | | | | The sparc64 port had some incorrect copyright notices affixed to source code files.
* sparc64: put each copyright on one lineGedare Bloom2014-12-085-20/+12
|
* Update bug report URLSebastian Huber2014-12-053-3/+3
|
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-232-8/+8
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* sparc64: use null in empty argument listGedare Bloom2014-10-131-1/+1
|
* sparc64: make local functions static in conscfgGedare Bloom2014-10-131-5/+5
|
* sparc64: fix warnings for ofw function callsGedare Bloom2014-10-132-2/+3
|
* sparc64: remove sparc64_install_isr_entries and its callers.Gedare Bloom2014-10-134-45/+2
| | | | | sparc64_install_isr_entries function is no longer used. Removing it also allows to use the default bsppredriverhook for usiii and bspstart for niagara.
* sparc64/shared/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-2/+2
|
* sparc64/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-15/+6
| | | | warning and clean up
* sparc64/shared/clock/ckinit.c: Clean up formattingJoel Sherrill2014-10-091-14/+15
|
* Regenerate all preinstall.am files.Chris Johns2014-08-292-12/+12
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* 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.