mirror of https://github.com/acidanthera/audk.git
IntelFrameworkModulePkg: Add missing PCD usage information in UNI and DEC files.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18084 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dfd11297f6
commit
c00fd7241f
|
@ -231,11 +231,15 @@
|
|||
# The value should be a multiple of 4KB.
|
||||
# The range should be below the EBDA reserved range from
|
||||
# (CONVENTIONAL_MEMORY_TOP - Reserved EBDA Memory Size) to CONVENTIONAL_MEMORY_TOP.
|
||||
# @Prompt Reserved Memory Base Address for OPROM
|
||||
# @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase >= 0x20000) AND ((gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase & 0x1000) == 0)
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemoryBase|0x60000|UINT32|0x3000000c
|
||||
|
||||
## Specify memory size with bytes for OPROM to find free memory.
|
||||
# The value should be a multiple of 4KB. And the range should be below the EBDA reserved range from
|
||||
# (CONVENTIONAL_MEMORY_TOP - Reserved EBDA Memory Size) to CONVENTIONAL_MEMORY_TOP.
|
||||
# @Prompt Reserved Memory Size for OPROM
|
||||
# @Expression 0x80000001 | (gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize < 0x80000) AND ((gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize & 0x1000) == 0)
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdOpromReservedMemorySize|0x28000|UINT32|0x3000000d
|
||||
|
||||
## Specify memory size with page number for a pre-allocated reserved memory to be used
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue