summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber1-23/+0
Include all cpukit/*/header.am files in cpukit/Makefile.am. This gets rid of all subtree Makefile.am and the sudirs hack.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2017-11-01cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary1-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
2017-10-28Add riscv32 to autotools files v3Hesham Almatary1-0/+1
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+1
2016-01-19Remove AVR portJoel Sherrill1-1/+0
closes #2443.
2016-01-04Remove H8300 portJoel Sherrill1-1/+0
updates #2452.
2016-01-04Remove M32R architectureJoel Sherrill1-1/+0
updates #2446.
2015-05-21cpukit: Add Epiphany architecture port v4Hesham ALMatary1-0/+1
2014-08-12Add support for OpenRISC - Fixed issuesHesham ALMatary1-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.
2013-02-28Common file changes in support of Moxie portAnthony Green1-0/+1
Signed-off-by: Anthony Green <green@moxielogic.com>
2012-06-11v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill1-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
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2010-06-152010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
PR 1561/cpukit * configure.ac, score/cpu/Makefile.am: Merge SPARC64 port.
2010-06-112010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+0
* score/cpu/Makefile.am: Remove c4x.
2009-10-222009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+16
* score/cpu/Makefile.am: Update DIST_SUBDIRS.
2009-10-14Remove unix subdir.Ralf Corsepius1-1/+1
2009-08-032009-08-03 Roger Dahlkvist <ruppe@kth.se>Joel Sherrill1-1/+1
* score/cpu/Makefile.am: nios2 was not in the list.
2008-12-042008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill1-2/+2
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: Add Lattice Mico32 support.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-102008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-232006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* configure.ac, score/cpu/Makefile.am: Add bfin.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill1-1/+1
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
2005-04-232005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* score/cpu/Makefile.am: Remove or32 (target abandoned).
2004-12-30Cosmetics.Ralf Corsepius1-2/+2
2004-09-292004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+1
* configure.ac: Add score/cpu/avr/Makefile.am. * score/cpu/Makefile.am: Add avr.
2004-04-062004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+2
* score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
2004-04-062004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-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-122004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+2
* cpu/Makefile.am: Use @RTEMS_CPU@ instead of $(RTEMS_CPU).
2004-01-072004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
2003-02-142003-02-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-172002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+2
* Include $(top_srcdir)/automake/*.am.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-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.
1999-12-02Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1-3/+4
<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.
1999-10-27Modified to properly descend into the dummy directory.Joel Sherrill1-1/+1
1999-10-26Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to moveJoel Sherrill1-2/+2
c/src/lib/libmisc to c/src/libmisc.
1999-10-11Moved RTEMS error and association from libmisc to libc support toJoel Sherrill1-1/+1
avoid cyclic dependencies generated when moving packages to the top level.
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1-3/+3
where wrapup left pieces out of the librtemsall.a.
1999-09-07Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1-2/+4
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
1999-08-10New configuration files added by patch fromJoel Sherrill1-0/+11
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".