5 Star 0 Fork 7

src-openEuler/hikptool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0008-delete-pcie-AP_INT-module-for-dump-reg.patch 970 Bytes
一键复制 编辑 原始数据 按行查看 历史
veega2022 提交于 2023-05-30 22:10 +08:00 . sync code for bugfix
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/hikptool.git
git@gitee.com:src-openeuler/hikptool.git
src-openeuler
hikptool
hikptool
master

搜索帮助