[coreboot-gerrit] Patch set updated for coreboot: 226af99 X201: Add missing CPU counter.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri Jan 10 01:03:42 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4624

-gerrit

commit 226af997e1c2389ed5a4b3a54d6b62b63cf566d4
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Jan 2 11:08:29 2014 +0100

    X201: Add missing CPU counter.
    
    Change-Id: If9f10ef40193fc84ab1849429b5af678ffe831b2
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x201/acpi_tables.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c
index 36939d7..165de0d 100644
--- a/src/mainboard/lenovo/x201/acpi_tables.c
+++ b/src/mainboard/lenovo/x201/acpi_tables.c
@@ -42,6 +42,7 @@ static void acpi_create_gnvs(global_nvs_t * gnvs)
 	memset((void *)gnvs, 0, sizeof(*gnvs));
 	gnvs->apic = 1;
 	gnvs->mpen = 1;		/* Enable Multi Processing */
+	gnvs->pcnt = dev_count_cpu();
 
 	/* IGD Displays */
 	gnvs->ndid = 3;



More information about the coreboot-gerrit mailing list