|
1 | 1 | <!--- @file |
2 | 2 | 3.10 PCD Sections |
3 | 3 |
|
4 | | - Copyright (c) 2007-2018, Intel Corporation. All rights reserved.<BR> |
| 4 | + Copyright (c) 2007-2019, Intel Corporation. All rights reserved.<BR> |
5 | 5 |
|
6 | 6 | Redistribution and use in source (original document form) and 'compiled' |
7 | 7 | forms (converted to PDF, epub, HTML and other formats) with or without |
@@ -236,7 +236,7 @@ While allowed by this specification, it is not recommended to mix different |
236 | 236 | PcdType.architecture values in a single section. The following example is |
237 | 237 | valid, but not recommended: |
238 | 238 |
|
239 | | -`[PcdsDynamicEx.IA32, PcdsFixedAtBuild.X64, PcdPatchableInModule.IPF]` |
| 239 | +`[PcdsDynamicEx.IA32, PcdsFixedAtBuild.X64]` |
240 | 240 |
|
241 | 241 | Refer to the _PI Specification_ for more information. |
242 | 242 |
|
@@ -271,10 +271,6 @@ gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel | 0x80000000 |UINT32 | 0x000000 |
271 | 271 | ## Indicates the allowable maximum number in extract handler table |
272 | 272 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler | 0x10 |UINT32 | 0x00000025 |
273 | 273 |
|
274 | | -[PcdsFixedAtBuild.IPF] |
275 | | - ## This flag is used to control the printout of DebugLib |
276 | | - gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf |0x0ffffc00000 | UINT64 | 0x0000000c |
277 | | -
|
278 | 274 | [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ## This value is used to set the base address of pci express hierarchy |
279 | 275 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress | 0xE0000000 |UINT64 | 0x0000000a |
280 | 276 | ## Default current ISO 639-2 language: English & French |
|
0 commit comments