source: rtems/spec/build/bsps/objxilinxsupportlp64.yml

Last change on this file was c0fad60, checked in by Kinsey Moore <kinsey.moore@…>, on 02/02/23 at 20:58:56

bsps/xil: Import full xil_exception.h

This imports the full xil_exception.h instead of an empty stub. This is
required for some Xilinx drivers. The imported files adhere to the
current VERSION file.

  • Property mode set to 100644
File size: 632 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2022 On-Line Applications Research (OAR)
6cppflags: []
7cxxflags: []
8enabled-by:
9- bsps/aarch64/xilinx_versal
10- aarch64/xilinx_zynqmp_lp64_cfc400x
11- aarch64/xilinx_zynqmp_lp64_qemu
12- aarch64/xilinx_zynqmp_lp64_zu3eg
13includes: []
14install:
15- destination: ${BSP_INCLUDEDIR}
16  source:
17  - bsps/include/xil/arm/ARMv8/64bit/xil_cache.h
18  - bsps/include/xil/arm/ARMv8/64bit/xil_exception.h
19  - bsps/include/xil/arm/ARMv8/64bit/xpseudo_asm.h
20  - bsps/include/xil/arm/ARMv8/64bit/xreg_cortexa53.h
21links: []
22source: []
23type: build
Note: See TracBrowser for help on using the repository browser.