forked from Imagelibrary/rtems
The address of the nandpsu peripheral is specific to the ZynqMP SoC and not relevant to other devices that might have one or more instances of this peripheral.
28 lines
691 B
YAML
28 lines
691 B
YAML
SPDX-License-Identifier: CC-BY-SA-5.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2022 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- bsps/include/dev/nand/
|
|
- bsps/include/xil/
|
|
- bsps/include/xil/${XIL_SUPPORT_PATH}/
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}
|
|
source:
|
|
- bsps/include/dev/nand/xnandpsu_bbm.h
|
|
- bsps/include/dev/nand/xnandpsu.h
|
|
- bsps/include/dev/nand/xnandpsu_hw.h
|
|
- bsps/include/dev/nand/xnandpsu_onfi.h
|
|
links:
|
|
- role: build-dependency
|
|
uid: objxilinxsupport
|
|
source:
|
|
- bsps/shared/dev/nand/xnandpsu_bbm.c
|
|
- bsps/shared/dev/nand/xnandpsu.c
|
|
- bsps/shared/dev/nand/xnandpsu_onfi.c
|
|
type: build
|