The HCCS and SDMA modules and the log collection function are added. Signed-off-by: zhangyuyang <zhangyuyang31@huawei.com> (cherry picked from commit 73fe961568c3b5e4406a65a46e926f2f0623d585)
60 lines
2.0 KiB
Diff
60 lines
2.0 KiB
Diff
From 4fa7bfb97799f85940d2c8cec1a2078a3a637d4d Mon Sep 17 00:00:00 2001
|
|
From: moubingquan <moubingquan@huawei.com>
|
|
Date: Fri, 20 Dec 2024 15:03:30 +0800
|
|
Subject: [PATCH 69/81] [hikptool/ pcie]:The query result of pcie_dumpreg does
|
|
not match the register list.
|
|
|
|
Rectify the problem that the pcie_regdump
|
|
command dump registers do not match the register table.
|
|
|
|
Signed-off-by: moubingquan <moubingquan@huawei.com>
|
|
---
|
|
pcie/func_lib/pcie_func/pcie_reg_dump.c | 8 ++------
|
|
1 file changed, 2 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/pcie/func_lib/pcie_func/pcie_reg_dump.c b/pcie/func_lib/pcie_func/pcie_reg_dump.c
|
|
index 4172637..ad7cc7f 100644
|
|
--- a/pcie/func_lib/pcie_func/pcie_reg_dump.c
|
|
+++ b/pcie/func_lib/pcie_func/pcie_reg_dump.c
|
|
@@ -64,10 +64,8 @@ struct pcie_dumpreg_info g_reg_table_tl[] = {
|
|
{0, "TL_RX_NONPOST_CNT"},
|
|
{0, "TL_RX_CPL_CNT"},
|
|
{0, "TL_RX_LOC_TLP_CNT"},
|
|
- {0, "TL_RX_ERR_STATUS"},
|
|
{0, "TL_CFGSPACE_BDF"},
|
|
{0, "TL_TX_UR_CNT"},
|
|
- {0, "TL_RX_ERR_STATUS"},
|
|
};
|
|
|
|
struct pcie_dumpreg_info g_reg_table_dl[] = {
|
|
@@ -126,7 +124,6 @@ struct pcie_dumpreg_info g_reg_table_mac[] = {
|
|
{0, "MAC_REG_DEBUG_PIPE9"},
|
|
{0, "MAC_REG_DEBUG_PIPE10"},
|
|
{0, "MAC_REG_DEBUG_PIPE11"},
|
|
- {0, "MAC_LEAVE_L0_INFO"},
|
|
{0, "DFX_APB_LANE_ERROR_STATUS_0"},
|
|
{0, "DFX_APB_LANE_ERROR_STATUS_1"},
|
|
{0, "MAC_REG_PHY_RXDATA_TS_REG"},
|
|
@@ -255,7 +252,6 @@ struct pcie_dumpreg_info g_reg_table_iob_rx[] = {
|
|
{0, "DFX_IOB_RX_CNT_RESP_RX"},
|
|
{0, "DFX_IOB_RX_CNT_RESP_LOC"},
|
|
{0, "DFX_IOB_RX_CNT_RESP_RECV"},
|
|
- {0, "IOB_RX_INT_STATUS"},
|
|
{0, "DFX_IOB_RX_AMB_WR_CNT_0"},
|
|
{0, "DFX_IOB_RX_AMB_WR_CNT_1"},
|
|
{0, "DFX_IOB_RX_AMB_RD_CNT_0"},
|
|
@@ -369,8 +365,8 @@ struct pcie_dumpreg_info g_reg_table_core_glb[] = {
|
|
{0, "CORE_INT_FE_RO_2"},
|
|
{0, "PORT07_LINK_MODE"},
|
|
{0, "PORT815_LINK_MODE"},
|
|
- {0, "PCIE_LINK_DOWN_CLR_PORT_EN_REG"},
|
|
- {0, "CORE_CLK_FLG_REG"},
|
|
+ {0, "PCIE_LINK_DOWN_CLR_PORT_EN"},
|
|
+ {0, "CORE_CLK_FLG"},
|
|
};
|
|
|
|
struct pcie_dumpreg_info g_reg_table_core_tl[] = {
|
|
--
|
|
2.45.0.windows.1
|
|
|