summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/qoriq/obj.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-09bsp/qoriq: Do not build unused objectSebastian Huber1-1/+0
2024-01-31bsps/qoriq: Add VME support for MVME2500Christian Mauderer1-2/+1
This enables the VME support for the MVME2500. Note that the PCIe support from libbsd is used. So you need the related libbsd patches for this to work. If the drivers in libbsd are not enabled, the linker should not pick up anything from this patch.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-04-05bsp/qoriq: Build VME Tundra Tsi148 driverSebastian Huber1-0/+2
2022-08-22spec/bsps: Do not install tm27.hChris Johns1-1/+0
Updates #4705
2021-11-30libc: Optimize malloc() initializationSebastian Huber1-0/+1
The BSPs provide memory for the separate C Program Heap initialization via _Memory_Get(). Most BSPs provide exactly one memory area. Only two BSPs provide more than one memory area (arm/altera-cyclone-v and bsps/powerpc/mpc55xxevb). Only if more than one memory area is provided, there is a need to use _Heap_Extend(). Provide two implementations to initialize the separate C Program Heap and let the BSP select one of the implementations based on the number of provided memory areas. This gets rid of a dependency on _Heap_Extend(). It also avoids dead code sections for most BSPs. Change licence to BSD-2-Clause according to file history. Update #3053.
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber1-0/+1
The BSPs provide memory for the workspace initialization via _Memory_Get(). Most BSPs provide exactly one memory area. Only two BSPs provide more than one memory area (arm/altera-cyclone-v and bsps/powerpc/mpc55xxevb). Only if more than one memory area is provided, there is a need to use _Heap_Extend(). Provide two implementations to initialize the workspace handler and let the BSP select one of the implementations based on the number of provided memory areas. This gets rid of a dependency on _Heap_Extend(). It also avoids dead code sections for most BSPs.
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+75
Update #3818.