diff options
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r-- | src/mainboard/lenovo/t400/cmos.layout | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/cstates.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/t400/cmos.layout b/src/mainboard/lenovo/t400/cmos.layout index 03c8683b04..475f4b2914 100644 --- a/src/mainboard/lenovo/t400/cmos.layout +++ b/src/mainboard/lenovo/t400/cmos.layout @@ -87,7 +87,7 @@ entries 984 16 h 0 check_sum #1000 24 r 0 unused -# ram initialization internal data +# RAM initialization internal data 1024 128 r 0 read_training_results # ----------------------------------------------------------------- diff --git a/src/mainboard/lenovo/t400/cstates.c b/src/mainboard/lenovo/t400/cstates.c index 827f76ed8c..3ce2ed1a81 100644 --- a/src/mainboard/lenovo/t400/cstates.c +++ b/src/mainboard/lenovo/t400/cstates.c @@ -19,12 +19,12 @@ static acpi_cstate_t cst_entries[] = { { - /* acpi C1 / cpu C1 */ + /* ACPI C1 / CPU C1 */ 1, 0x01, 1000, { ACPI_ADDRESS_SPACE_FIXED, 1, 2, { 1 }, 0, 0 } }, { - /* acpi C2 / cpu C2 */ + /* ACPI C2 / CPU C2 */ 2, 0x01, 500, { ACPI_ADDRESS_SPACE_FIXED, 1, 2, { 1 }, 0x10, 0 } }, |