bsps/dev/spi/xqspipsu-flash-helper: Explain source

This adds a missing header block and better explains the provenance of
the xqspipsu-flash-helper files and their copyright status.

Closes #5309
This commit is contained in:
Kinsey Moore
2025-07-23 15:02:53 -05:00
parent 84d4c11c30
commit b1dbd9eeae
2 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,18 @@
* SPDX-License-Identifier: MIT
******************************************************************************/
/**
* @file xqspipsu_flash_helper.h
*
* This file contains flash helper function prototypes for the QSPIPSU driver.
* It consists of modified functions from Xilinx's flash example in
* examples/xqspipsu_generic_flash_interrupt_example.c of the qspipsu driver.
*
* Since the comment blocks and general form of the functions has not changed,
* the Xilinx copyright above is maintained, but this file is not part of the
* upstream embeddedsw distribution.
*/
#ifndef LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H
#define LIBBSP_DEV_SPI_XQSPIPSU_HELPER_H

View File

@@ -10,6 +10,9 @@
* consists of modified functions from Xilinx's flash example in
* examples/xqspipsu_generic_flash_interrupt_example.c of the qspipsu driver.
*
* Since the comment blocks and general form of the functions has not changed,
* the Xilinx copyright above is maintained, but this file is not part of the
* upstream embeddedsw distribution.
*/
#include "xqspipsu_flash_config.h"