在UEFI中实现ACPI功能

问题描述

我正在尝试实现将在UEFI中运行的ACPI功能,该功能将响应类似于以下内容代码

'executes a WQL query 
Set colItems = objWMIService.ExecQuery("Select * from Password where InstanceName='ACPI\\PNP0C14\\0_0'")
'modify the supervisor password
For Each objItem in colItems
     'execute the method and obtain the return status     
     objItem.SetPassword strInParamValue,strReturn Next

需要实现哪些UEFI协议/功能?请参考我的示例代码

谢谢。

解决方法

您想开发什么,它是从BIOS构建的。除非您从项目供应商那里获得源代码。否则,您将无法更改。但是,如果您正在开发应用程序。您可以让mof创建自我应用程序来做某事。