Commit a93d4a48 authored by raghusha-xlnx's avatar raghusha-xlnx

QDMA Linux reference driver for v2023.2.1 patch release.

parent 26c44f89
RELEASE: 2023.2.0 RELEASE: 2023.2.1
================= =================
This release is validated This release is validated
...@@ -149,6 +149,9 @@ CPM5 ...@@ -149,6 +149,9 @@ CPM5
---------------- ----------------
- Added driver support for CPM4 design. - Added driver support for CPM4 design.
2023.2.1 Updates
----------------
- Added driver support to enable 10 bit tag for CPM5 design.
KNOWN ISSUES: KNOWN ISSUES:
============= =============
......
...@@ -125,6 +125,11 @@ ifeq ($(EQDMA_CPM5_VF_GT_256Q_SUPPORTED),1) ...@@ -125,6 +125,11 @@ ifeq ($(EQDMA_CPM5_VF_GT_256Q_SUPPORTED),1)
export EXTRA_FLAGS export EXTRA_FLAGS
endif endif
ifeq ($(EQDMA_CPM5_10BIT_TAG_ENABLE),1)
EXTRA_FLAGS += -DEQDMA_CPM5_10BIT_TAG_ENABLE
export EXTRA_FLAGS
endif
# Don't allow ARCH to overwrite the modified variable when passed to # Don't allow ARCH to overwrite the modified variable when passed to
# the sub-makes. # the sub-makes.
MAKEOVERRIDES := $(filter-out ARCH=%,$(MAKEOVERRIDES)) MAKEOVERRIDES := $(filter-out ARCH=%,$(MAKEOVERRIDES))
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define QDMA_VERSION_MAJOR 2023 #define QDMA_VERSION_MAJOR 2023
#define QDMA_VERSION_MINOR 2 #define QDMA_VERSION_MINOR 2
#define QDMA_VERSION_PATCH 0 #define QDMA_VERSION_PATCH 1
#define QDMA_VERSION_STR \ #define QDMA_VERSION_STR \
__stringify(QDMA_VERSION_MAJOR) "." \ __stringify(QDMA_VERSION_MAJOR) "." \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment