[DM/PCI] Add /proc access in RT-Smart user.

1. Add ROM base info.
2. Save th PM status.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2025-04-17 14:32:07 +08:00
committed by Rbb666
parent 51b6df9c16
commit 99fc1bb72b
7 changed files with 418 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ src = ['access.c', 'host-bridge.c', 'irq.c', 'pci.c', 'pme.c', 'probe.c']
if GetDepend(['RT_USING_OFW']):
src += ['ofw.c']
if GetDepend(['RT_USING_DFS_PROCFS']):
src += ['procfs.c']
if GetDepend(['RT_PCI_ECAM']):
src += ['ecam.c']