Indicates PeiCore will first search TE section from the PEIM to load the image, or PE32 section, when PeiCore dispatches a PEI module.
This PCD is used to tune PEI phase performance to reduce the search image time.
It can be set according to the generated image section type.
TRUE - PeiCore will first search TE section from PEIM to load the image, if TE section is not found, then PeiCore will search PE section.
FALSE - PeiCore will first search PE section from PEIM to load the image.
PeiCore search TE section first.
Name | Token Space | Token number | Data Type | Default Value |
PcdPeiCoreImageLoaderSearchTeSectionFirst | gEfiMdeModulePkgTokenSpaceGuid | 0x00010044 | BOOLEAN | TRUE |