summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-cpu-subdirs.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m32c: Remove this targetSebastian Huber2018-11-121-1/+0
| | | | Update #3599.
* bsp/x86_64: Minimal bootable BSPAmaan Cheval2018-07-111-0/+1
| | | | | | | | | | | | | | | | Current state: - Basic context initialization and switching code. - Stubbed console (empty functions). - Mostly functional linker script (may need tweaks if we ever want to move away from the large code model (see: CPU_CFLAGS). - Fully functional boot, by using FreeBSD's bootloader to load RTEMS's ELF for UEFI-awareness. In short, the current state with this commit lets us boot, go through the system initialization functions, and then call user application's Init task too. Updates #2898.
* 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
|
* bsps: Resurrect ARM portSebastian Huber2016-01-201-1/+1
| | | | | | | Remove AVR port instead. Bug introduced by 15068f4c9afd2d5ca6a77d510059d6306c9a3be6. Update #2443.
* 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.
* Epiphany: Add the first epiphany_sim BSP v4Hesham ALMatary2015-05-211-0/+1
| | | | | | This BSP in intended to run on the simulator that should be built from RSB. When building RTEMS for Epiphany --disable-networking must be provided part of the configure command.
* Add new (first) OpenRISC BSP called or1ksim.Hesham ALMatary2014-08-201-0/+1
| | | | | This BSP is intended to run on or1ksim (the main OpenRISC emulator). Fixed version according to Joel comments from the mailing list.
* 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
* 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-151-0/+1
| | | | | PR 1561/cpukit * aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
* Remove posix/unix.Ralf Corsepius2009-10-141-1/+0
|
* Remove obsolete cpus.Ralf Corsepius2008-12-101-3/+0
|
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-0/+1
| | | | * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-021-0/+1
| | | | | | * src/aclocal/rtems-cpu-subdirs.m4: 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-0/+1
| | | | * aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-231-0/+1
| | | | * aclocal/rtems-cpu-subdirs.m4: Add bfin.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-0/+1
| | | | * aclocal/rtems-cpu-subdirs.m4: New port to Altera NIOS II.
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-1/+0
| | | | | | * aclocal/rtems-cpu-subdirs.m4, libchip/shmdr/shm_driver.h, libnetworking/pppd/utils.c: i960 obsoleted and all references removed.
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-241-0/+1
| | | | * aclocal/rtems-cpu-subdirs.m4: Add avr.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-071-1/+0
| | | | | * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port more completely covers the MIPS family.
* 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-181-0/+30
* aclocal/bsp-alias.m4: New (Copied from ../../aclocal). * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal). * aclocal/bsp-configure.m4: New (Copied from ../../aclocal). * aclocal/bspopts.m4: New (Copied from ../../aclocal). * aclocal/canonical-host.m4: New (Copied from ../../aclocal). * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal). * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal). * aclocal/check-cpu.m4: New (Copied from ../../aclocal). * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal). * aclocal/check-cxx.m4: New (Copied from ../../aclocal). * aclocal/check-itron.m4: New (Copied from ../../aclocal). * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal). * aclocal/check-networking.m4: New (Copied from ../../aclocal). * aclocal/check-posix.m4: New (Copied from ../../aclocal). * aclocal/check-rdbg.m4: New (Copied from ../../aclocal). * aclocal/check-tool.m4: New (Copied from ../../aclocal). * aclocal/config-subdirs.m4: New (Copied from ../../aclocal). * aclocal/enable-bare.m4: New (Copied from ../../aclocal). * aclocal/enable-cxx.m4: New (Copied from ../../aclocal). * aclocal/enable-inlines.m4: New (Copied from ../../aclocal). * aclocal/enable-itron.m4: New (Copied from ../../aclocal). * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal). * aclocal/enable-networking.m4: New (Copied from ../../aclocal). * aclocal/enable-posix.m4: New (Copied from ../../aclocal). * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal). * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal). * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal). * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal). * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal). * aclocal/gcc-specs.m4: New (Copied from ../../aclocal). * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal). * aclocal/multilib.m4: New (Copied from ../../aclocal). * aclocal/path-ksh.m4: New (Copied from ../../aclocal). * aclocal/path-perl.m4: New (Copied from ../../aclocal). * aclocal/ppc.m4: New (Copied from ../../aclocal). * aclocal/prog-ccas.m4: New (Copied from ../../aclocal). * aclocal/prog-cc.m4: New (Copied from ../../aclocal). * aclocal/prog-cxx.m4: New (Copied from ../../aclocal). * aclocal/project-root.m4: New (Copied from ../../aclocal). * aclocal/quoting.m4: New (Copied from ../../aclocal). * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal). * aclocal/rtems-flags.m4: New (Copied from ../../aclocal). * aclocal/rtems-top.m4: New (Copied from ../../aclocal). * aclocal/target.m4: New (Copied from ../../aclocal). * aclocal/tool-paths.m4: New (Copied from ../../aclocal). * aclocal/version.m4: New (Copied from ../../aclocal).