# 参考资料

## 相关文档

| 标题 | 文档号 |
| --- | --- |
| Qualcomm Technologies, Inc. |  |
| [*Qualcomm Linux 调试指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-12/Debug-overview.html) | 80-70015-12SC |
| [*Qualcomm Linux 编译指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-254/introduction.html) | 80-70015-254Y |
| [*Qualcomm Linux 启动指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-4/overview.html) | 80-70015-4SC |
| [*Qualcomm Linux Yocto 指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-27/intro_yocto_linux_qualcomm.html) | 80-70015-27SC |
| **资源** |  |
| Linux 内核 - EFI | [https://docs.kernel.org/admin-guide/efi-stub.html](https://docs.kernel.org/admin-guide/efi-stub.html) |
| Linux 内核 API 文档 | [https://www.kernel.org/doc/html/latest/driver-api/gpio/index.html](https://www.kernel.org/doc/html/latest/driver-api/gpio/index.html) |
| 内存 | [https://docs.kernel.org/core-api/index.html#memory-management](https://docs.kernel.org/core-api/index.html#memory-management) |
| 调度器 | [https://docs.kernel.org/scheduler/sched-energy.html](https://docs.kernel.org/scheduler/sched-energy.html) |
| CPU 拓扑 | [https://docs.kernel.org/scheduler/sched-capacity.html](https://docs.kernel.org/scheduler/sched-capacity.html) |
| DT 配置设置 | [https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt](https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt) |
| DT 引脚配置 | [https://www.kernel.org/doc/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml](https://www.kernel.org/doc/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml) |
| PELT | [https://lwn.net/Articles/531853/](https://lwn.net/Articles/531853/) |
| SchedUtil 调节器 | [https://docs.kernel.org/scheduler/schedutil.html](https://docs.kernel.org/scheduler/schedutil.html) |
| UCLAMP | [https://docs.kernel.org/scheduler/sched-util-clamp.html](https://docs.kernel.org/scheduler/sched-util-clamp.html) |
| DVFS | [https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt](https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt) |
| Remoteproc 框架 | [https://www.kernel.org/doc/Documentation/remoteproc.txt](https://www.kernel.org/doc/Documentation/remoteproc.txt) |
| 串行控制台 | [https://docs.kernel.org/admin-guide/serial-console.html](https://docs.kernel.org/admin-guide/serial-console.html) |
| 使用 printk 进行调试 | [https://www.kernel.org/doc/html/next/core-api/printk-basics.html](https://www.kernel.org/doc/html/next/core-api/printk-basics.html) |
| 文件系统 | [https://docs.kernel.org/filesystems/proc.html](https://docs.kernel.org/filesystems/proc.html) |
| Debugfs | [https://www.kernel.org/doc/html/next/admin-guide/dynamic-debug-howto.html](https://www.kernel.org/doc/html/next/admin-guide/dynamic-debug-howto.html) |
| GDB | [https://docs.kernel.org/dev-tools/gdb-kernel-debugging.html](https://docs.kernel.org/dev-tools/gdb-kernel-debugging.html) |
| 调试内存 | [https://www.kernel.org/doc/html/v5.0/vm/page_owner.html](https://www.kernel.org/doc/html/v5.0/vm/page_owner.html) |
| Slub 调试 | [https://www.kernel.org/doc/Documentation/vm/slub.txt](https://www.kernel.org/doc/Documentation/vm/slub.txt) |
| 内核配置 | [https://docs.yoctoproject.org/4.3.1/kernel-dev/common.html#configuring-the-kernel](https://docs.yoctoproject.org/4.3.1/kernel-dev/common.html#configuring-the-kernel) |

## 缩略词和术语

| 缩略词或术语定义 |  |
| --- | --- |
| ASMP | 非对称多处理 (Asymmetric multiprocessing) |
| APSS | 应用处理器子系统 (Applications processor subsystem) |
| aDSP | 音频数字信号处理器 (Audio digital signal processor) |
| BSP | 板卡支持包 (Board support package) |
| CMA | 连续内存分配器 (Contiguous memory allocator) |
| cDSP | 计算数字信号处理器 (Compute digital signal processor) |
| COFF | 通用对象文件格式 (Common object file format) |
| DDR | 双倍数据速率 (Double data rate) |
| DMIPS | Dhrystone 每秒百万条指令 (Dhrystone million instructions per second) |
| DTSI | 设备树源包含 (Device tree source inclusion) |
| DVFS | 动态电压及频率调节 (Dynamic voltage and frequency scaling) |
| EAS | 节能调度 (Energy-aware scheduling) |
| EFI | 可扩展固件接口 (Extensible firmware interface) |
| ELF | 可执行和可链接的格式 (Executable and linking format) |
| EM | 能量模型 (Energy model) |
| ESP | EFI 系统分区 (EFI system partition) |
| FAT | 文件分配表 (File allocation table) |
| GIC | 通用中断控制器 (Generic interrupt controller) |
| GPIO | 通用输入/输出 (General-purpose input/output) |
| I2C | 内部集成电路 (Interintegrated circuit) |
| IRQ | 中断请求 (Interrupt request) |
| IPC | 进程间通信 (InterProcess Communication) |
| ISR | 中断服务例程 (Interrupt service routine) |
| L3 | 三级缓存 (Level 3 cache) |
| LLCC | 最后一级缓存控制器 (Last level cache controller) |
| LPASS | 低功耗音频子系统 (Low-power audio subsystem) |
| LTS | 长期支持 (Long-term support) |
| MPSS | Modem 外设子系统软件 (Modem peripheral subsystem software) |
| MTP | 移动测试平台 (Mobile test platform) |
| OS | 操作系统 (Operating system) |
| PAS | 外设鉴权服务 (Peripheral authentication service) |
| PBL | Primary boot loader |
| PE | 可移植可执行文件格式 (Portable executable file format) |
| PELT | 实体负载跟踪 (Per entity load tracking) |
| PD | 保护域 (Protection domain) |
| PIL | 外设镜像加载程序 (Peripheral image loader) |
| QPST | Qualcomm 产品支持工具 (Qualcomm Product Support Tool) |
| QXDM | Qualcomm 可扩展诊断监视器 (Qualcomm extensible diagnostic monitor) |
| RPE | 复位、供电、错误 (Reset, power, error) |
| SLPI | 传感器低功耗岛 (Sensor low-power island) |
| SMD | 共享内存驱动程序 (Shared memory driver) |
| SMP2P | 点对点共享内存 (Shared memory point to point) |
| SoC | 片上系统 (System on chip) |
| SPI | 串行外设接口 (Serial peripheral interface) |
| SSR | 子系统重启 (Subsystem restart) |
| TLMM | 顶层模式多路复用器 (Top-level mode multiplexer) |
| UCLAMP | 利用率夹紧 (Utilization clamping) |
| UEFI | 统一可扩展固件接口 (Unified extensible firmware interface) |
| UKI | 统一内核镜像 (Unified kernel image) |
| URI | 统一资源标识 (Uniform resource identifier) |
| WCNSS | 无线连接子系统 (Wireless connect subsystem) |
| WDOG | 看门狗服务 (Watchdog service) |
| WLAN | 无线局域网 (Wireless local area network) |
| WPSS | 无线处理器子系统 (Wireless processor subsystem) |
| XBL | eXtensible boot loader |

Last Published: Dec 15, 2024

[Previous Topic
调试](https://docs.qualcomm.com/bundle/publicresource/80-70015-3SC/topics/debug.md)