AMD boards, ASRock E350M1: Remove whitespace in front of comma in DSDT
commit 585a400697
Author: zbao <fishbaozi@gmail.com>
Date: Thu Apr 12 11:27:26 2012 +0800
Leverage the Pstate table created by AGESA.
… introduced unneeded whitespace in front of a comma.
Revert that part of the above commit. In the file for AMD Dinar
tabs and spaces are mixed, but leave that alone for the beginning.
Change-Id: I279cd0cb0be8c79258034733773f2ae1c2207cce
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2187
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
This commit is contained in:
parent
70f39871a9
commit
dfff8a1631
|
@ -81,28 +81,28 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C004, /* name space name */
|
C004, /* name space name */
|
||||||
4, /* Unique number for this processor */
|
4, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C005, /* name space name */
|
C005, /* name space name */
|
||||||
5, /* Unique number for this processor */
|
5, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C006, /* name space name */
|
C006, /* name space name */
|
||||||
6, /* Unique number for this processor */
|
6, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C007, /* name space name */
|
C007, /* name space name */
|
||||||
7, /* Unique number for this processor */
|
7, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,21 +74,21 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C001, /* name space name */
|
C001, /* name space name */
|
||||||
1, /* Unique number for this processor */
|
1, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C002, /* name space name */
|
C002, /* name space name */
|
||||||
2, /* Unique number for this processor */
|
2, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C003, /* name space name */
|
C003, /* name space name */
|
||||||
3, /* Unique number for this processor */
|
3, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,21 +74,21 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C001, /* name space name */
|
C001, /* name space name */
|
||||||
1, /* Unique number for this processor */
|
1, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C002, /* name space name */
|
C002, /* name space name */
|
||||||
2, /* Unique number for this processor */
|
2, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C003, /* name space name */
|
C003, /* name space name */
|
||||||
3, /* Unique number for this processor */
|
3, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,21 +74,21 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C001, /* name space name */
|
C001, /* name space name */
|
||||||
1, /* Unique number for this processor */
|
1, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C002, /* name space name */
|
C002, /* name space name */
|
||||||
2, /* Unique number for this processor */
|
2, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C003, /* name space name */
|
C003, /* name space name */
|
||||||
3, /* Unique number for this processor */
|
3, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,21 +60,21 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C001, /* name space name */
|
C001, /* name space name */
|
||||||
1, /* Unique number for this processor */
|
1, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C002, /* name space name */
|
C002, /* name space name */
|
||||||
2, /* Unique number for this processor */
|
2, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C003, /* name space name */
|
C003, /* name space name */
|
||||||
3, /* Unique number for this processor */
|
3, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,21 +74,21 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C001, /* name space name */
|
C001, /* name space name */
|
||||||
1, /* Unique number for this processor */
|
1, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C002, /* name space name */
|
C002, /* name space name */
|
||||||
2, /* Unique number for this processor */
|
2, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C003, /* name space name */
|
C003, /* name space name */
|
||||||
3, /* Unique number for this processor */
|
3, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,21 +74,21 @@ DefinitionBlock (
|
||||||
Processor(
|
Processor(
|
||||||
C001, /* name space name */
|
C001, /* name space name */
|
||||||
1, /* Unique number for this processor */
|
1, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C002, /* name space name */
|
C002, /* name space name */
|
||||||
2, /* Unique number for this processor */
|
2, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Processor(
|
Processor(
|
||||||
C003, /* name space name */
|
C003, /* name space name */
|
||||||
3, /* Unique number for this processor */
|
3, /* Unique number for this processor */
|
||||||
0x810 , /* PBLK system I/O address !hardcoded! */
|
0x810, /* PBLK system I/O address !hardcoded! */
|
||||||
0x00 /* PBLKLEN for boot processor */
|
0x00 /* PBLKLEN for boot processor */
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue