Skip to content

Commit

Permalink
Defining Mailbox Macro for QDMA to fix APU crash on RAVE (#8052)
Browse files Browse the repository at this point in the history
QDMA blindly registers intr for mailbox even if its disabled on the hw.
    NOTE: this is a workaround to move forward with this https://jira.xilinx.com/browse/CR-1193112
    Once QDMA fixes the issue this commit should be reverted

Signed-off-by: bisingha <[email protected]>
  • Loading branch information
bisingha-xilinx authored Apr 4, 2024
1 parent ab1d4bb commit 56c7e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ PWD := $(shell pwd)
ROOT := $(dir $(M))
XILINXINCLUDE := -I$(ROOT) -I$(ROOT)/../include -I$(ROOT)/../../../../include -I$(ROOT)/../../../../common/drv/include

ccflags-y += $(XILINXINCLUDE) -DPF=USERPF -D__XRT__
ccflags-y += $(XILINXINCLUDE) -DPF=USERPF -D__XRT__ -DMBOX_INTERRUPT_DISABLE
ifeq ($(DEBUG),1)
ccflags-y += -DDEBUG
endif
Expand Down

0 comments on commit 56c7e67

Please sign in to comment.