summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/m68k: Move fpsp support to bspsSebastian Huber2018-03-2646-0/+17026
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/m68k: Move libcpu content to bspsSebastian Huber2018-03-263-0/+159
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move dec timer driverSebastian Huber2018-03-261-0/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move ppc403 clock driver to bspsSebastian Huber2018-03-261-0/+275
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Remove unused filesSebastian Huber2018-03-262-64/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move AltiVec support to bspsSebastian Huber2018-03-263-0/+1278
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move dec clock driver to bspsSebastian Huber2018-03-261-0/+266
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move MMU support to bspsSebastian Huber2018-03-264-0/+2845
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/tqm8xx: Move libcpu content to bspsSebastian Huber2018-03-265-0/+1531
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/mpc8260: Move libcpu content to bspsSebastian Huber2018-03-265-0/+1551
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move libcpu content to bspsSebastian Huber2018-03-264-0/+3541
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/bfin: Move libcpu content to bspsSebastian Huber2018-03-2612-0/+3228
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* sparc64: remove header file with duplicated macrosGedare Bloom2018-03-232-37/+0
| | | | | | | | The boot/stack.h header contains duplicated macros that are redundant to arch/stack.h. Delete the boot/stack.h and replace its one use by the arch/stack.h. Closes #3341.
* bsp/tqm8xx: Fix network interface driverThomas Doerfler2018-03-221-0/+16
|
* bsps/mpc55xx: Move libcpu content to bspsSebastian Huber2018-03-227-0/+2228
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/powerpc: Move libcpu timer to bspsSebastian Huber2018-03-222-104/+88
| | | | | | | | | Use only one timer driver variant based on the standard PowerPC time base. This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Remove bsp_timer_internal_clockSebastian Huber2018-03-223-11/+2
| | | | | | | | | | | | | The only consumer of this variable was the ppc403 clock driver used by the * haleakala, * virtex, and * virtex4 BSPs which set bsp_timer_internal_clock unconditionally to true. Update #3285.
* bsp/pc386: Move libcpu content to bspsSebastian Huber2018-03-224-0/+1150
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/atsam: Fix GMAC Rx Descriptor fields.Christian Mauderer2018-03-211-6/+11
|
* bsps/powerpc: Remove obsolete BSP_ConfigurationSebastian Huber2018-03-213-4/+0
|
* bsp/lpc176x: Remove blunt OPERATION_COUNT defineSebastian Huber2018-03-211-3/+0
| | | | | | BSP-specific test customization needs a more sophisticated approach. Close #3352.
* bsp/ss555: Move libcpu content to bspsSebastian Huber2018-03-197-0/+1695
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move exceptions support to bspsSebastian Huber2018-03-1918-0/+4244
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move basic support to bspsSebastian Huber2018-03-195-0/+1023
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move legacy IRQ supportSebastian Huber2018-03-191-0/+393
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* pc386/include/edid.h: Fix macro name to use _ not -Joel Sherrill2018-03-161-2/+2
| | | | Closes #3349.
* beatnik/include/bsp.h: Add spaces around "."Joel Sherrill2018-03-161-4/+4
| | | | Closes #3348.
* mvme5500/include/bsp/VMEConfig.h: Remove spaces after \ and remove tabsJoel Sherrill2018-03-161-15/+15
|
* bsp/arm-a8core-start.h: Add void return type to fix warningJoel Sherrill2018-03-161-2/+2
|
* mvme3100/include/bsp.h: Add spaces around "."Joel Sherrill2018-03-161-6/+6
| | | | Closes #3345.
* mcf5272.h: Fix duplicate defintions for INT3Joel Sherrill2018-03-161-3/+3
| | | | Closes #3344.
* lm32_evr/include/bsp.h: Remove definition of BSP_DIRTY_MEMORY to eliminate ↵Joel Sherrill2018-03-161-6/+4
| | | | warning
* bsps/arm/gdbarmsim/include/bsp.h: Fix warningJoel Sherrill2018-03-161-3/+3
|
* bsps/arm/gdbarmsim/include/bsp.h: Fix warningJoel Sherrill2018-03-161-1/+3
|
* bsps/sh/gensh1/include/bsp.h: Fix redefined warningJoel Sherrill2018-03-161-13/+0
|
* mcf5206elite/include/ds1307.h: Fix extra tokens at end of #endif warningJoel Sherrill2018-03-161-1/+1
|
* bsp/gen83xx: Fix define redefinitionsSebastian Huber2018-03-161-5/+0
| | | | Close #3340.
* bsp/atsam: Allow setting the drive strength.Christian Mauderer2018-03-131-0/+2
| | | | This adds a simple function for setting the PIO drive strength.
* sparc: Move libcpu content to cpukitSebastian Huber2018-03-132-54/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/arm: Move libcpu content to bspsSebastian Huber2018-03-131-0/+137
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/mips: Move libcpu content to bspsSebastian Huber2018-03-134-0/+281
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* misc sh: Remove includes of rtems/score/types.hJoel Sherrill2018-03-123-6/+0
|
* bsp/atsam: Fix cache / DMA handling in SPI.Christian Mauderer2018-02-122-0/+38
| | | | | This patch fixes the cache handling for the atsam SPI driver. Note that this solution might doesn't have the best performance for small packets.
* bsp/atsam: Allow to use a decoder for SPI CS.Christian Mauderer2018-02-121-4/+9
| | | | | The SPI controller supports a decoder connected to the chip select lines. This patch allows to use this mode.
* bsps/powerpc: Fix redefinitionsSebastian Huber2018-02-072-61/+1
|
* bsps/sparc64: Fix redefinitionsSebastian Huber2018-02-071-5/+2
|
* bsp/altera-cyclone-v: Add device tree supportSebastian Huber2018-02-051-1/+3
| | | | Update #3290.
* bsps: Rework cache manager implementationSebastian Huber2018-01-3122-44/+4533
| | | | | | | | | | | | | | | | | | The previous cache manager support used a single souce file (cache_manager.c) which included an implementation header (cache_.h). This required the use of specialized include paths to find the right header file. Change this to include a generic implementation header (cacheimpl.h) in specialized source files. Use the following directories and files: * bsps/shared/cache * bsps/@RTEMS_CPU@/shared/cache * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY/start/cache.c Update #3285.
* bsps: Move network define to source filesSebastian Huber2018-01-311-0/+5
| | | | | Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
* Remove make preinstallChris Johns2018-01-251217-0/+381032
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.