summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-09-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-09-132-1/+6
| | | | | * sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC (Probably a cyrillic 'C' instead of an ASCI 'C').
* 2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-09-132-4/+5
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-47/+50
| | | | | * mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C style.
* *** empty log message ***Joel Sherrill2006-09-116-131/+141
|
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-1/+5
| | | | * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-4/+9
| | | | | * include/mpc5200.h, network_5200/network.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-3/+7
| | | | * startup/bspstart.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-117-595/+578
| | | | | | * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, startup/bspclean.c, startup/start_c.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-9/+14
| | | | | * console/console.c, startup/init5235.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-8/+12
| | | | * startup/init5282.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-65/+20
| | | | | * console/fb_vga.c, console/kd.h: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-1/+5
| | | | * include/arm_mode_bits.h: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-118-975/+1045
| | | | | | | | | | * at91rm9200/include/at91rm9200.h, at91rm9200/include/at91rm9200_dbgu.h, at91rm9200/include/at91rm9200_emac.h, at91rm9200/include/at91rm9200_gpio.h, at91rm9200/include/at91rm9200_mem.h, at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h: Convert C++ style comments to C style.
* Remove extra CRLF.Chris Johns2006-09-117-2/+25
|
* Remove extra CRLF.Chris Johns2006-09-111-0/+5
|
* Remove extra CRLF.Chris Johns2006-09-119-2911/+2911
|
* * startup/bspstart.c, start/start.S: Since the crudeTill Straumann2006-09-043-20/+88
| | | | | | | | | memory autodetection code can easily fail (boards with 'reserved' regions - I experienced a hard lockup on a dell precision 490 when writing past the bios-reported memory size) I added code that a) tries to save and use multiboot info, if present b) allows applications to override/set memory size via a weak alias.
* * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*)Till Straumann2006-09-042-0/+7
|
* 2006-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-045-5/+25
| | | | | | * libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c, libchip/network/sonic.c: Fix error introduced by warning removal.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-014-3/+9
| | | | | | * libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c: Remove warnings and correct prototype added earlier today.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-016-7/+19
| | | | | | | * libchip/network/cs8900.c, libchip/network/greth.c, libchip/network/i82586.c, libchip/network/open_eth.c, libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly sized integers, and inttypes.h printf helpers.
* 2006-08-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-234-20/+10
| | | | | * startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
* 2006-08-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-224-0/+28
| | | | * startup/bspstart.c: Add basic _BSP_Fatal_error.
* * shared/vme/vmeconfig.c: open outbound windowTill Straumann2006-08-222-1/+17
| | | | to VME CSR space if the BSP defines _VME_CSR_ON_PCI
* 2006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-156-8/+138
| | | | | | * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.pm520: Add support for missing .rela sections. Install linkcmds.
* added vectors.h to bsp.hThomas Doerfler2006-08-133-23/+45
| | | | fixed bug in mscan
* * shared/irq/openpic_i8259_irq.c: fixed type ofTill Straumann2006-08-112-1/+7
| | | | | 'frame' argument to C_dispatch_irq_handler(). It's really a BSP_Exception_frame*, not a CPU_Interrupt_frame*.
* 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-101-0/+4
| | | | * ChangeLog: New file.
* *** empty log message ***Joel Sherrill2006-08-101-0/+14
|
* 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-104-0/+36
| | | | * .cvsignore: New file.
* 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-0912-51/+282
| | | | * startup/linkcmds: Clean up a bit after adding missing .rela sections.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-092-0/+58
| | | | * clock/clock.c: New file.
* 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.