source: rtems/spec/build/bsps/objxilinxsupportlp64.yml @ 5b12443

Last change on this file since 5b12443 was 50539ba8, checked in by Kinsey Moore <kinsey.moore@…>, on 12/02/22 at 18:19:19

bsps: Import Xilinx support code

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.

  • Property mode set to 100644
File size: 579 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-5.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/xpseudo_asm.h
19  - bsps/include/xil/arm/ARMv8/64bit/xreg_cortexa53.h
20links: []
21source: []
22type: build
Note: See TracBrowser for help on using the repository browser.