summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace removal.Ralf Corsepius2009-11-3016-75/+75
|
* Whitespace removal.Ralf Corsepius2009-11-30199-1685/+1685
|
* Whitespace removal.Ralf Corsepius2009-11-30171-1884/+1884
|
* 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-302-0/+1
| | | | * bin2s: Remove.
* 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-302-156/+4
| | | | * bin2s.c: Remove CVS-$Log's.
* Remove CVS-'s.Ralf Corsepius2009-11-3022-3320/+0
|
* 2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-301-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * libnds/include/nds/arm9/exceptions.h, libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h, libnds/include/nds/arm9/trig_lut.h, libnds/source/arm9/dcache.S, libnds/source/arm9/exceptionHandler.S, libnds/source/arm9/exceptions.c, libnds/source/arm9/image.c, libnds/source/arm9/keys.c, libnds/source/arm9/pcx.c, libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c, libnds/source/arm9/system.c, libnds/source/arm9/touch.c, libnds/source/common/biosCalls.S, libnds/source/common/gbfs.c, libnds/source/common/interruptDispatcher.S, libnds/source/common/interrupts.c: Remove CVS-$Log's.
* Whitespace removal.Ralf Corsepius2009-11-3050-593/+593
|
* Whitespace removal.Ralf Corsepius2009-11-2969-1557/+1557
|
* Whitespace removal.Ralf Corsepius2009-11-2957-964/+964
|
* Whitespace removal.Ralf Corsepius2009-11-2951-758/+758
|
* Whitespace removal.Ralf Corsepius2009-11-29191-2211/+4097
|
* Whitespace removal.Ralf Corsepius2009-11-28132-209/+209
|
* White space removal.Ralf Corsepius2009-11-286-11/+11
|
* 2009-11-25 Michael Walle <michael@walle.cc>Joel Sherrill2009-11-252-2/+7
| | | | | * shared/gdbstub/lm32-stub.c: Fix wrong computation of negative branch targets (thanks to Manfred Scheible <mscheible@husware.de>.
* 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-242-5/+4
| | | | | * shared/tsmac/tsmac.c: Remove unused vars. Let rtems_tsmac_driver_attach return 1.
* 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-242-3/+8
| | | | | * shared/console/console.c: Use int as return type of BSP_uart_polled_read.
* 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-242-4/+8
| | | | * include/bsp.h: Move extern "C" { }.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-232-41/+42
| | | | * libchip/network/smc91111.c: Formatting.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-232-52/+32
| | | | * clockdrv_shell.h: Clean up.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-233-68/+34
| | | | | * shared/bsppretaskinghook.c: New file. Was really common. * shared/bspstart.c: Removed. Was really leon2 specific.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-233-3/+55
| | | | | | * Makefile.am: sparc/shared/bspstart.c was really leon2 specific. So move it here. * startup/bspstart.c: New file.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-234-23/+7
| | | | | | * Makefile.am, startup/bspstart.c: Use ../../sparc/shared/bsppretaskinghook.c. * console/console.c: Remove sis comment.
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-232-4/+8
| | | | * Makefile.am: Switch to ../../shared/bspstart.c
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-232-6/+13
| | | | | * clock/clockdrv.c: Split hardware initialization code into Clock_driver_support_initialize_hardware().
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-232-1/+6
| | | | | * ne2000/ne2000.c: Logic on defaulting port number was inverted when adding command line arguments.
* 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-231-0/+6
| | | | | | * src/rtemsInterrupt.cc: #include <cstdlib>. * src/rtemsMessageQueue.cc, src/rtemsSemaphore.cc, src/rtemsTask.cc, src/rtemsTimer.cc: #include <cstring>.
* #include <cstring>.Ralf Corsepius2009-11-234-4/+4
|
* #include <cstdlib>.Ralf Corsepius2009-11-231-1/+1
|
* 2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-232-1/+10
| | | | * configure.ac: Check for cstdlib, cstring.
* 2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-216-14/+219
| | | | | | * Makefile.am, configure.ac, console/uarts.c: Add initial support for Kit637 version of CSB637. * README.kit637_v6, make/custom/kit637_v6.cfg: New files.
* 2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-216-6/+462
| | | | | | | * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add initial support for USART on at91rm9200. * at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c: New files.
* 2009-11-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-172-3/+16
| | | | | | | | * new-exceptions/bspsupport/ppc_exc_categories.c: PSIM *must*not* hook SYS vector which is used e.g., for firmware I/O. Added entries for AltiVec on PSIM.
* 2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>Joel Sherrill2009-11-162-1/+6
| | | | | * startup/init5235.c: Add volatile to prevent newer gcc versions from optimizing away.
* * startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,Ralf Corsepius2009-11-163-3/+12
| | | | | | promCopyIcacheFlush. * include/bsp.h: Add prototypes of promCopyDcacheFlush and promCopyIcacheFlush.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-1610-8/+30
| | | | | * startup/bspstart.c: Remove nested externs. #include <libcpu/isr_entries.h.
* Regenerate.Ralf Corsepius2009-11-161-0/+4
|
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-162-1/+3
| | | | * Makefile.am: Add shared/interrupts/isr_entries.h.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+1
| | | | * shared/interrupts/isr_entries.h: New.
* New.Ralf Corsepius2009-11-161-0/+26
|
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+4
| | | | * shared/interrupts/installisrentries.c: Remove nested externs.
* Remove nested externs.Ralf Corsepius2009-11-161-14/+2
|
* 2009-11-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-153-4/+16
| | | | | | | | | * startup/bspstart.c: use normal get_ppc_cpu_type() for determining PPC flavor. This causes the appropriate 'feature' bits to be set and should work as long as the PVR is set to 0xfffe0000 in the device tree. * startup/linkcmds: increased RAM_SIZE to 32M.
* 2009-11-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-152-0/+15
| | | | | * shared/include/cpuIdent.c: Set 604 features + altivec if running on PSIM.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-122-3/+5
| | | | * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-122-1/+6
| | | | | * libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small).
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-122-1/+4
| | | | * INSTALL: Remove.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-111-1/+4
| | | | | * start/start.S: Ensure that initial stack is aligned to CPU_STACK_ALIGNMENT.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-112-3/+20
| | | | | * shared/start/start.S: Align initial stack to CPU_STACK_ALIGNMENT.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-111-0/+5
| | | | | * start/start.S: Ensure that initial stack is aligned to CPU_STACK_ALIGNMENT.