summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber11-368/+0
Close #3250. Close #4081.
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber4-0/+4
Update #4267.
2019-05-16bsps: Always build generic interrupt supportSebastian Huber4-2/+4
This makes it possible to write tests for the generic interrupt controller support. Update #3269.
2018-10-10build: Remove local.amSebastian Huber5-5/+0
2018-06-11tools: Remove shgenSebastian Huber4-27/+4
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, the shgen tool is GPL licensed. Remove all uses of this tool from the code base. Replace generated files with stub functions. If users of this BSP still exist, they can reimplement the functionality using a BSD-style license. Close #3443.
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber5-390/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/gensh4: Move hw_init.c to bspsSebastian Huber2-284/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-24bsps: Remove unmaintained times filesSebastian Huber2-368/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps/sh: Move console.c to bspsSebastian Huber3-125/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps/sh: Move setvec.c to bspsSebastian Huber1-55/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps/sh: Move bsphwinit.c to bspsSebastian Huber5-22/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber13-223/+0
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Remove AC_CONFIG_SRCDIR()Sebastian Huber5-5/+0
This AC_CONFIG_SRCDIR() is just a sanity check in this insane build system. Since all content of c/src/lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@ is bound to be moved it makes no sense to keep it. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move benchmark timer to bspsSebastian Huber6-658/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move startup files to bspsSebastian Huber27-3720/+22
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move start files to bspsSebastian Huber10-945/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move console drivers to bspsSebastian Huber13-2991/+13
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move clock drivers to bspsSebastian Huber8-849/+5
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move sbrk.c to bspsSebastian Huber4-4/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move getentropy-cpucounter.c to bspsSebastian Huber4-4/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move shared btimer support to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Convert all bsp_predriver_hook()Sebastian Huber4-4/+0
Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
2018-04-20bsps: Move bspgetworkarea.c to bspsSebastian Huber4-4/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspreset_loop.c to bspsSebastian Huber1-1/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspreset.c to bspsSebastian Huber3-3/+3
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move bspclean.c to bspsSebastian Huber4-4/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-17Multiple BSP tcfg: Disable iconv files.Joel Sherrill6-0/+6
2018-04-12build: Remove subdir-objects from BSP configure.acSebastian Huber4-4/+4
The subdir-objects do not work currently due to BSP sources in bsps and c and the existing build tree layout. Update #3387.
2018-04-12bsps: Remove empty gnatinstallhandler.cSebastian Huber4-4/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Move bootcard.c to bspsSebastian Huber4-4/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Simplify source file path in Makefile.amSebastian Huber2-2/+2
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-12bsps: Avoid line continuation in Makefile.amSebastian Huber3-25/+39
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-11configure: Add subdir-objects to all automake flags.Chris Johns5-5/+5
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.
2018-04-09build: Remove DISTCLEANFILESSebastian Huber4-4/+0
A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
2018-04-09bsps: Remove librtemsbsp.a wrapupSebastian Huber4-58/+58
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber4-12/+0
Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04bsps: Add shared-sources.amSebastian Huber4-0/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-04build: Remove EXTRA_DISTSebastian Huber5-14/+0
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
2018-03-12misc sh: Remove includes of rtems/score/types.hJoel Sherrill4-4/+0
2018-01-31bsps: Rework cache manager implementationSebastian Huber4-12/+4
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.
2018-01-25Remove make preinstallChris Johns45-4656/+30
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.
2018-01-04bsps: Add AM_CPPFLAGS to special case CPPFLAGSChris Johns4-4/+4
This is necessary to pick up mandatory flags provided by the build system. Update #3254.
2018-01-02bsps: Use CPPASCOMPILE for startfileSebastian Huber4-12/+16
Update #3254.
2018-01-02bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber4-3/+7
This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
2018-01-02bsps: Include bsp.am in all BSP Makefile.amSebastian Huber4-0/+4
Update #3254.
2017-12-19gensh4: Simplify bsp_specsJoel Sherrill4-5/+7
Updates #3250.
2017-12-19gensh2: Simplify bsp_specsJoel Sherrill4-7/+4
Updates #3250.
2017-12-19gensh1: Simplify bsp_specsJoel Sherrill2-5/+2
Updates #3250.
2017-12-19shsim: Simplify bsp_specsJoel Sherrill5-242/+2
This bsp_specs included non-standard logic to pass endian arguments to the linker. These should not be necessary. If they are, it is a bug in the sh gcc target. The code was "%{ml:-EL}%{mb:-EB}" Also the file linkcmds.sim was not referenced and was deleted. Updates #3250.
2017-12-08bsps/sh: Delete libcpu/shSebastian Huber4-4/+16