Use tabs instead of spaces to align comments in DSTD header
AOpen DXPL Plus-U and Intel XE7501devkit use »COREBOOT« as OEM Table ID. Unify the DSDT by aligning the comments in the DSDT header with tabs in accordance with the coding style [1]. [1] http://www.coreboot.org/Development_Guidelines#Coding_Style Change-Id: I78e6aa8d0318b519b1df5e2178d387dc58e48323 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2278 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
committed by
Anton Kochkov
parent
d2e0e29b16
commit
6a427b9bc7
@@ -22,10 +22,10 @@
|
|||||||
DefinitionBlock(
|
DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
"DSDT",
|
"DSDT",
|
||||||
0x04, // DSDT revision: ACPI v4.0
|
0x04, // DSDT revision: ACPI v4.0
|
||||||
"COREv4", // OEM id
|
"COREv4", // OEM id
|
||||||
"COREBOOT", // OEM table id
|
"COREBOOT", // OEM table id
|
||||||
0x20111103 // OEM revision
|
0x20111103 // OEM revision
|
||||||
) {
|
) {
|
||||||
|
|
||||||
Scope(\_SB)
|
Scope(\_SB)
|
||||||
|
@@ -7,10 +7,10 @@
|
|||||||
DefinitionBlock(
|
DefinitionBlock(
|
||||||
"dsdt.aml",
|
"dsdt.aml",
|
||||||
"DSDT",
|
"DSDT",
|
||||||
0x02, // DSDT revision: ACPI v2.0
|
0x02, // DSDT revision: ACPI v2.0
|
||||||
"COREv2", // OEM id
|
"COREv2", // OEM id
|
||||||
"COREBOOT", // OEM table id
|
"COREBOOT", // OEM table id
|
||||||
0x20090419 // OEM revision
|
0x20090419 // OEM revision
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user