
RSDT - OSDev Wiki
RSDT (Root System Description Table) is a data structure used in the ACPI programming interface. This table contains pointers to all the other System Description Tables.
【UEFI基础】ACPI基础-CSDN博客
2016年6月8日 · XSDT (RSDT)指向的第一张表都是FADT,Fixed ACPI Description Table。 这个表里面包含了OS需要知道的所有ACPI硬件相关寄存器 (ACPI Hardware Register Blocks,就是下图的GPx_BLK等),还包含DSDT,Differentiated System Description Table,该表包含大量的硬件信 …
ACPI System Description Tables - Windows drivers
2024年6月21日 · ACPI defines a generic, extensible table-passing mechanism, plus specific tables for describing the platform to the operating system. Table structures and headers, including ID and checksum fields, are defined in the ACPI 5.0 specification.
5. ACPI Software Programming Model
2021年2月5日 · When OSPM locates the Root System Description Pointer (RSDP) structure, it then locates the Root System Description Table (RSDT) or the Extended Root System Description Table (XSDT) using the physical system address supplied in the RSDP.
ACPI 系统说明表 - Windows drivers | Microsoft Learn
2024年6月21日 · 基于 SoC 的平台不需要执行高级配置和电源接口 (ACPI) 硬件规范,但需要(或可能需要)遵循大部分 ACPI 软件规范。 ACPI 定义了一种通用可扩展表传递机制,以及用于向操作系统描述平台的特定表。
UEFI中ACPI实现分析 - 知乎
AcpiTableDxe驱动程序可初始化 ACPI 表(Rsdp、Rsdt 和 Xsdt),并生成 UEFI/PI 服务,以安装/卸载/管理 ACPI 表; AcpiPlatformDxe驱动程序提供ACPI 平台驱动程序示例,通过使用AcpiTableDxe提供的服务安装ACPI表;
ACPI 系統描述資料表 - Windows drivers | Microsoft Learn
2023年8月30日 · 如果平臺上使用非標準 CSR,此資料表具有 ACPI 規格中 「CSRT」 的保留簽章,則必須包含在 RSDT 中。 CSRT 描述 CSR 的資源群組,其中每個資源群組都會識別特定類型的硬體。
ACPI 基础_uefi xsdt-CSDN博客
2019年1月8日 · RSDT: Root System Description Table 它主要描述了一组指向其他系描述表的 物理指针(32位), OS 通过RSDP 结构中的指针来定位RSDT.
ACPI基础详解:从RSDT到硬件编程模型 - CSDN文库
ACPI (Advanced Configuration and Power Interface) 是一种广泛应用于现代计算机系统中的低级硬件抽象层标准,旨在提供一个标准化的方式来描述和控制计算机硬件资源以及电源管理功能。
可信计算学习笔记 - ACPI - 安蓝Lyn - 博客园
2022年8月25日 · ACPI(Advanced Configuration and Power Interface,高级配置和电源接口)是在系统启动阶段由BIOS/UEFI收集系统各方面信息并创建的,它大致以树形的组织形式(如下图所示)存在系统物理内存中。