bsps/xilinx-zynqmp: Add JFFS2 GQSPI NOR driver

This commit is contained in:
Alex White
2022-12-18 21:07:11 -06:00
committed by Joel Sherrill
parent d55c131965
commit 098ad421a1
5 changed files with 273 additions and 0 deletions

View File

@@ -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

View 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