summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace removal.Ralf Corsepius2009-12-0447-697/+697
|
* 2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-033-0/+15
| | | | | * Makefile.am, preinstall.am: Account for coverhd.h and tm27.h. Use stubs for both.
* 2009-12-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-032-0/+7
| | | | | * acinclude.m4, beatnik: Imported/added 'beatnik' BSP.
* This commit was generated by cvs2svn to compensate for changes in r22388,Till Straumann2009-12-0375-0/+34935
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * - importing 'beatnik' BSP from SLAC repository.Till Straumann2009-12-0375-0/+34935
|
* - added SLAC copyright disclaimer.Till Straumann2009-12-022-3/+93
|
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-022-0/+24
| | | | | * shared/start/start.S: Added AltiVec support (initializing MSR[VE], VSCR and VRSAVE).
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-023-2/+28
| | | | | | | | | | * Makefile.am, start/start.S: Added AltiVec support (only effective if user modifies psim.cfg: CPU_CFLAGS choosing a CPU architecture with AltiVec or directly adding -maltivec, -mabi=altivec). * start/start.S: removed '.file' statement which confused gdb.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-026-33/+117
| | | | | | | | | * new-exceptions/cpu.c, new-exceptions/cpu_asm.S, new-exceptions/bspsupport/ppc_exc_asm_macros.h, new-exceptions/bspsupport/ppc_exc_initialize.c, new-exceptions/bspsupport/vectors.h: Added AltiVec support (save/restore volatile vregs across exceptions).
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-025-0/+1207
| | | | | * Makefile.am, mpc6xx/altivec: new directory implementing support for AltiVec context saving/restoring.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-022-1/+7
| | | | | * shared/vme/vme_universe.c: moved extern declaration out of local scope.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-022-1/+5
| | | | * shared/startup/panic.c: Fixed compiler warning.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-022-10/+6
| | | | | * shared/startup/probeMemEnd.c: removed __here_s_the_real_end check. __rtems_end should be good enough.
* 2009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-12-023-2/+11
| | | | | | * mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c: skip data- streaming (dssall etc.) instructions on PPC_PSIM currently (unimplemented by PSIM :-( ).
* 2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-302-3/+9
| | | | * at91rm9200/include/at91rm9200.h: Update to match development version.
* 2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-308-89/+149
| | | | | | * umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umon.h, umon/umonrtemsglue.c: Update to match development version.
* 2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-3013-552/+661
| | | | | | | | * Makefile.am, preinstall.am, console/fbcons.c, console/font8x16.h, console/sed1356.c, console/uarts.c, include/sed1356.h, startup/bspstart.c, startup/linkcmds.csb337, startup/linkcmds.csb637, startup/memmap.c, startup/umonsupp.c: Update to match development version.
* Whitespace removal.Ralf Corsepius2009-11-304-84/+84
|
* 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.