[DM/MFD] Add QEMU EDU for PCI study

EDU Support DMA (lower 32 bits) and factorial, MSI-X, user can change device or driver
to study PCI.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2025-12-07 22:58:09 +08:00
committed by R b b666
parent c9b8cb5897
commit 2995112bee
3 changed files with 342 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@ cwd = GetCurrentDir()
CPPPATH = [cwd + '/../include']
src = []
if GetDepend(['RT_MFD_EDU']):
src += ['mfd-edu.c']
if GetDepend(['RT_MFD_SYSCON']):
src += ['mfd-syscon.c']