From caffdc4dabdc13d17c90a581297b28cf5afc40a5 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 13 Jan 2023 15:21:16 -0600 Subject: bsps/zynqmp: Add JFFS2 NAND adapter This adds the glue code necessary to allow JFFS2 to operate on top of NAND memory hosted by the XNandPsu peripheral/driver. --- .../bsps/aarch64/xilinx-zynqmp/objnandjffs2.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 spec/build/bsps/aarch64/xilinx-zynqmp/objnandjffs2.yml (limited to 'spec/build/bsps/aarch64/xilinx-zynqmp/objnandjffs2.yml') diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/objnandjffs2.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/objnandjffs2.yml new file mode 100644 index 0000000000..d57251e81c --- /dev/null +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/objnandjffs2.yml @@ -0,0 +1,20 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: objects +cflags: [] +copyrights: +- Copyright (C) 2023 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}/bsp + source: + - bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xnandpsu.h +links: [] +source: +- bsps/aarch64/xilinx-zynqmp/jffs2_xnandpsu.c +type: build -- cgit v1.2.3