source: rtems/spec/build/bsps/objxilinxsupportilp32.yml @ c0fad60

Last change on this file since c0fad60 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: 568 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- aarch64/xilinx_zynqmp_ilp32_qemu
10- aarch64/xilinx_zynqmp_ilp32_zu3eg
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/include/xil/arm/ARMv8/32bit/xil_cache.h
16  - bsps/include/xil/arm/ARMv8/32bit/xil_exception.h
17  - bsps/include/xil/arm/ARMv8/32bit/xpseudo_asm.h
18  - bsps/include/xil/arm/ARMv8/32bit/xreg_cortexa53.h
19links: []
20source: []
21type: build
Note: See TracBrowser for help on using the repository browser.