summaryrefslogtreecommitdiffstats
path: root/bsps/shared/xil (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/xil: Adjust Xilinx support code for Cortex-R5Kinsey Moore2023-10-242-0/+4
| | | | | | | This fixes some issues in the Xilinx support code that are critical to support the Cortex-R5F cores present in my Xilinx SoCs. The imported Cortex-R5 xil_cache.c matches the existing information in bsps/shared/xil/VERSION.
* bsps/xil: Import Xilinx Cortex-R5 supportKinsey Moore2023-10-242-0/+1202
| | | | | This imports Xilinx support code for the MPU and cache on Cortex-R5 cores. This was imported as specified in bsps/shared/xil/VERSION.
* bsps: Import Xilinx support codeKinsey Moore2022-12-234-0/+948
This support code is necessary for many Xilinx-provided bare metal device drivers supported on ARM, AArch64, and MicroBlaze platforms. Support for all of these architectures is kept under bsps/include due to multiple architecture variants being supported which requires complex logic in the build system. The imported files are and should be able to remain unmodified. Import information is kept in bsps/shared/xil/VERSION.