-
Notifications
You must be signed in to change notification settings - Fork 76
Linux driver update to support FW debug enhancements #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
d31c1d7
to
ceb5776
Compare
306f4b3
to
53c6e6a
Compare
53c6e6a
to
e1d6c03
Compare
e1d6c03
to
c6a8763
Compare
8a06edd
to
b5b0116
Compare
b5b0116
to
c828b29
Compare
c12c4c5
to
c3cee05
Compare
749225c
to
29051f8
Compare
ok to test |
trigger jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VinitAmd, I focused my review time on interactions with the device firmware. I have no concerns about merging this PR and improving things in a second pass. Thanks for attending to my suggestions.
Add log info to iomapped DRAM buffer from FW, read at driver side on FW triggered interrupts. Signed-off-by: vinit shukla <[email protected]>
29051f8
to
6f1b17f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed aie2_message.c, aie2_msg_priv.h, aie2_pci.c and aie2_pci.h changes, LGTM.
[Why]
DRAM logging support is required to enhance FW debugging.
[What]
Add log info to iomapped DRAM buffer from FW, read at
driver side on FW triggered interrupts.