summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary2017-11-011-1/+1
| | | | | | | | | * Use #ifdefs for 32/64 bit code * Use unsigned long which is 32-bit on riscv32 and 64-bit on riscv64 (register size) * Move the code to a new shared riscv folder to be shared between riscv32 and riscv64 * Rename RTEMS_CPU extracted from command line to shared riscv target s/riscv*/riscv Update #3109
* Add riscv32 to autotools files v3Hesham Almatary2017-10-281-0/+1
|
* build-system: Parallel build all subdirs.Chris Johns2017-05-241-1/+1
|
* Remove AVR portJoel Sherrill2016-01-191-1/+0
| | | | closes #2443.
* Remove H8300 portJoel Sherrill2016-01-041-1/+0
| | | | updates #2452.
* Remove M32R architectureJoel Sherrill2016-01-041-1/+0
| | | | updates #2446.
* cpukit: Add Epiphany architecture port v4Hesham ALMatary2015-05-211-0/+1
|
* Add support for OpenRISC - Fixed issuesHesham ALMatary2014-08-121-0/+1
| | | | | | | This work is based on the old or32 port (that has been removed back in 2005) authored by Chris Ziomkowski. The patch includes the basic functions every port should implement like: context switch, exception handling, OpenRISC ABI and machine definitions and configurations.
* Common file changes in support of Moxie portAnthony Green2013-02-281-0/+1
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill2012-06-111-0/+1
| | | | | | | | | | | | | | | | | | Port + v850 does not have appear to have any optimized bit scan instructions + v850 does have single instructions for wap u16 and u32 + Code path optimization preferences set + Add BSP variants for each GCC CPU model flag and a README - v850e1 variant does not work (fails during BSP initialization) BSP for GDB v850 Simulator + linkcmds matches defaults in GDB simulator with RTEMS mods + crt1.c added from v850 newlib port for __main() + BSP exits cleanly + printk and console I/O work + uses clock tick from IDLE task + Tests not requiring real clock ISR work Documentation + CPU Supplment chapter for v850 added
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-4/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+4
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-4/+0
|
* 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-151-0/+1
| | | | | PR 1561/cpukit * configure.ac, score/cpu/Makefile.am: Merge SPARC64 port.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-111-1/+0
| | | | * score/cpu/Makefile.am: Remove c4x.
* 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-221-2/+16
| | | | * score/cpu/Makefile.am: Update DIST_SUBDIRS.
* Remove unix subdir.Ralf Corsepius2009-10-141-1/+1
|
* 2009-08-03 Roger Dahlkvist <ruppe@kth.se>Joel Sherrill2009-08-031-1/+1
| | | | * score/cpu/Makefile.am: nios2 was not in the list.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-2/+2
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: Add Lattice Mico32 support.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-021-2/+2
| | | | | * score/cpu/Makefile.am: Add new M32R port. It is just a beginning but the BSP is functional enough to initialize and shutdown RTEMS.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-021-1/+1
| | | | | * configure.ac, score/cpu/Makefile.am: Initial addition of M32C port. This is still a work in process but most tests do run on simulator.
* 2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | * configure.ac, aclocal/canonical-target-name.m4, score/cpu/Makefile.am: Remove TI C4x and NIOS2 ports from 4.9 branch. * score/cpu/c4x/.cvsignore, score/cpu/c4x/ChangeLog, score/cpu/c4x/Makefile.am, score/cpu/c4x/cpu.c, score/cpu/c4x/cpu_asm.S, score/cpu/c4x/irq.c, score/cpu/c4x/preinstall.am, score/cpu/c4x/rtems/asm.h, score/cpu/c4x/rtems/score/c4x.h, score/cpu/c4x/rtems/score/cpu.h, score/cpu/c4x/rtems/score/cpu_asm.h, score/cpu/c4x/rtems/score/types.h, score/cpu/c4x/rtems/tic4x/c4xio.h, score/cpu/nios2/.cvsignore, score/cpu/nios2/ChangeLog, score/cpu/nios2/Makefile.am, score/cpu/nios2/cpu.c, score/cpu/nios2/cpu_asm.S, score/cpu/nios2/irq.c, score/cpu/nios2/preinstall.am, score/cpu/nios2/rtems/asm.h, score/cpu/nios2/rtems/score/cpu.h, score/cpu/nios2/rtems/score/cpu_asm.h, score/cpu/nios2/rtems/score/nios2.h, score/cpu/nios2/rtems/score/types.h: Removed.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-231-1/+1
| | | | * configure.ac, score/cpu/Makefile.am: Add bfin.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-1/+1
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
* 2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-231-1/+1
| | | | * score/cpu/Makefile.am: Remove or32 (target abandoned).
* Cosmetics.Ralf Corsepius2004-12-301-2/+2
|
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-1/+1
| | | | | | | * configure.ac, libmisc/cpuuse/README, libmisc/stackchk/README, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am, score/include/rtems/score/mppkt.h: i960 obsoleted and all references removed.
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-241-0/+1
| | | | | * configure.ac: Add score/cpu/avr/Makefile.am. * score/cpu/Makefile.am: Add avr.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-061-1/+2
| | | | * score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-061-4/+1
| | | | | | | | * aclocal/rtems-cpu-subdirs.m4: Remove (Unused). * configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]). Add RTEMS_CHECK_SYSV_UNIX. Add score/cpu/*/Makefile. * score/cpu/Makefile.am: Add DIST_SUBDIRS.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-121-2/+2
| | | | * cpu/Makefile.am: Use @RTEMS_CPU@ instead of $(RTEMS_CPU).
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-071-1/+1
| | | | | | | | | | | | | | | * cpu/Makefile.am: mips64orion port removed as mips port more completely covers the MIPS family. * cpu/mips64orion/.cvsignore, cpu/mips64orion/ChangeLog, cpu/mips64orion/Makefile.am, cpu/mips64orion/asm.h, cpu/mips64orion/configure.ac, cpu/mips64orion/cpu.c, cpu/mips64orion/cpu_asm.S, cpu/mips64orion/cpu_asm.h, cpu/mips64orion/idtcpu.h, cpu/mips64orion/idtmon.h, cpu/mips64orion/iregdef.h, cpu/mips64orion/rtems/.cvsignore, cpu/mips64orion/rtems/score/.cvsignore, cpu/mips64orion/rtems/score/cpu.h, cpu/mips64orion/rtems/score/mips64orion.h, cpu/mips64orion/rtems/score/types.h: Removed.
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-081-1/+1
| | | | * cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
* 2003-02-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-141-1/+1
| | | | | | | | | | | | AMD a29k declared obsolete. * cpu/Makefile.am: Removed reference. * cpu/a29k/.cvsignore, cpu/a29k/ChangeLog, cpu/a29k/Makefile.am, cpu/a29k/amd.ah, cpu/a29k/asm.h, cpu/a29k/configure.ac, cpu/a29k/cpu.c, cpu/a29k/cpu_asm.S, cpu/a29k/pswmacro.ah, cpu/a29k/register.ah, cpu/a29k/sig.S, cpu/a29k/rtems/.cvsignore, cpu/a29k/rtems/score/.cvsignore, cpu/a29k/rtems/score/a29k.h, cpu/a29k/rtems/score/cpu.h, cpu/a29k/rtems/score/cpu_asm.h, cpu/a29k/rtems/score/types.h: Removed.
* 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-171-2/+2
| | | | * Include $(top_srcdir)/automake/*.am.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | | * cpu/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1999-12-021-0/+14
<corsepiu@faw.uni-ulm.de>: The patch below provides * automake support for score/cpu/powerpc * The hack to propagate values from *.cfg to automake configuration * A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before) * Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff * some minor configuration related patches To apply: rm -rf ./c/src/exec/score/cpu/powerpc/wrap patch -p1 < rtems-rc-19991123-rc-3.diff Attention: c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be removed after applying the patch.