forked from Imagelibrary/rtems
Do not warn about excessive shifts in imported Xilinx driver code when building with the ILP32 ABI. The two instances of this warning produce the desired effect of setting the upper address bits to 0.
32 lines
874 B
YAML
32 lines
874 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags:
|
|
- -Wno-shift-count-overflow
|
|
copyrights:
|
|
- Copyright (C) 2022 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- bsps/include/dev/spi/
|
|
- bsps/include/xil/
|
|
- bsps/include/xil/${XIL_SUPPORT_PATH}/
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/dev/spi
|
|
source:
|
|
- bsps/include/dev/spi/xqspipsu_control.h
|
|
- bsps/include/dev/spi/xqspipsu_flash_config.h
|
|
- bsps/include/dev/spi/xqspipsu_hw.h
|
|
- bsps/include/dev/spi/xqspipsu-flash-helper.h
|
|
- bsps/include/dev/spi/xqspipsu.h
|
|
links:
|
|
- role: build-dependency
|
|
uid: optxpssysctrlbaseaddress
|
|
source:
|
|
- bsps/shared/dev/spi/xqspipsu_control.c
|
|
- bsps/shared/dev/spi/xqspipsu_hw.c
|
|
- bsps/shared/dev/spi/xqspipsu_options.c
|
|
- bsps/shared/dev/spi/xqspipsu-flash-helper.c
|
|
- bsps/shared/dev/spi/xqspipsu.c
|
|
type: build
|