Revision: 18369
http://sourceforge.net/p/edk2/code/18369
Author: zwei4
Date: 2015-09-01 01:15:02 +0000 (Tue, 01 Sep 2015)
Log Message:
-----------
Fixed C-State issue of CPU1 of dual core.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shifei Lu <[email protected]>
Reviewed-by: David Wei <[email protected]>
Modified Paths:
--------------
branches/UDK2014.SP1/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/Madt30.aslc
Modified:
branches/UDK2014.SP1/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/Madt30.aslc
===================================================================
--- branches/UDK2014.SP1/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/Madt30.aslc
2015-09-01 01:06:08 UTC (rev 18368)
+++ branches/UDK2014.SP1/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/Madt30.aslc
2015-09-01 01:15:02 UTC (rev 18369)
@@ -1,6 +1,6 @@
/*++
- Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
under
the terms and conditions of the BSD License that accompanies this
distribution.
@@ -93,12 +93,12 @@
EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC, // Type
sizeof (EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC_STRUCTURE), // Length
0x02, // Processor ID
- 0x02, // Local APIC ID
//Todo: Temp change APIC ID order for fixing VLV X0 not enable 2 CPU in Windows.
+ 0x04, // Local APIC ID
0x00000001, // Flags - Disabled
(until initialized by platform driver)
EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC, // Type
sizeof (EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC_STRUCTURE), // Length
0x03, // Processor ID
- 0x04, // Local APIC ID
+ 0x02, // Local APIC ID
0x00000001, // Flags - Disabled
(until initialized by platform driver)
EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC, // Type
sizeof (EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC_STRUCTURE), // Length
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits