summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-252356-19791/+4035
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
* 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.