summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-6/+15
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-282009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* shared/start.S: Fix comment.
2009-08-282009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-2/+10
* configure.ac: Fix typo.
2009-08-282009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-5/+10
* console/console.c: Spacing.
2009-08-192009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+4
* console/console.c: Fix warning.
2009-08-192009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-31/+4
* startup/ithread.S: Removed. Now bspidle.S.
2009-08-192009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill7-43/+68
* Makefile.am, console/console.c, console/debugputs.c, include/bsp.h, startup/setvec.c: Split idle method into its own file. Properly note to confdefs.h that this BSP has its own idle thread. Also address use of maximum termios constant in debug IO. * startup/bspidle.S: New file.
2009-08-192009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill5-23/+53
* Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into its own file. Properly note to confdefs.h that this BSP has its own idle thread. * startup/bspidle.c: New file.
2009-08-192009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill5-19/+45
* Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into its own file. Properly note to confdefs.h that this BSP has its own idle thread. * startup/bspidle.c: New file.
2009-07-202009-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-2/+16
* cchip/cchip.c, include/cchip.h, include/rasta.h, pci/pci.c: Add CVS Ids.
2009-07-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-3/+24
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
2009-05-082009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+10
* shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
2009-05-042009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-5/+4
* shared/start.S: Checked and OK.
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2-3/+10
* shared/start/start.S: Update for boot_card command line change.
2009-03-252009-03-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-0/+12
* startup/linkcmds: Start of RTEMS Work Area must be on 16 byte boundary on the SPARC.
2009-03-092009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>Joel Sherrill6-3/+18
PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
2009-03-022009-03-02 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill6-32/+87
PR 1390/bsps * startup/linkcmds: Fix sections so C++ global constructors and destructors work with late model (>= 4.3) gcc versions.
2009-02-272009-02-27 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2-1/+7
PR 1386/bsps * shared/start.S: Stack space not correctly initialized. Causes failures on unoptimized applications.
2009-02-122009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+6
* startup/setvec.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
2008-12-182008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+3
* libchip/serial/ns16550_p.h: Remove prototype with no implementation.
2008-12-042008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-3/+15
* bsp_specs: Remove -e start from %link.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+10
* shared/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill12-333/+21
* Makefile.am, preinstall.am: * include/coverhd.h: Removed.
2008-09-302008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius9-8/+22
* clock/ckinit.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-35/+27
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-47/+83
* Makefile.am: Eliminate *_SOURCES.
2008-09-292008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius6-3/+21
* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
2008-09-262008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* runtest.in: Use target_alias instead of hard-coded target.
2008-09-262008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius9-0/+48
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-3/+21
* configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-36/+4
* shared/bspclean.c: Removed.
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-3/+21
* Makefile.am: bsp_cleanup() had the same code which was executed when you returned from boot_card() to start.S. So just use the stub bsp_cleanup() implementation and remove a file.
2008-09-182008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-13/+5
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+5
* startup/linkcmds: Add start symbol to eliminate warning.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+7
* startup/linkcmds: Work Area should start on 16 byte boundary.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+5
* shared/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h.
2008-09-152008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-23/+45
* shared/bspstart.c: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. * shared/bspgetworkarea.c: New file.
2008-09-152008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-3/+14
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization.
2008-09-152008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-34/+7
* Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into its own file and use BSP Framework to perform more initialization.
2008-09-102008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-12/+18
* include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
2008-09-082008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* runtest.in: Work on .exe and .ralf files.
2008-09-082008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+14
* runtest.in: Update to support .exe or .ralf extension.
2008-09-052008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* timer/timer.c: Convert to "bool".
2008-09-05Convert to "bool".Ralf Corsepius5-26/+26
2008-09-052008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+8
* console/console.c, timer/timer.c: Convert to "bool".
2008-09-032008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill6-9/+21
* timer/timer.c: Convert using "bool".
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-42/+42
* timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-30/+45
* timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-08-18Remove bogus local declaration.Ralf Corsepius1-2/+0
2008-08-182008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* shared/bspstart.c: Remove bogus local declaration.