sync code: fix PCIe and serdes, roh module problem Signed-off-by: veega2022 <zhuweijia@huawei.com>
29 lines
970 B
Diff
29 lines
970 B
Diff
From b369c7bf28b576097b46470d509ac61116872958 Mon Sep 17 00:00:00 2001
|
|
From: veega2022 <zhuweijia@huawei.com>
|
|
Date: Wed, 10 May 2023 18:09:55 +0800
|
|
Subject: [PATCH 04/18] delete pcie AP_INT module for dump reg
|
|
|
|
the AP_INT module is abandoned, so deleted this module and do not dump
|
|
this module reg
|
|
|
|
Signed-off-by: hesiyuan <hesiyuan4@huawei.com>
|
|
---
|
|
pcie/func_lib/pcie_func/pcie_reg_read.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/pcie/func_lib/pcie_func/pcie_reg_read.c b/pcie/func_lib/pcie_func/pcie_reg_read.c
|
|
index 6ba4f07..b3d4643 100644
|
|
--- a/pcie/func_lib/pcie_func/pcie_reg_read.c
|
|
+++ b/pcie/func_lib/pcie_func/pcie_reg_read.c
|
|
@@ -30,7 +30,6 @@ static struct pcie_module_table g_module_table[] = {
|
|
{"PCIPC_REG", PCIPC_REG_ID},
|
|
{"AP_MCTP_REG", AP_MCTP_REG_ID},
|
|
{"AP_ENGINE_REG", AP_ENGINE_REG_ID},
|
|
- {"AP_INT_REG", AP_INT_REG_ID},
|
|
{"AP_DMA_REG", AP_DMA_REG_ID},
|
|
{"TOP_REG", TOP_REG_ID},
|
|
{"CORE_GLOBAL_REG", CORE_GLOBAL_REG_ID},
|
|
--
|
|
2.25.1
|
|
|