forked from Imagelibrary/rtems
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.
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2022 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- bsps/include/xil/
|
|
- bsps/include/xil/${XIL_SUPPORT_PATH}/
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}
|
|
source:
|
|
- bsps/include/xil/bspconfig.h
|
|
- bsps/include/xil/sleep.h
|
|
- bsps/include/xil/xbasic_types.h
|
|
- bsps/include/xil/xil_assert.h
|
|
- bsps/include/xil/xil_io.h
|
|
- bsps/include/xil/xil_mem.h
|
|
- bsps/include/xil/xil_printf.h
|
|
- bsps/include/xil/xil_smc.h
|
|
- bsps/include/xil/xil_types.h
|
|
- bsps/include/xil/xparameters.h
|
|
- bsps/include/xil/xpseudo_asm_gcc.h
|
|
- bsps/include/xil/xstatus.h
|
|
links:
|
|
- role: build-dependency
|
|
uid: objxilinxsupportmb
|
|
- role: build-dependency
|
|
uid: objxilinxsupportr5
|
|
- role: build-dependency
|
|
uid: objxilinxsupporta9
|
|
- role: build-dependency
|
|
uid: objxilinxsupportilp32
|
|
- role: build-dependency
|
|
uid: objxilinxsupportlp64
|
|
- role: build-dependency
|
|
uid: optxilsupportpath
|
|
source:
|
|
- bsps/shared/xil/xil_assert.c
|
|
- bsps/shared/xil/xil_mem.c
|
|
type: build
|