“545074fb953e1753f6b8409db533ad7998789efb”上不存在“README.md”
  • Z
    ACPI: Populate /sys/firmware/acpi/tables/ · d4c5f047
    Zhang Rui 提交于
    The file name is the signature, such as DSDT,
    and the contents are the binary table image.
    
    Some tables, such as the SSDT, can have multiple instances.
    If just one, the file is SSDT, but if 3 instances,
    for example, it will be SSDT1, SSDT2, SSDT3
    
    All static tables (besides teh RSDP and RSDT themselves
    are exported.  Dynamic tables, such as SSDT op-regions that
    are not declared in the RSDT, will be added in a subsequent patch.
    Signed-off-by: NZhang Rui <rui.zhang@intel.com>
    Signed-off-by: NLen Brown <len.brown@intel.com>
    d4c5f047
system.c 7.8 KB