Home
last modified time | relevance | path

Searched refs:SystemConfiguration (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DPlatformEarlyInit.c176 IN SYSTEM_CONFIGURATION *SystemConfiguration
184 ZeroMem (SystemConfiguration, sizeof (SYSTEM_CONFIGURATION));
206 SystemConfiguration
217 SystemConfiguration in VlvPolicyInit()
227 IN SYSTEM_CONFIGURATION *SystemConfiguration
255 mVlvPolicyPpi->GtConfig.PrimaryDisplay = SystemConfiguration->PrimaryVideoAdaptor;
256 mVlvPolicyPpi->GtConfig.IgdDvmt50PreAlloc = SystemConfiguration->IgdDvmt50PreAlloc;
257 mVlvPolicyPpi->GtConfig.ApertureSize = SystemConfiguration->IgdApertureSize;
258 mVlvPolicyPpi->GtConfig.GttSize = SystemConfiguration->GTTSize;
259 if (SystemConfiguration->PrimaryVideoAdaptor != 2) {
[all …]
DPchInitPeim.c57 IN SYSTEM_CONFIGURATION *SystemConfiguration
62 IN SYSTEM_CONFIGURATION *SystemConfiguration
127 IN SYSTEM_CONFIGURATION *SystemConfiguration
357 IN SYSTEM_CONFIGURATION *SystemConfiguration
374 ClearPowerState (SystemConfiguration);
442 IN SYSTEM_CONFIGURATION *SystemConfiguration
452 if( (SystemConfiguration->PcuUart1 == 1) &&
453 (SystemConfiguration->LpssHsuart0Enabled == 0)){
476 if (SystemConfiguration->LpssHsuart0Enabled == 1){
509 IN SYSTEM_CONFIGURATION *SystemConfiguration
[all …]
DPlatformInfoInit.c49 IN SYSTEM_CONFIGURATION *SystemConfiguration in CheckOsSelection()
79 if (!EFI_ERROR(Status) && (SystemConfiguration->ReservedO != OsSelection)) { in CheckOsSelection()
88 SystemConfiguration->ReservedO = OsSelectionHob->OsSelection; in CheckOsSelection()
106 SystemConfiguration->Lpe = OsSelectionHob->Lpe; in CheckOsSelection()
107 SystemConfiguration->PchAzalia = SystemConfiguration->PchAzalia; in CheckOsSelection()
109 LpssDataVarPtr = &SystemConfiguration->LpssPciModeEnabled; in CheckOsSelection()
127 IN SYSTEM_CONFIGURATION *SystemConfiguration
187 IN SYSTEM_CONFIGURATION *SystemConfiguration in InitializePlatform()
DPlatformSsaInitPeim.c41 IN SYSTEM_CONFIGURATION *SystemConfiguration, in PlatformSsaInit()
47 …ERROR, "PlatformSsaInit() - SystemConfiguration->ISPDevSel 0x%x\n",SystemConfiguration->ISPDevSel)… in PlatformSsaInit()
48 if(SystemConfiguration->ISPDevSel == 0x02) in PlatformSsaInit()
DBootMode.c155 SYSTEM_CONFIGURATION SystemConfiguration;
190 ZeroMem (&SystemConfiguration, sizeof (SYSTEM_CONFIGURATION));
212 &SystemConfiguration
223 &SystemConfiguration
228 if (SystemConfiguration.FastBoot == 1) {
DCpuInitPeim.c41 IN SYSTEM_CONFIGURATION *SystemConfiguration, in PlatformCpuInit()
DPlatformEarlyInit.h1268 IN SYSTEM_CONFIGURATION *SystemConfiguration,
1276 IN SYSTEM_CONFIGURATION *SystemConfiguration,
1372 IN SYSTEM_CONFIGURATION *SystemConfiguration
1443 IN SYSTEM_CONFIGURATION *SystemConfiguration
1450 IN SYSTEM_CONFIGURATION *SystemConfiguration
1455 IN SYSTEM_CONFIGURATION *SystemConfiguration,
1463 IN SYSTEM_CONFIGURATION *SystemConfiguration
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInfoDxe/
DPlatformInfoDxe.c61 SYSTEM_CONFIGURATION SystemConfiguration; in PlatformInfoInit()
72 &SystemConfiguration in PlatformInfoInit()
83 &SystemConfiguration in PlatformInfoInit()
98 Selection = SystemConfiguration.ReservedO; in PlatformInfoInit()
114 SystemConfiguration.ReservedO = OsSlectionHobPtr->OsSelection; in PlatformInfoInit()
119 SystemConfiguration.Lpe = OsSlectionHobPtr->Lpe; in PlatformInfoInit()
120 SystemConfiguration.PchAzalia = OsSlectionHobPtr->PchAzalia; in PlatformInfoInit()
126 LpssDataVarPtr = &SystemConfiguration.LpssPciModeEnabled; in PlatformInfoInit()
133 SystemConfiguration.GOPEnable = TRUE; in PlatformInfoInit()
140 &SystemConfiguration in PlatformInfoInit()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DExI.c72 SYSTEM_CONFIGURATION SystemConfiguration; in InitExI()
82 &SystemConfiguration in InitExI()
93 &SystemConfiguration in InitExI()
98 if (SystemConfiguration.ExISupport == 1) { in InitExI()
100 } else if (SystemConfiguration.ExISupport == 0) { in InitExI()
DPlatformDxe.h481 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
539 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
544 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
549 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
554 IN SYSTEM_CONFIGURATION *SystemConfiguration
559 IN SYSTEM_CONFIGURATION *SystemConfiguration,
567 IN SYSTEM_CONFIGURATION *SystemConfiguration
577 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
582 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
587 IN OUT SYSTEM_CONFIGURATION *SystemConfiguration
[all …]
DPlatform.c1688 SYSTEM_CONFIGURATION SystemConfiguration; in UpdateDVMTSetup() local
1698 &SystemConfiguration in UpdateDVMTSetup()
1709 &SystemConfiguration in UpdateDVMTSetup()
1714 if((SystemConfiguration.GraphicsDriverMemorySize < 4) && !EFI_ERROR(Status) ) { in UpdateDVMTSetup()
1715 switch (SystemConfiguration.GraphicsDriverMemorySize){ in UpdateDVMTSetup()
1717 SystemConfiguration.GraphicsDriverMemorySize = 4; in UpdateDVMTSetup()
1720 SystemConfiguration.GraphicsDriverMemorySize = 5; in UpdateDVMTSetup()
1723 SystemConfiguration.GraphicsDriverMemorySize = 7; in UpdateDVMTSetup()
1734 &SystemConfiguration in UpdateDVMTSetup()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformGopPolicy/
DPlatformGopPolicy.c166 SYSTEM_CONFIGURATION SystemConfiguration; in PlatformGOPPolicyEntryPoint()
191 &SystemConfiguration in PlatformGOPPolicyEntryPoint()
201 &SystemConfiguration in PlatformGOPPolicyEntryPoint()
206 if (SystemConfiguration.GOPEnable == 1) in PlatformGOPPolicyEntryPoint()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
DBoardClkGens.c284 SYSTEM_CONFIGURATION SystemConfiguration; in ConfigurePlatformClocks()
338 ZeroMem (&SystemConfiguration, sizeof (SYSTEM_CONFIGURATION)); in ConfigurePlatformClocks()
357 &SystemConfiguration); in ConfigurePlatformClocks()
366 &SystemConfiguration in ConfigurePlatformClocks()
371 EnableSpreadSpectrum = SystemConfiguration.EnableClockSpreadSpec; in ConfigurePlatformClocks()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DPlatform.c706 SYSTEM_CONFIGURATION SystemConfiguration; in PeiInitPlatform()
758 ZeroMem (&SystemConfiguration, VariableSize); in PeiInitPlatform()
777 &SystemConfiguration in PeiInitPlatform()
788 &SystemConfiguration in PeiInitPlatform()
799 if (SystemConfiguration.Igd == 1 && SystemConfiguration.PrimaryVideoAdaptor != 2) { in PeiInitPlatform()
800 GGC = (SystemConfiguration.IgdDvmt50PreAlloc << 3) | in PeiInitPlatform()
801 (SystemConfiguration.GTTSize == GTT_SIZE_1MB ? 0x100: 0x200); in PeiInitPlatform()
817 if(SystemConfiguration.CfioPnpSettings == 1) { in PeiInitPlatform()
836 Status = FtpmPolicyInit(PeiServices, &SystemConfiguration); in PeiInitPlatform()
876 switch (SystemConfiguration.MmioSize) { in PeiInitPlatform()
DBootMode.c328 SYSTEM_CONFIGURATION SystemConfiguration;
347 &SystemConfiguration
350 if (SystemConfiguration.FastBoot != 0) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/
DBoardGpios.c152 SYSTEM_CONFIGURATION SystemConfiguration; in MultiPlatformGpioTableInit()
179 &SystemConfiguration in MultiPlatformGpioTableInit()
182 if (SystemConfiguration.GpioWakeCapability == 1) { in MultiPlatformGpioTableInit()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c698 SYSTEM_CONFIGURATION SystemConfiguration;
712 &SystemConfiguration
722 &SystemConfiguration
727 switch (SystemConfiguration.IgdFlatPanel) {
1603 SYSTEM_CONFIGURATION SystemConfiguration; in PlatformBdsPolicyBehavior()
1632 &SystemConfiguration in PlatformBdsPolicyBehavior()
1643 &SystemConfiguration in PlatformBdsPolicyBehavior()
1701 if (SystemConfiguration.FastBoot == 1) { in PlatformBdsPolicyBehavior()
1816 if (SystemConfiguration.QuietBoot) { in PlatformBdsPolicyBehavior()
1985 if (SystemConfiguration.QuietBoot) { in PlatformBdsPolicyBehavior()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscOemType0x94Function.c729 Data8 = SystemConfiguration.SecureBoot;
764 Data8 = SystemConfiguration.IgdTurboEnabled;