summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2-0/+5
* aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2-0/+10
* TOOL_TARGETS: New port to Altera NIOS II.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill7-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-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill29-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.
2006-08-07added startup/linkcmds.brs5lThomas Doerfler2-0/+308
2006-08-01Add bsp_setbenv system call.Eric Norum2-1/+6
2006-07-162006-07-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+8
* preinstall.am: Install spacewire.h
2006-07-142006-07-13 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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-14added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler2-0/+48
2006-07-13Fix whitespace.Joel Sherrill1-1/+1
2006-07-13 * shared/pci/pcibios.c: let pci_find_device() returnTill Straumann2-1/+7
-1 on failure, not just non-zero status. I found that some driver(s) [e.g. dec21140] explicitely check for -1.
2006-07-13 * mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c, shared/src/cache.c:Till Straumann4-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.
2006-07-12 * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2-2/+7
(gcc-4.1.1 warns that uint32_t and unsigned int are different).
2006-07-12 * shared/startup/probeMemEnd.c: added paranoia to inlineTill Straumann2-8/+18
assembly code; added 'memory' clobbers and made sure any registers modified by the 'asm' appear in the output operands.
2006-07-12 * shared/startup/panic.c: Fixed compiler warnings.Till Straumann2-1/+6
2006-07-122006-07-12 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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-122006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
* libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
2006-07-122006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-46/+204
* Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes. * include/spacewire.h: New file.
2006-07-122006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* clock/ckinit.c: Actually call the routine to find the LEON3 time.
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+78
* leon_greth/.cvsignore, leon_greth/leon_greth.c: New files. Missed adding in previous commit of merge.
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-21/+45
* clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is initialized for the timer driver.
2006-07-112006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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-112006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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-07-11Regenerate.Ralf Corsepius1-0/+8
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler15-362/+991
2006-06-292006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+6
* Makefile.am: Add ampolish3.
2006-06-292006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+284
* ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-58/+59
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add .rela.dyn sections.
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-26/+44
* startup/linkcmds: Add .rela.dyn sections.
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+59
* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add .rela.dyn sections.
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-39/+59
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add .rela.dyn sections.
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-0/+54
* startup/linkcmds: Add .rela.dyn sections.
2006-06-242006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* configure.ac:
2006-06-232006-06-23 Worth Burruss <worth@motioncontrol.org>Joel Sherrill7-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-222006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
PR 1100/bsps * console/debugputs.c: Remove redundant return.
2006-06-21Fix formatting.Joel Sherrill2-2/+2
2006-06-19 Indicate that it's ok to use decoupled cycles to accessTill Straumann2-2/+10
on-board memory from VME.
2006-06-19 Added address-modifier codes for BLT/MBLT.Till Straumann2-8/+37
2006-06-19 re-checked synchronization requirements when manipulatingTill Straumann2-4/+16
the caches against the book and updated 'dssall', 'sync' and 'isync's accordingly.
2006-06-19 Added altivec exception. Unfortunately, this doesn't fitTill Straumann3-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).
2006-06-19 Only set/access the _BSP_vme_bridge_irq variable on BSPs thatTill Straumann2-0/+8
define BSP_PCI_VME_DRIVER_DOES_EOI and BSP_PIC_DO_EOI.
2006-06-19 filter exception vector for altivec and remap 0xf20 toTill Straumann2-2/+15
assigned vector number alias.
2006-06-19 fixed compiler warnings (bspIo.h inclusion, cast of numberTill Straumann2-3/+10
constants to pointers). Enable L1 cache on mvme2100.
2006-06-19 FP context switch may be called from environment with noTill Straumann2-2/+35
FPU available (ISR, int-only task) - switch FPU on for the switch and restore MSR_FP after it's done.
2006-06-19 Never allow the FPU to be switched on for integer-only tasksTill Straumann2-11/+16
(new gcc may use FP regs implicitely).
2006-06-19 Never allow the FPU to be switched on for integer-only tasksTill Straumann2-21/+5
(new gcc may use FP regs implicitely).
2006-06-182006-06-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+8
* README:
2006-06-08B.Robinson MIPS patchGreg Menke4-12/+44
2006-06-032006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2-7/+5
* shared/irq/irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.