summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move PCI drivers to bspsSebastian Huber2018-04-2321-4349/+19
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sh: Move console.c to bspsSebastian Huber2018-04-233-125/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sh: Move setvec.c to bspsSebastian Huber2018-04-231-55/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sh: Move bsphwinit.c to bspsSebastian Huber2018-04-235-22/+4
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move GDB stubs to bspsSebastian Huber2018-04-2311-5381/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/v850: Move crt1.c to bspsSebastian Huber2018-04-232-26/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sparc64: Move helenos to bspsSebastian Huber2018-04-2313-2316/+16
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move RTC drivers to bspsSebastian Huber2018-04-2329-2341/+15
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move legacy network drivers to bspsSebastian Huber2018-04-23116-83020/+51
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move interrupt controller support to bspsSebastian Huber2018-04-23116-13267/+95
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move SPI drivers to bspsSebastian Huber2018-04-2314-4224/+7
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move I2C drivers to bspsSebastian Huber2018-04-2338-6469/+22
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/arm: Remove unused stm32f* filesSebastian Huber2018-04-23311-416553/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/tms570: Move more start to bspsSebastian Huber2018-04-2316-3510/+15
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/gen5200: Move bestcomm to bspsSebastian Huber2018-04-2323-3600/+22
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/atsam: Move libraries to bspsSebastian Huber2018-04-2379-21900/+52
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/altera-cyclone-v: Move hwlib to bspsSebastian Huber2018-04-2312-19191/+10
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-23266-3643/+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.
* bsps: Remove AC_CONFIG_SRCDIR()Sebastian Huber2018-04-23103-103/+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.
* bsps/mvme147s: Fix Makefile.amSebastian Huber2018-04-201-3/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/leon3: Move AMBA support to bspsSebastian Huber2018-04-202-167/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/leon2: Move PCI driver to bspsSebastian Huber2018-04-202-657/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sparc: Move gnatsupp to bspsSebastian Huber2018-04-206-87/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move MPCI support to bspsSebastian Huber2018-04-2026-1587/+19
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sparc: Move network drivers to bspsSebastian Huber2018-04-209-484/+6
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/sparc: Move shared files to bspsSebastian Huber2018-04-2074-50188/+131
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* sparc: Move irq_asm.SSebastian Huber2018-04-204-910/+0
| | | | | | | | This file is BSP-independent. This patch is a part of the BSP source reorganization. Update #3285.
* sparc: Move _CPU_Trap_slot_templateSebastian Huber2018-04-204-39/+0
| | | | | | | | | The definition of _CPU_Trap_slot_template is BSP-independent. A potential para-virtualization support may use <rtems/score/paravirt.h>. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move benchmark timer to bspsSebastian Huber2018-04-2086-5754/+49
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move startup files to bspsSebastian Huber2018-04-20649-51858/+551
| | | | | | | | Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move start files to bspsSebastian Huber2018-04-20152-17423/+112
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move console drivers to bspsSebastian Huber2018-04-20236-48044/+194
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move shared btimer supportSebastian Huber2018-04-2016-16/+16
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move clock drivers to bspsSebastian Huber2018-04-20139-8097/+95
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bspsmpgetcurrentprocessor.c to bspsSebastian Huber2018-04-203-17/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bspsmp.c to bspsSebastian Huber2018-04-204-38/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move setvec.c to bspsSebastian Huber2018-04-2021-64/+21
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move sbrk.c to bspsSebastian Huber2018-04-2078-106/+78
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move shared CPU counter support to bspsSebastian Huber2018-04-2021-80/+30
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move getentropy-cpucounter.c to bspsSebastian Huber2018-04-2083-151/+82
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move gpio.c to bspsSebastian Huber2018-04-203-1982/+2
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move shared btimer support to bspsSebastian Huber2018-04-2019-82/+17
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove unused irq.h template fileSebastian Huber2018-04-201-77/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Remove unused rtems-stub-glue.cSebastian Huber2018-04-201-1341/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move pci_find_device.c to bspsSebastian Huber2018-04-204-277/+3
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move pci_bus_count.c to bspsSebastian Huber2018-04-202-69/+1
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move doxygen.h files to bspsSebastian Huber2018-04-2013-195/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Convert all bsp_predriver_hook()Sebastian Huber2018-04-2096-423/+203
| | | | | | Use RTEMS_SYSINIT_ITEM() instead. Update #2408.
* bsp/motorola_powerpc: Move bspstart.c to bspsSebastian Huber2018-04-202-377/+1
| | | | | | | | This shared powerpc file was only used by this BSP. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move bspgetworkarea.c to bspsSebastian Huber2018-04-2070-131/+69
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.