diff options
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/g505s/buildOpts.c | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/cmos.layout | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/cstates.c | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/t60/cmos.layout | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/cmos.layout | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x200/cstates.c | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/cmos.layout | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/lenovo/g505s/buildOpts.c b/src/mainboard/lenovo/g505s/buildOpts.c index a54b4a85b7..eda1a4d27a 100644 --- a/src/mainboard/lenovo/g505s/buildOpts.c +++ b/src/mainboard/lenovo/g505s/buildOpts.c @@ -45,13 +45,13 @@ #define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE -/* Select the cpu family. */ +/* Select the CPU family. */ #define INSTALL_FAMILY_10_SUPPORT FALSE #define INSTALL_FAMILY_12_SUPPORT FALSE #define INSTALL_FAMILY_14_SUPPORT FALSE #define INSTALL_FAMILY_15_MODEL_1x_SUPPORT TRUE -/* Select the cpu socket type. */ +/* Select the CPU socket type. */ #define INSTALL_G34_SOCKET_SUPPORT FALSE #define INSTALL_C32_SOCKET_SUPPORT FALSE #define INSTALL_S1G3_SOCKET_SUPPORT FALSE 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 } }, diff --git a/src/mainboard/lenovo/t60/cmos.layout b/src/mainboard/lenovo/t60/cmos.layout index e5879d6493..5068fac822 100644 --- a/src/mainboard/lenovo/t60/cmos.layout +++ b/src/mainboard/lenovo/t60/cmos.layout @@ -74,7 +74,7 @@ entries 984 16 h 0 check_sum #1000 24 r 0 amd_reserved -# ram initialization internal data +# RAM initialization internal data 1024 8 r 0 C0WL0REOST 1032 8 r 0 C1WL0REOST 1040 8 r 0 RCVENMT diff --git a/src/mainboard/lenovo/x200/cmos.layout b/src/mainboard/lenovo/x200/cmos.layout index a00d703fe6..17918976f5 100644 --- a/src/mainboard/lenovo/x200/cmos.layout +++ b/src/mainboard/lenovo/x200/cmos.layout @@ -84,7 +84,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/x200/cstates.c b/src/mainboard/lenovo/x200/cstates.c index 827f76ed8c..3ce2ed1a81 100644 --- a/src/mainboard/lenovo/x200/cstates.c +++ b/src/mainboard/lenovo/x200/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 } }, diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout index 54a279913f..9f10fbc930 100644 --- a/src/mainboard/lenovo/x60/cmos.layout +++ b/src/mainboard/lenovo/x60/cmos.layout @@ -74,7 +74,7 @@ entries 984 16 h 0 check_sum #1000 24 r 0 amd_reserved -# ram initialization internal data +# RAM initialization internal data 1024 8 r 0 C0WL0REOST 1032 8 r 0 C1WL0REOST 1040 8 r 0 RCVENMT |