summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clearly mark SMP support as experimental in 4.11Sebastian Huber2016-01-111-3/+7
|
* 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.
* DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom2015-04-171-0/+12
|
* Always disable networking for h8300Joel Sherrill2015-03-061-1/+2
|
* Add -std=gnu++11 to CXXFLAGS if SMP is enabledSebastian Huber2014-09-081-2/+9
| | | | | This is necessary to use the <atomic> header file used for the atomic operations.
* 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.
* c/src/aclocal/check-smp.m4: Use HAS_SMP not HAS_POSIX_APIJoel Sherrill2014-05-221-1/+1
|
* configure: DocumentationSebastian Huber2013-06-122-2/+6
|
* smp: Add ARM supportSebastian Huber2013-05-311-1/+1
|
* smp: Add PowerPC supportSebastian Huber2013-05-311-1/+1
|
* Common file changes in support of Moxie portAnthony Green2013-02-281-0/+1
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* score: Add CPU_Exception_frameSebastian Huber2012-11-271-1/+6
| | | | | | | | | | | | | | | | | | | | | Add CPU port type CPU_Exception_frame and function _CPU_Exception_frame_print(). The CPU ports of avr, bfin, h8300, lm32, m32c, m32r, m68k, nios2, sh, sparc64, and v850 use an empty default implementation of _CPU_Exception_frame_print(). Add rtems_exception_frame and rtems_exception_frame_print(). Add RTEMS_FATAL_SOURCE_EXCEPTION for CPU exceptions. Use rtems_fatal() with source RTEMS_FATAL_SOURCE_EXCEPTION in CPU ports of i386, powerpc, and sparc for unexpected exceptions. Add third parameter to RTEMS_BSP_CLEANUP_OPTIONS() which controls the BSP_PRINT_EXCEPTION_CONTEXT define used in the default bsp_fatal_extension(). Add test sptests/spfatal26.
* 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 references to configure.in.Ralf Corsépius2012-05-183-3/+3
|
* Remove obsolete reference to posix bsp.Ralf Corsépius2012-05-181-2/+1
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-1114-18/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1136-72/+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-0737-0/+93
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-0437-93/+0
|
* 2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-06-071-0/+18
| | | | | | | | * aclocal/bspopts.m4: Added macros for cache options RTEMS_BSPOPTS_SET_DATA_CACHE_ENABLED, RTEMS_BSPOPTS_HELP_DATA_CACHE_ENABLED, RTEMS_BSPOPTS_SET_INSTRUCTION_CACHE_ENABLED, and RTEMS_BSPOPTS_HELP_INSTRUCTION_CACHE_ENABLED.
* 2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-162-0/+37
| | | | | PR 1729/cpukit * aclocal/check-smp.m4, aclocal/enable-smp.m4: New files.
* 2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-071-0/+1
| | | | * aclocal/rtems-top.m4: Add pkgdatadir.
* 2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-042-2/+2
| | | | | * aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-251-8/+10
| | | | | | | * aclocal/canonical-target-name.m4: Stop pretending no_cpu* was buildable. Derive RTEMS_CPU from "$host_cpu". Error out if "$host" doesn't match "*-*-rtems*".
* 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.
* 2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-071-2/+2
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
* 2010-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-111-1/+1
| | | | | * aclocal/bsp-alias.m4: Change quoting to work-round http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-0/+19
| | | | * aclocal/bsp-linkcmds.m4: New.
* Remove RTEMS_CFLAGS.Ralf Corsepius2009-10-231-8/+0
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+22
| | | | | * aclocal/bsp-alias.m4: New. * configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-2/+0
| | | | * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
* 2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-171-9/+5
| | | | | * configure.ac: Pick up make/custom/*. * aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
* 2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-3/+0
| | | | * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-1/+3
| | | | | * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
* Remove posix/unix.Ralf Corsepius2009-10-145-34/+0
|
* Change *.cfg handling.Ralf Corsepius2009-10-141-3/+3
|
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-151-0/+2
| | | | * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-201-0/+3
| | | | | * aclocal/check-networking.m4: Disable TCP/IP on targets without enough physical address to support BSD TCP/IP stack.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-2/+30
| | | | | | | * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs now use the same macros. * aclocal/bsp-bspcleanup-options.m4: New file.
* 2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-031-1/+1
| | | | * aclocal/bspopts.m4: Quoting cosmetics.
* Remove tic4x.Ralf Corsepius2008-12-221-4/+0
|
* Remove obsolete cpus.Ralf Corsepius2008-12-101-3/+0
|
* Use -r instead of -Wl,-r to build *.rels.Ralf Corsepius2008-12-101-1/+1
|
* 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.
* 2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-241-5/+5
| | | | * aclocal/bsp-bootcard-options.m4: Generalize and correct comment.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-241-2/+2
| | | | * aclocal/bsp-bootcard-options.m4: Fix quoting.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-232-35/+19
| | | | | * aclocal/bsp-bootcard-options.m4: New file. * aclocal/bsp-bootcards-handles-ram-allocation.m4: Removed.
* 2008-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-221-2/+2
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.10. Bump _RTEMS_VERSION to 4.9.99.0.