CorebootPayloadPkg: Allow MaxLogicalProcessorNumber to be changed

Add a define and use it with MaxLogicalProcessorNumber to enable this
PCD to be changed via the command line.  Quark needs to set this value
to one during the builds.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
This commit is contained in:
Leahy, Leroy P 2016-05-04 17:38:17 -07:00 committed by Prince Agyeman
parent ab28ec2bbe
commit 109df3fa54
2 changed files with 14 additions and 0 deletions

View File

@ -33,6 +33,11 @@
DEFINE SECURE_BOOT_ENABLE = FALSE
DEFINE SOURCE_DEBUG_ENABLE = FALSE
#
# CPU options
#
DEFINE MAX_LOGICAL_PROCESSORS = 64
#
# Serial port set up
#
@ -281,6 +286,8 @@
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|$(DEFAULT_TERMINAL_TYPE)
gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters|$(PCI_SERIAL_PARAMETERS)
gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|$(MAX_LOGICAL_PROCESSORS)
################################################################################
#
# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform

View File

@ -33,6 +33,11 @@
DEFINE SECURE_BOOT_ENABLE = FALSE
DEFINE SOURCE_DEBUG_ENABLE = FALSE
#
# CPU options
#
DEFINE MAX_LOGICAL_PROCESSORS = 64
#
# Serial port set up
#
@ -286,6 +291,8 @@
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|$(DEFAULT_TERMINAL_TYPE)
gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters|$(PCI_SERIAL_PARAMETERS)
gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|$(MAX_LOGICAL_PROCESSORS)
################################################################################
#
# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform