Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dma_ip_drivers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
dma_ip_drivers
Commits
a93d4a48
Commit
a93d4a48
authored
Nov 11, 2023
by
raghusha-xlnx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QDMA Linux reference driver for v2023.2.1 patch release.
parent
26c44f89
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
QDMA/linux-kernel/RELEASE
QDMA/linux-kernel/RELEASE
+4
-1
QDMA/linux-kernel/docs/dma-ctl.8.gz
QDMA/linux-kernel/docs/dma-ctl.8.gz
+0
-0
QDMA/linux-kernel/driver/Makefile
QDMA/linux-kernel/driver/Makefile
+5
-0
QDMA/linux-kernel/driver/libqdma/qdma_access/qdma_access_version.h
...x-kernel/driver/libqdma/qdma_access/qdma_access_version.h
+1
-1
No files found.
QDMA/linux-kernel/RELEASE
View file @
a93d4a48
RELEASE: 2023.2.
0
RELEASE: 2023.2.
1
=================
This release is validated
...
...
@@ -149,6 +149,9 @@ CPM5
----------------
- Added driver support for CPM4 design.
2023.2.1 Updates
----------------
- Added driver support to enable 10 bit tag for CPM5 design.
KNOWN ISSUES:
=============
...
...
QDMA/linux-kernel/docs/dma-ctl.8.gz
View file @
a93d4a48
No preview for this file type
QDMA/linux-kernel/driver/Makefile
View file @
a93d4a48
...
...
@@ -125,6 +125,11 @@ ifeq ($(EQDMA_CPM5_VF_GT_256Q_SUPPORTED),1)
export
EXTRA_FLAGS
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
# the sub-makes.
MAKEOVERRIDES
:=
$(
filter-out
ARCH
=
%,
$(MAKEOVERRIDES)
)
...
...
QDMA/linux-kernel/driver/libqdma/qdma_access/qdma_access_version.h
View file @
a93d4a48
...
...
@@ -21,7 +21,7 @@
#define QDMA_VERSION_MAJOR 2023
#define QDMA_VERSION_MINOR 2
#define QDMA_VERSION_PATCH
0
#define QDMA_VERSION_PATCH
1
#define QDMA_VERSION_STR \
__stringify(QDMA_VERSION_MAJOR) "." \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment