From: Beilei Xing <beilei.x...@intel.com> This patch adds README for idpf base code.
Signed-off-by: Beilei Xing <beilei.x...@intel.com> --- drivers/common/idpf/base/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 drivers/common/idpf/base/README diff --git a/drivers/common/idpf/base/README b/drivers/common/idpf/base/README new file mode 100644 index 0000000000..257ad6c4b1 --- /dev/null +++ b/drivers/common/idpf/base/README @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2021-2022 Intel Corporation + */ + +IntelĀ® IDPF driver +================== + +This directory contains source code of BSD-3-Clause idpf driver of version +2022.09.13 released by the team which develops basic drivers for Intel IPU. +The directory of base/ contains the original source package. +This driver is valid for the product(s) listed below + +* IntelĀ® IPU E2100 + +Updating the driver +=================== + +NOTE: The source code in this directory should not be modified apart from +the following file(s): + + idpf_osdep.h \ No newline at end of file -- 2.26.2