summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-2/+12
| | | | * timer/timer.c: Update timer overhead for start/stop.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-1/+5
| | | | * runtest.in: Change toolname to match 4.8.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-163-102/+18
| | | | | | | | | | * shared/bspstart.c, shared/start.S: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-163-352/+72
| | | | | | | | | | * clock/ckinit.c, startup/bspstart.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-162-224/+46
| | | | | | | | | * clock/ckinit.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-163-218/+61
| | | | | | | | | | * clock/ckinit.c, console/console.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-156-3/+18
| | | | | * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-176-3/+15
| | | | * Makefile.am: Remove superfluous -DASM.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-178-8/+24
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-176-6/+18
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-07-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-162-0/+8
| | | | * preinstall.am: Install spacewire.h
* 2006-07-13 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-145-35/+90
| | | | | | * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c fixed up merge from 4.6.6. Correct references to LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
* 2006-07-12 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-125-34/+25
| | | | | | * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search for the Timer Register when initializing the amba rather than before each potential use.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-124-46/+204
| | | | | * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes. * include/spacewire.h: New file.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-127-0/+337
| | | | | | * Makefile.am: Merge SHM support from 4.6 branch. * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: New files.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-112-0/+6
| | | | * clock/ckinit.c: Actually call the routine to find the LEON3 time.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-113-0/+78
| | | | | * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files. Missed adding in previous commit of merge.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-113-21/+45
| | | | | * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is initialized for the timer driver.
* 2006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-115-6/+52
| | | | | | * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h, include/bsp.h: Merge SPARC updates from 4.6 branch. Original modifications by Gaisler Enterprises.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-256-0/+54
| | | | * startup/linkcmds: Add .rela.dyn sections.
* 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-222-1/+5
| | | | | PR 1100/bsps * console/debugputs.c: Remove redundant return.
* 2006-04-12 Konrad Eisele <konrad@gaisler.com>Joel Sherrill2006-04-122-0/+6
| | | | * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
* Remove eof include fileRalf Corsepius2006-03-177-7/+0
|
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-086-3/+15
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-2/+6
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-084-4/+12
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* Regenerate.Ralf Corsepius2006-01-143-3/+3
|
* Regenerate.Ralf Corsepius2006-01-123-0/+12
|
* Remove all-local:.Ralf Corsepius2006-01-123-6/+0
|
* Regenerate.Ralf Corsepius2006-01-123-3/+3
|
* Cleanup.Ralf Corsepius2006-01-123-6/+0
|
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-116-12/+15
| | | | | * configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
* 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-109-151/+33
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* 2006-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-102-0/+5
| | | | * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
* 2006-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-102-9/+14
| | | | | * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop works.
* New.Ralf Corsepius2006-01-103-0/+178
|
* 2006-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-102-0/+11
| | | | * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
* Regenerate.Ralf Corsepius2006-01-091-2/+0
|
* Remove. Sync with rtems-4-6-branch.Ralf Corsepius2006-01-0928-3531/+0
|
* Backport from rtems-4-6-branchRalf Corsepius2006-01-091-7/+58
|
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-091-0/+4
| | | | * shared/start.S: Backport from rtems-4-6-branch.
* Cosmetics.Ralf Corsepius2006-01-091-7/+7
|
* Regenerate.Ralf Corsepius2006-01-091-0/+4
|
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-091-0/+10
| | | | | | | | | | | * leon_smc91111/leon_smc91111.c, README, timer/timer.c, startup/ithread.S, startup/setvec.c, startup/spurious.c, startup/linkcmds, startup/bspstart.c, console/console.c, console/debugputs.c, console/consolereserveresources.c, bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h, include/tm27.h, include/leon.h, include/bsp.h, include/amba.h, Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c clock/ckinit.c: Backport from rtems-4-6-branch.
* Backport from rtems-4-6-branch.Ralf Corsepius2006-01-0926-0/+2968
|
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-091-0/+9
| | | | | | | | | | * leon_smc91111/leon_smc91111.c, README, timer/timer.c, startup/setvec.c, startup/spurious.c, startup/linkcmds, console/console.c, console/debugputs.c, console/consolereserveresources.c, bsp_specs, gnatsupp/gnatsupp.c, include/coverhd.h, include/tm27.h, include/leon.h, include/bsp.h, Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c, clock/ckinit.c: Backport from rtems-4-6-branch.
* Backport from rtems-4-6-branch.Ralf Corsepius2006-01-0930-0/+3428
|
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-092-0/+8
| | | | | * Makefile.am, runtest.in, configure.ac: Backport from rtems-4-6-branch.
* 2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-163-23/+71
| | | | | | * Makefile.am: Merge-in shared/Makefile.am. * ChangeLog: Merge-in shared/ChangeLog. * configure.ac: Remove shared/Makefile.am.
* Remove.Ralf Corsepius2005-10-163-58/+0
|