summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-092-0/+5
| | | | * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-092-0/+10
| | | | * TOOL_TARGETS: New port to Altera NIOS II.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-097-0/+221
| | | | | | * nios2/Makefile.am, nios2/configure.ac, nios2/preinstall.am, nios2/shared/cache/cache.c, nios2/shared/cache/cache_.h, nios2/shared/misc/memcpy.c: New files.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-0929-0/+4136
| | | | | | | | | | | | | | | * ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, nios2_iss/ChangeLog, nios2_iss/Makefile.am, nios2_iss/bsp_specs, nios2_iss/configure.ac, nios2_iss/nios2_iss.ptf, nios2_iss/nios2_iss.sh, nios2_iss/times, nios2_iss/console/console.c, nios2_iss/include/bsp.h, nios2_iss/include/bspopts.h.in, nios2_iss/include/coverhd.h, nios2_iss/include/tm27.h, nios2_iss/shmsupp/addrconv.c, nios2_iss/shmsupp/getcfg.c, nios2_iss/shmsupp/lock.c, nios2_iss/shmsupp/mpisr.c, nios2_iss/start/crtnn.s, nios2_iss/start/start.S, nios2_iss/startup/bspclean.c, nios2_iss/startup/bspstart.c, nios2_iss/startup/linkcmds, nios2_iss/startup/main.c, nios2_iss/startup/setvec.c, nios2_iss/timer/timer.c: New files.
* added startup/linkcmds.brs5lThomas Doerfler2006-08-072-0/+308
|
* Add bsp_setbenv system call.Eric Norum2006-08-012-1/+6
|
* 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].
* added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler2006-07-142-0/+48
|
* Fix whitespace.Joel Sherrill2006-07-131-1/+1
|
* * shared/pci/pcibios.c: let pci_find_device() returnTill Straumann2006-07-132-1/+7
| | | | | -1 on failure, not just non-zero status. I found that some driver(s) [e.g. dec21140] explicitely check for -1.
* * mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c, shared/src/cache.c:Till Straumann2006-07-134-30/+43
| | | | | | Checked inline assembly code; added 'm' operands and paranoia 'memory' clobbers. Also, made sure that no pure input operands are modified by the asm.
* * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2006-07-122-2/+7
| | | | (gcc-4.1.1 warns that uint32_t and unsigned int are different).
* * shared/startup/probeMemEnd.c: added paranoia to inlineTill Straumann2006-07-122-8/+18
| | | | | | assembly code; added 'memory' clobbers and made sure any registers modified by the 'asm' appear in the output operands.
* * shared/startup/panic.c: Fixed compiler warnings.Till Straumann2006-07-122-1/+6
|
* 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-122-0/+7
| | | | * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
* 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-0/+794
| | | | | | * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from 4.6 branch. Original modifications by Gaisler Enterprises. * libchip/network/greth.c, libchip/network/greth.h: New files.
* 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.
* Regenerate.Ralf Corsepius2006-07-111-0/+8
|
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-0915-362/+991
|
* 2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-292-0/+6
| | | | * Makefile.am: Add ampolish3.
* 2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-293-2/+284
| | | | | * ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-254-58/+59
| | | | | * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add .rela.dyn sections.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-254-26/+44
| | | | * startup/linkcmds: Add .rela.dyn sections.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-254-0/+59
| | | | | * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add .rela.dyn sections.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-254-39/+59
| | | | | * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add .rela.dyn sections.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-256-0/+54
| | | | * startup/linkcmds: Add .rela.dyn sections.
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-242-0/+6
| | | | * configure.ac:
* 2006-06-23 Worth Burruss <worth@motioncontrol.org>Joel Sherrill2006-06-237-38/+101
| | | | | | | | | | | | | | | | * Makefile.am, README, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235 eval boards to either load and run from ram using the dBug moniter as the boot deviced (Board setup as shipped from the factory), or it allows the user to Boot his code from flash he loads onto the eval board. The code changes between the two are based on the selected linker script using a variable in the script. The options to the linker are used to override the default linker script and select which options to configure at boot either from flash, or from ram: -qnolinkcmds -T linkcmdsflash If no options are given the standard linker sript assumes dBug was used to set up the board and the user is going to load his program to RAM.
* 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-222-1/+5
| | | | | PR 1100/bsps * console/debugputs.c: Remove redundant return.
* Fix formatting.Joel Sherrill2006-06-212-2/+2
|
* Indicate that it's ok to use decoupled cycles to accessTill Straumann2006-06-192-2/+10
| | | | on-board memory from VME.
* Added address-modifier codes for BLT/MBLT.Till Straumann2006-06-192-8/+37
|
* re-checked synchronization requirements when manipulatingTill Straumann2006-06-192-4/+16
| | | | | the caches against the book and updated 'dssall', 'sync' and 'isync's accordingly.
* Added altivec exception. Unfortunately, this doesn't fitTill Straumann2006-06-193-36/+78
| | | | | | the normal scheme of vector = exception # << 8. So we picked an unused vector number (currently 0xa) where we map the special vector 0xf20 (altivec).
* Only set/access the _BSP_vme_bridge_irq variable on BSPs thatTill Straumann2006-06-192-0/+8
| | | | define BSP_PCI_VME_DRIVER_DOES_EOI and BSP_PIC_DO_EOI.
* filter exception vector for altivec and remap 0xf20 toTill Straumann2006-06-192-2/+15
| | | | assigned vector number alias.
* fixed compiler warnings (bspIo.h inclusion, cast of numberTill Straumann2006-06-192-3/+10
| | | | constants to pointers). Enable L1 cache on mvme2100.
* FP context switch may be called from environment with noTill Straumann2006-06-192-2/+35
| | | | | FPU available (ISR, int-only task) - switch FPU on for the switch and restore MSR_FP after it's done.
* Never allow the FPU to be switched on for integer-only tasksTill Straumann2006-06-192-11/+16
| | | | (new gcc may use FP regs implicitely).
* Never allow the FPU to be switched on for integer-only tasksTill Straumann2006-06-192-21/+5
| | | | (new gcc may use FP regs implicitely).
* 2006-06-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-182-1/+8
| | | | * README:
* B.Robinson MIPS patchGreg Menke2006-06-084-12/+44
|
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-032-7/+5
| | | | | * shared/irq/irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.