Skip to content

Commit c4bac15

Browse files
Shumin Qiushenshushi
Shumin Qiu
authored and
shenshushi
committed
Refine the format of PCD in INF files for UefiCpuPkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu <[email protected]> Reviewed-by: Jeff Fan <[email protected]> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16617 6f19259b-4bc3-4df7-8a09-765794883524
1 parent 6a3dae6 commit c4bac15

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Note: Local APIC library assumes local APIC is enabled. It does not handle cases
55
# where local APIC is disabled.
66
#
7-
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
7+
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
88
# This program and the accompanying materials
99
# are licensed and made available under the terms and conditions of the BSD License
1010
# which accompanies this distribution. The full text of the license may be found at
@@ -44,4 +44,4 @@
4444
IoLib
4545

4646
[Pcd]
47-
gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIME_CONSUMES
47+
gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES

UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Note: Local APIC library assumes local APIC is enabled. It does not handle cases
55
# where local APIC is disabled.
66
#
7-
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
7+
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
88
# This program and the accompanying materials
99
# are licensed and made available under the terms and conditions of the BSD License
1010
# which accompanies this distribution. The full text of the license may be found at
@@ -44,5 +44,5 @@
4444
IoLib
4545

4646
[Pcd]
47-
gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIME_CONSUMES
47+
gUefiCpuPkgTokenSpaceGuid.PcdCpuInitIpiDelayInMicroSeconds ## SOMETIMES_CONSUMES
4848

UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in
1414
# that it uses the local APIC library so that it supports x2APIC mode.
1515
#
16-
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
16+
# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
1717
#
1818
# This program and the accompanying materials
1919
# are licensed and made available under the terms and conditions of the BSD License
@@ -63,5 +63,5 @@
6363

6464

6565
[Pcd.IA32, Pcd.X64]
66-
gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIME_CONSUMES
66+
gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES
6767

0 commit comments

Comments
 (0)