You need to sign in or sign up before continuing.
提交 e4702b2c 编写于 作者: S Sakari Ailus 提交者: Rafael J. Wysocki

ACPI: property: Update documentation for hierarchical data extension 1.1

Hierarchical data extension 1.1 allows using references as the second
entries of the hierearchical data extension packages. Update the
references and the examples.

The quotes are left in documentation for clarity.
Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 2285e6d9
...@@ -76,7 +76,7 @@ A simple example of this is show below: ...@@ -76,7 +76,7 @@ A simple example of this is show below:
}, },
ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"), ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
Package () { Package () {
Package () { "port0", "PRT0" }, Package () { "port0", PRT0 },
} }
}) })
Name (PRT0, Package() { Name (PRT0, Package() {
...@@ -86,7 +86,7 @@ A simple example of this is show below: ...@@ -86,7 +86,7 @@ A simple example of this is show below:
}, },
ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"), ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
Package () { Package () {
Package () { "endpoint0", "EP00" }, Package () { "endpoint0", EP00 },
} }
}) })
Name (EP00, Package() { Name (EP00, Package() {
...@@ -106,7 +106,7 @@ A simple example of this is show below: ...@@ -106,7 +106,7 @@ A simple example of this is show below:
Name (_DSD, Package () { Name (_DSD, Package () {
ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"), ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
Package () { Package () {
Package () { "port4", "PRT4" }, Package () { "port4", PRT4 },
} }
}) })
...@@ -117,7 +117,7 @@ A simple example of this is show below: ...@@ -117,7 +117,7 @@ A simple example of this is show below:
}, },
ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"), ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
Package () { Package () {
Package () { "endpoint0", "EP40" }, Package () { "endpoint0", EP40 },
} }
}) })
...@@ -151,7 +151,7 @@ References ...@@ -151,7 +151,7 @@ References
referenced 2016-10-04. referenced 2016-10-04.
[5] Hierarchical Data Extension UUID For _DSD. [5] Hierarchical Data Extension UUID For _DSD.
<URL:http://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.pdf>, <URL:http://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf>,
referenced 2016-10-04. referenced 2016-10-04.
[6] Advanced Configuration and Power Interface Specification. [6] Advanced Configuration and Power Interface Specification.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册