summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MAINTAINERS: Add myself to Write After Approval.Christian Mauderer2018-01-231-0/+1
|
* rfs: Fix format warningSebastian Huber2018-01-231-1/+1
| | | | Update #3082.
* bsp/qoriq: Fix define for optional intercomSebastian Huber2018-01-231-2/+2
| | | | Update #3085.
* rfs: Fix for 64-bit targetsSebastian Huber2018-01-222-2/+2
| | | | | | | The RTEMS_BLKIO_SETBLKSIZE IO control expects an uint32_t parameter and not a size_t which is 64-bits on 64-bit targets. Update #3082.
* cdtest: Increase stack sizeSebastian Huber2018-01-221-0/+3
|
* psxchroot01: Force release of global locationsSebastian Huber2018-01-221-0/+6
| | | | | Free deferred locations before the greedy memory allocation. This test fails on powerpc/qoriq_e6500_64 otherwise.
* bsp/gen5200: Use public include pathSebastian Huber2018-01-221-1/+1
| | | | Update #3254.
* smptests: Fix configurationSebastian Huber2018-01-222-0/+2
| | | | Update #2843.
* monitor: Fix thread priority valuesSebastian Huber2018-01-221-1/+4
|
* bsp/qoriq: Fix hypervisor guest interrupt initSebastian Huber2018-01-221-1/+19
| | | | Update #3085.
* bsp/qoriq: Fix hypervisor guest irq vector maxSebastian Huber2018-01-222-4/+13
| | | | Update #3085.
* bsp/qoriq: Optional multiprocessing supportSebastian Huber2018-01-221-0/+4
| | | | Update #3085.
* bsp/qoriq: Fix hypervisor guest polled consoleSebastian Huber2018-01-221-1/+1
| | | | Update #3085.
* bsp/qoriq: Fix hypervisor guest IRQ supportSebastian Huber2018-01-221-1/+5
| | | | Update #3085.
* bsp/qoriq: Fix bsp_fdt_map_intr()Sebastian Huber2018-01-221-0/+4
| | | | Update #3085.
* bsp/qoriq: Fix hypervisor guest MMU configSebastian Huber2018-01-222-38/+188
| | | | | | | | Account for DPAA resources defined in the device tree. Prevent merging of areas with incompatible MAS2. Update #3085.
* powerpc: Add FSL_EIS_EPRSebastian Huber2018-01-221-0/+1
| | | | Update #3085.
* bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber2018-01-229-19/+7
| | | | | | This header is used also by the motorola_powerpc BSP. Update #3254.
* tests: Change TEST BUILD to use define namesSebastian Huber2018-01-221-77/+32
|
* bsp/gen5200: Fix i2c.h and i2cdrv.h installationSebastian Huber2018-01-198-17/+8
| | | | | | Install these files only as <bsp/i2c.h> and <bsp/i2cdrv.h>. Update #3254.
* smp03: Use floating-point tasksSebastian Huber2018-01-192-3/+2
| | | | This test uses sprintf().
* smp03: Use floating-point taskSebastian Huber2018-01-191-2/+1
| | | | This test uses sprintf().
* smpaffinity01: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* smp08: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses sprintf().
* psxfile01: Use floating-point taskSebastian Huber2018-01-191-0/+1
| | | | This test uses fprintf().
* 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.