forked from Imagelibrary/rtems
bsps/xilinx-zynqmp: Add JFFS2 GQSPI NOR driver
This commit is contained in:
committed by
Joel Sherrill
parent
d55c131965
commit
098ad421a1
@@ -20,6 +20,8 @@ links:
|
||||
uid: abi
|
||||
- role: build-dependency
|
||||
uid: obj
|
||||
- role: build-dependency
|
||||
uid: objjffs2qspinor
|
||||
- role: build-dependency
|
||||
uid: objsmp
|
||||
- role: build-dependency
|
||||
|
||||
22
spec/build/bsps/aarch64/xilinx-zynqmp/objjffs2qspinor.yml
Normal file
22
spec/build/bsps/aarch64/xilinx-zynqmp/objjffs2qspinor.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.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/spi/
|
||||
- bsps/include/xil/
|
||||
- bsps/include/xil/${XIL_SUPPORT_PATH}/
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||
source:
|
||||
- bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h
|
||||
links:
|
||||
- role: build-dependency
|
||||
uid: ../../objqspipsu
|
||||
source:
|
||||
- bsps/aarch64/xilinx-zynqmp/jffs2_xqspipsu.c
|
||||
type: build
|
||||
Reference in New Issue
Block a user