summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bsps: Convert all bsp_predriver_hook()Sebastian Huber2018-04-2020-20/+1
| | | | | | Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
* bsps: Move bspgetworkarea.c to bspsSebastian Huber2018-04-2018-18/+18
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bspstart.c to bspsSebastian Huber2018-04-201-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bspreset.c to bspsSebastian Huber2018-04-201-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bspclean.c to bspsSebastian Huber2018-04-2019-19/+19
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* misc arm tcfg: Add dl06, too large for memoryJoel Sherrill2018-04-173-0/+3
|
* misc tcfg: Use disable-mrfs-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-173-28/+3
|
* lpc2362-testsuite.tcfg: Use disable-iconv-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-171-3/+1
|
* misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-1711-99/+22
|
* Multiple BSP tcfg: Disable iconv files.Joel Sherrill2018-04-1718-0/+19
|
* bsps: Move uart-output-char.c to bspsSebastian Huber2018-04-163-3/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move stackalloc.c to bspsSebastian Huber2018-04-1613-13/+13
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bsp-fdt.c to bspsSebastian Huber2018-04-163-3/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move tod.c to bsps and renameSebastian Huber2018-04-166-6/+6
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* build: Remove subdir-objects from BSP configure.acSebastian Huber2018-04-1220-20/+20
| | | | | | | The subdir-objects do not work currently due to BSP sources in bsps and c and the existing build tree layout. Update #3387.
* bsps: Remove empty gnatinstallhandler.cSebastian Huber2018-04-1220-20/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bootcard.c to bspsSebastian Huber2018-04-1220-20/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber2018-04-1216-16/+0
| | | | | | | | This was used by the not supported "make dist". This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Avoid line continuation in Makefile.amSebastian Huber2018-04-1211-68/+93
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move legacy console driver to bspsSebastian Huber2018-04-1210-40/+32
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-1121-21/+21
| | | | | | | | | | | This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387.
* bsp/lpc24xx: Exclude iconv POSIX tests.Chris Johns2018-04-101-0/+3
| | | | | | | | These are now built to executables and are too large for this BSP. This change is part of the testsuite Makefile.am reorganization. Update #3382
* bsp/csb337: Fix umon supportSebastian Huber2018-04-091-0/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* build: Remove DISTCLEANFILESSebastian Huber2018-04-0920-20/+0
| | | | | A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
* bsps: Move generic IRQ support to bspsSebastian Huber2018-04-0920-119/+39
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove librtemsbsp.a wrapupSebastian Huber2018-04-0920-775/+775
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp: Move umon support to bspsSebastian Huber2018-04-091-7/+4
| | | | | | | | The umon support is only used by the csb337 BSP. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber2018-04-0420-106/+0
| | | | | | | | Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Add shared-sources.amSebastian Huber2018-04-0420-0/+20
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* build: Remove EXTRA_DISTSebastian Huber2018-04-0421-45/+0
| | | | | A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
* bsp/atsam: Allow setting the drive strength.Christian Mauderer2018-03-131-0/+16
| | | | This adds a simple function for setting the PIO drive strength.
* bsps/arm: Move libcpu content to bspsSebastian Huber2018-03-1315-20/+5
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/atsam: Fix cache / DMA handling in SPI.Christian Mauderer2018-02-124-44/+249
| | | | | 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-122-22/+45
| | | | | The SPI controller supports a decoder connected to the chip select lines. This patch allows to use this mode.
* bsp/atsam: Add option to disable 32kHz XTAL.Christian Mauderer2018-02-123-0/+14
|
* bsp/altera-cyclone-v: Add device tree supportSebastian Huber2018-02-051-1/+6
| | | | Update #3290.
* bsps: Rework cache manager implementationSebastian Huber2018-01-3124-2185/+20
| | | | | | | | | | | | | | | | | | 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-3115-90/+25
| | | | | Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic.
* Avoid Newlib-specific _EXFUN()Sebastian Huber2018-01-291-1/+1
|
* Remove make preinstallChris Johns2018-01-25596-224324/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* bsp/edb7312: Use public include pathChris Johns2018-01-041-1/+1
| | | | Update #3254.
* bsp/altera-cyclone-v: Use public include pathChris Johns2018-01-0414-61/+61
| | | | Update #3254.
* bsps: Add AM_CPPFLAGS to special case CPPFLAGSChris Johns2018-01-044-4/+4
| | | | | | | This is necessary to pick up mandatory flags provided by the build system. Update #3254.
* bsps: Use CPPASCOMPILE for startfileSebastian Huber2018-01-0220-90/+83
| | | | Update #3254.
* bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber2018-01-0220-7/+25
| | | | | | | | | | This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
* bsps: Include bsp.am in all BSP Makefile.amSebastian Huber2018-01-0219-0/+19
| | | | Update #3254.
* Add support for arguments in ISRsKilian Holzinger2017-12-201-0/+3
|
* ARM BSPs: Simplify bsp_specsJoel Sherrill2017-12-1921-100/+21
| | | | Updates #3520.
* bsp/altera-cyclone-v: Remove reserved memorySebastian Huber2017-12-191-0/+83
| | | | Removed reserved memory from work area, e.g. used by FPGA devices.
* bsp/altera-cyclone-v: Adjust work areaSebastian Huber2017-12-193-2/+94
| | | | | Use FDT to adjust the work area. Reduce work area of linker command file.