summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* block06: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* fstests: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | The fstests use snprintf().
* psxpasswd02: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* psxstat: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* psximfs02: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* spassoc01: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* tests: Use vprintk() in locked_printf()Sebastian Huber2018-01-191-1/+1
| | | | This avoids blocking output and the use of the floating-point unit.
* tests: Remove unused locked_printk()Sebastian Huber2018-01-192-23/+0
|
* smpmigration01: Enable floating-point outputSebastian Huber2018-01-191-0/+1
|
* fstests: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | The fstests use snprintf().
* rtems: Fix rtems_task_mode()Sebastian Huber2018-01-191-8/+0
| | | | | | | | | | | A rtems_configuration_is_smp_enabled() inside a !defined( RTEMS_SMP) block makes no sense. Remove !defined( RTEMS_SMP ) conditions. Test tm04 works now again. Update #3000.
* bsp/leon3: Fix interrupt timestamp timecounterSebastian Huber2018-01-181-1/+8
|
* leon3: Simplify bsp_specsJoel Sherrill2018-01-181-4/+0
| | | | Updates #3520.
* leon2: Simplify bsp_specsJoel Sherrill2018-01-181-4/+0
| | | | Updates #3520.
* sparc/erc32: Simplify bsp_specsJoel Sherrill2018-01-181-4/+0
| | | | Updates #3520.
* qemuppc: Simplify bsp_specsJoel Sherrill2018-01-181-4/+0
| | | | Updates #3520.
* testsupport/testbeginend.c: Fix redefined warningJoel Sherrill2018-01-161-1/+3
|
* bsps/powerpc: Move BSP specific file to BSPSebastian Huber2018-01-164-4/+3
| | | | Update #3254.
* bsps/arm: Add header guard, fix definesChris Johns2018-01-151-2/+5
|
* bsps/m68k: Fix CACR register definesSebastian Huber2018-01-151-4/+1
|
* bsps: Fix redefine warningChris Johns2018-01-151-0/+1
|
* bsp/mvme167: Fix warningsSebastian Huber2018-01-151-17/+17
|
* bsps: Add AM_CPPFLAGS to special case CPPFLAGSSebastian Huber2018-01-151-2/+2
| | | | | | | This is necessary to pick up mandatory flags provided by the build system. Update #3254.
* libchip: Use public include pathSebastian Huber2018-01-151-1/+1
| | | | Update #3254.
* bsps/lm32: Do not include network headers in bsp.hSebastian Huber2018-01-152-5/+2
| | | | Update #3254.
* bootstrap: Fix bug where BSPs were not picked upJoel Sherrill2018-01-051-1/+1
|
* bsp/gen5200: Fix linker command fileSebastian Huber2018-01-051-0/+1
| | | | Updates #3520.
* bsps/m68k: Install shared <mvme16x_hw.h>Sebastian Huber2018-01-046-13/+10
| | | | Update #3254.
* bsps/mips: Fix AC_CONFIG_SRCDIR()Chris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsps/i386: Fix AC_CONFIG_SRCDIR()Chris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsp/edb7312: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsps: Use public include pathChris Johns2018-01-042-4/+4
| | | | Update #3254.
* bsps/powerpc: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsp/mvme3100: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsp/beatnik: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsps/bfin: Use public include pathChris Johns2018-01-047-7/+7
| | | | Update #3254.
* bsps/powerpc: Use public include pathChris Johns2018-01-0422-75/+13
| | | | Update #3254.
* bsp/mcf548x: Use public include pathChris Johns2018-01-043-6/+6
| | | | Update #3254.
* libchip: Use public include pathChris Johns2018-01-048-11/+10
| | | | Update #3254.
* bsp/gen5200: Use public include pathChris Johns2018-01-0431-68/+54
| | | | Update #3254.
* bsps/lm32: Use public include pathChris Johns2018-01-0413-13/+13
| | | | Update #3254.
* bsp/pc386: Use public include pathChris Johns2018-01-046-6/+6
| | | | Update #3254.
* bsp/altera-cyclone-v: Use public include pathChris Johns2018-01-0414-61/+61
| | | | Update #3254.
* Include rtems/bspIo.h for printk.Chris Johns2018-01-041-0/+2
| | | | Closes @3267.
* bsps: Add AM_CPPFLAGS to special case CPPFLAGSChris Johns2018-01-0418-18/+18
| | | | | | | This is necessary to pick up mandatory flags provided by the build system. Update #3254.
* bsp/pc386: Do not install console_private.hSebastian Huber2018-01-043-6/+1
| | | | | | The name suggests that this is a private implementation header file. Update #3254.
* bsps/powerpc: Remove unused RTEMS_CPU_MODELSebastian Huber2018-01-031-17/+3
|
* bsps/powerpc: Rename BSP specific linkcmds.baseSebastian Huber2018-01-0313-15/+15
| | | | | | Avoid name conflicts with shared linkcmds.base. Update #3254.
* bsps/powerpc: Move shared irq.hSebastian Huber2018-01-034-5/+4
| | | | | | | This header file is only used by motorola_powerpc, so not shared. Update #3254. Update #3268.
* sparc: Remove <bsp.h> from PCI shell commandSebastian Huber2018-01-021-1/+0
| | | | | Update #3254. Update #3260.