# 参考资料

## 相关文档

| 标题 | 数字 |
| --- | --- |
| Qualcomm Technologies, Inc. |  |
| [*Qualcomm Linux 调试指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70017-12/Debug-overview.html) | 80-70017-12SC |
| [*Qualcomm Linux 编译指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70017-254/introduction.html) | 80-70017-254Y |
| [*Qualcomm Linux 启动指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70017-4/overview.html) | 80-70017-4SC |
| [*Qualcomm Linux Yocto 指南*](https://docs.qualcomm.com/bundle/publicresource/topics/80-70017-27/intro_yocto_linux_qualcomm.html) | 80-70017-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) |
| 内存 Memory | [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) |
| CID | 上下文标识符 (Context identifier) |
| CMA | 连续内存分配器 (Contiguous memory allocator) |
| cDSP | 计算数字信号处理器 (Compute digital signal processor) |
| Chardev | 字符设备 (Character device) |
| COFF | 通用对象文件格式 (Common object file format) |
| crosvm | ChromeOS 虚拟机监视器 (The ChromeOS virtual machine monitor) |
| DDR | 双倍数据速率 (Double data rate) |
| DMA | 直接内存访问 (Direct memory access) |
| DMIPS | Dhrystone 每秒百万条指令 (Dhrystone million instructions per second) |
| DTSI | 设备树源包含 (Device tree source inclusion) |
| DTBO | DTB 覆盖 (DTB overlays) |
| DTSO | 设备树源覆盖  Device tree source overlay |
| 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) |
| GCC | GNU 编译器集合  GNU compiler collection |
| GIC | 通用中断控制器 (Generic interrupt controller) |
| GPIO | 通用输入/输出 (General-purpose input/output) |
| HYP | Hypervisor |
| I2C | 集成电路 (Interintegrated circuit) |
| Initrd | 初始 RAM 磁盘 (Initial RAM disk) |
| IRQ | 中断请求 (Interrupt request) |
| IPC | 进程间通信 (Interprocess communication) |
| ISR | 中断服务程序 (Interrupt service routine) |
| KVM | 基于内核的虚拟机 (Kernel-based virtual machine) |
| L3 | 3 级缓存 (Level 3 cache) |
| LLCC | 最后一级缓存控制器 (Last level cache controller) |
| LPASS | 低功耗音频子系统 (Low-power audio subsystem) |
| LTS | 长期支持 (Long-term support) |
| MPSS | 调制解调器外设子系统软件 (Modem peripheral subsystem software) |
| MTP | 移动测试平台 (Mobile test platform) |
| OS | 操作系统 (Operating system) |
| PAS | 外设身份验证服务 (Peripheral authentication service) |
| PBL | 主引导加载程序 (Primary boot loader) |
| PCI | 外设组件互连 (Peripheral component interconnect) |
| PE | 便携式可执行文件格式 (Portable executable file format) |
| PELT | 每实体负载跟踪 (Per entity load tracking) |
| PD | 保护域 (Protection domain) |
| PIL | 外设镜像加载器 (Peripheral image loader) |
| PSCI | 电源状态协调接口 (Power state coordination interface) |
| QCAP | Qualcomm crash analysis portal |
| QPST | Qualcomm Product Support Tool |
| QXDM | Qualcomm extensible diagnostic monitor |
| QEMU | 快速仿真器 (Quick emulator) |
| RPE | 重置、电源、错误 (Reset, power, error) |
| RTOS | 实时操作系统 (Real-time operating system) |
| 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) |
| SVM | 次级虚拟机 (Secondary virtual machine) |
| TLMM | 顶层模式多路复用器 (Top-level mode multiplexer) |
| TTY | Teletype |
| UCLAMP | 利用率钳位 (Utilization clamping) |
| UEFI | 统一可扩展固件接口 (Unified extensible firmware interface) |
| UKI | 统一内核镜像 (Unified kernel image) |
| URI | 统一资源标识符 (Uniform resource identifier) |
| VHE | 虚拟主机扩展 (Virtual host extensions) |
| VFIO | 虚拟功能 I/O (Virtual function I/O) |
| VM | 虚拟机 (Virtual machine) |
| VMM | 虚拟机监视器 (Virtual machine monitor) |
| WCNSS | 无线连接子系统 (Wireless connect subsystem) |
| WDOG | 看门狗服务 (Watchdog service) |
| WLAN | 无线局域网 (Wireless local area network) |
| WPSS | 无线处理器子系统 (Wireless processor subsystem) |
| XBL | 可扩展引导加载程序 (eXtensible boot loader) |

Last Published: Jan 25, 2025

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