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

Last change on this file was 431e335, checked in by Sebastian Huber <sebastian.huber@…>, on 03/05/24 at 17:34:10

bsps: Add xilinx_zynqmp_lp64_a53 BSP variant

Add a BSP variant without a board-specific name.

  • Property mode set to 100644
File size: 702 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_a53
11- aarch64/xilinx_zynqmp_lp64_cfc400x
12- aarch64/xilinx_zynqmp_lp64_qemu
13- aarch64/xilinx_zynqmp_lp64_zu3eg
14includes: []
15install:
16- destination: ${BSP_INCLUDEDIR}
17  source:
18  - bsps/include/xil/arm/ARMv8/64bit/xil_cache.h
19  - bsps/include/xil/arm/ARMv8/64bit/xil_exception.h
20  - bsps/include/xil/arm/ARMv8/64bit/xpseudo_asm.h
21  - bsps/include/xil/arm/ARMv8/64bit/xreg_cortexa53.h
22links: []
23source:
24- bsps/shared/xil/arm/ARMv8/xil_cache.c
25type: build
Note: See TracBrowser for help on using the repository browser.