summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/obj.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee2021-04-071-4/+0
| | | | Update #3850
* bsp/beagle: Ported Beagle pinmux driver to RTEMSG S Niteesh Babu2021-03-211-0/+6
| | | | | | | | | | The following files have been ported 1) ti_pinmux.c 2) ti_pinmux.h 3) am335x_scm_padconf.c 4) am335x_scm_padconf.h Update #3784
* build: Sort source listsSebastian Huber2021-02-241-5/+5
| | | | Use the Python sorted() function to sort the "source" lists.
* bsps/shared: Build fsl-edma only for certain BSPChristian Mauderer2021-01-221-5/+0
| | | | | Move the Freescale EDMA driver to it's own object and build it only for the BSP that is currently using it.
* bsps/shared: Adapt fsl-edma driver for imxrtChristian Mauderer2021-01-211-0/+5
| | | | | | | | | | Note: The changes have been done with portability in mind. The driver should (in theory) be able to replace the original one in the MPC BSPs too. For full compatibility an adaption layer and especially a test would be necessary. Because both are missing, don't integrate it into the MPC BSP now. Update #4180
* bsps/shared/ofw: Implement RTEMS OFW interfaceG S Niteesh Babu2020-12-271-0/+5
| | | | | | | | | | | | | | RTEMS OFW is a FDT only implementation of the OpenFirmWare interface. This API is created to be compatible with FreeBSD OpenFirmWare interface. The main intention is to make porting of FreeBSD drivers to RTEMS easier. Most functions implemented have an direct one-one mapping with the original OFW API and some extra auxiliary functions were implemented to make working with device trees easier in RTEMS. Update #3784
* spec: Move zynq-uart into its own objectKinsey Moore2020-12-041-4/+0
| | | | | | | Currently, zynq-uart code is always built and has some requirements for BSPs that use it. Instead of making all BSPs satisfy that requirement or working around it by setting defaults, this moves the zynq-uart code into its own spec build object so it can be included if needed.
* bsps: Move zynq-uart to bsps/sharedKinsey Moore2020-12-021-0/+4
| | | | | This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
* build: Move drivers without SMP supportSebastian Huber2020-10-121-15/+2
| | | | | | | | This fixes warnings like this: warning: implicit declaration of function 'rtems_interrupt_disable' warning: implicit declaration of function 'rtems_interrupt_enable' warning: implicit declaration of function 'rtems_interrupt_flash'
* Move ARM PL011 UART driverKinsey Moore2020-10-051-0/+5
| | | | This UART driver is now needed for BSPs other than ARM.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+107
Update #3818.