Fork me on GitHub
侧边栏
摘要: /sys/kernel/debug/tracing/options/irq_info 是 ftrace 中的一个选项,用于启用或禁用有关中断的详细信息的跟踪。 options/irq_info 的具体作用: 1. 启用 IRQ 信息跟踪: 当启用 irq_info 时,ftrace 将捕获与中断相关 阅读全文
posted @ 2026-07-15 10:18 yooooooo 阅读(6) 评论(0) 推荐(0)
摘要: 在 MPAM DDR 语境里,FE 和 BE 通常表示: 缩写 全称 中文含义 位置/作用 FE Front-End 前端 靠近 CPU/GPU/NPU/DMA 等发起访问的一侧,用于识别、分类、标记请求 BE Back-End 后端 靠近 DDR Controller/Memory Control 阅读全文
posted @ 2026-07-15 10:13 yooooooo 阅读(6) 评论(0) 推荐(0)
摘要: 1. 核心关系 IPI(Inter-Processor Interrupt,处理器间中断)是一个 CPU 通知或唤醒另一个 CPU 的重要机制,但 CPU 唤醒不一定都由 IPI 引起。 可以把两者关系概括为: 发送 CPU │ │ 发送 IPI ▼ 中断控制器(ARM GIC / x86 APIC 阅读全文
posted @ 2026-07-15 10:13 yooooooo 阅读(0) 评论(0) 推荐(0)
摘要: 1.1 什么是 CI-700? CI-700是一种AMBA ® 5 CHI互连,具有可定制的网状拓扑结构,采用 Armv9 处理器设计,可提供全面计算解决方案。它可以从主流智能手机扩展到高端智能手机,再到笔记本电脑级设备。设计与 CoreLink 网络互连和 CoreLink MMU-700 内存管 阅读全文
posted @ 2026-05-30 20:07 yooooooo 阅读(40) 评论(0) 推荐(0)
摘要: 文章目录 Component and interface identifiers 节点ID 接口ID Calculation of output IDs ID reduction Component and interface identifiers 在CoreLink NI-700中,每个网络接口 阅读全文
posted @ 2026-05-23 07:35 yooooooo 阅读(39) 评论(0) 推荐(0)
摘要: Arm 的 CCI-500 与 NI-700,实际上代表了 Arm SoC interconnect 演进中的“两条线”: CCI-500 = coherent interconnect(缓存一致性) NI-700 = scalable NoC(片上网络) 它们不是简单前后代关系。 而是: “缓存一 阅读全文
posted @ 2026-05-23 07:33 yooooooo 阅读(27) 评论(0) 推荐(0)
摘要: Arm 的 CoreLink NIC-400 和 CoreLink NI-700 都属于 SoC 内部互连(Interconnect / NoC)IP,但两者是不同代际、不同架构理念的产品。 你可以把它理解为: NIC-400:传统 AXI Crossbar 时代 NI-700:现代 Packeti 阅读全文
posted @ 2026-05-23 07:27 yooooooo 阅读(100) 评论(0) 推荐(0)
摘要: Documentation Index Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages bef 阅读全文
posted @ 2026-05-17 21:08 yooooooo 阅读(195) 评论(0) 推荐(0)
摘要: DIALOG.OK命令 在测试有时我们需要在某些命令或者脚本执行完之后暂停一下,这时就可以使用到 DIALOG.OK 这个命令。如下测试代码,在执行完jumto_test之后,会跳出一个弹框: AREA.view PRINT "test start..." GOTO jumpto_test PRIN 阅读全文
posted @ 2026-05-02 17:41 yooooooo 阅读(55) 评论(0) 推荐(0)
摘要: .cmm 和 .t32 文件的区别 .cmm 文件 — PRACTICE 脚本 Trace32 自己的脚本语言(叫 PRACTICE) 类似 batch/shell 脚本,可以执行一系列 T32 命令 可编辑,用记事本就能打开 典型内容: ; 加载符号 Data.LOAD.Elf "vmlinux" 阅读全文
posted @ 2026-04-19 12:08 yooooooo 阅读(67) 评论(0) 推荐(0)