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:
Paul Menzel 2013-02-04 11:38:01 +01:00 committed by Anton Kochkov
parent d2e0e29b16
commit 6a427b9bc7
2 changed files with 8 additions and 8 deletions

View File

@ -22,10 +22,10 @@
DefinitionBlock(
"dsdt.aml",
"DSDT",
0x04, // DSDT revision: ACPI v4.0
"COREv4", // OEM id
"COREBOOT", // OEM table id
0x20111103 // OEM revision
0x04, // DSDT revision: ACPI v4.0
"COREv4", // OEM id
"COREBOOT", // OEM table id
0x20111103 // OEM revision
) {
Scope(\_SB)

View File

@ -7,10 +7,10 @@
DefinitionBlock(
"dsdt.aml",
"DSDT",
0x02, // DSDT revision: ACPI v2.0
"COREv2", // OEM id
"COREBOOT", // OEM table id
0x20090419 // OEM revision
0x02, // DSDT revision: ACPI v2.0
"COREv2", // OEM id
"COREBOOT", // OEM table id
0x20090419 // OEM revision
)
{
}