Searched refs:mSystemConfiguration (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
H A DIchPlatformPolicy.c101 DxePlatformPchPolicy->LockDownConfig->BiosLock = mSystemConfiguration.SpiRwProtect;
106 DxePlatformPchPolicy->DeviceEnabling->Lan = mSystemConfiguration.Lan;
107 DxePlatformPchPolicy->DeviceEnabling->Azalia = mSystemConfiguration.PchAzalia;
108 DxePlatformPchPolicy->DeviceEnabling->Sata = mSystemConfiguration.Sata;
110 DxePlatformPchPolicy->DeviceEnabling->LpeEnabled = mSystemConfiguration.Lpe;
114 DxePlatformPchPolicy->UsbConfig->UsbXhciLpmSupport =mSystemConfiguration.UsbXhciLpmSupport;
120 if (mSystemConfiguration.PchUsbPort[2] !=0) {
121 mSystemConfiguration.PchUsbPort[2]=0;
132 &mSystemConfiguration
137 if (mSystemConfiguration
[all...]
H A DSioPlatformPolicy.c74 if((mSystemConfiguration.Serial) || (mBoardFeatures & B_BOARD_FEATURES_SIO_NO_COM1)) {
78 if((mSystemConfiguration.Serial2) || ((mBoardFeatures & B_BOARD_FEATURES_SIO_COM2)==0)) {
82 mSio83627PolicyData.LptMode = mSystemConfiguration.ParallelMode;
83 if((!mSystemConfiguration.Parallel) || (mBoardFeatures & B_BOARD_FEATURES_SIO_NO_PARALLEL)) {
H A DPlatform.c77 SYSTEM_CONFIGURATION mSystemConfiguration; variable
524 &mSystemConfiguration
537 DEBUG ((EFI_D_INFO, "InitPciDevPME mSystemConfiguration.EhciPllCfgEnable = 0x%x \n",mSystemConfiguration.EhciPllCfgEnable));
538 if (mSystemConfiguration.EhciPllCfgEnable != 1) {
583 &mSystemConfiguration
590 GlobalNvsArea->Area->CriticalThermalTripPoint = mSystemConfiguration.CriticalThermalTripPoint;
591 GlobalNvsArea->Area->PassiveThermalTripPoint = mSystemConfiguration.PassiveThermalTripPoint;
798 &mSystemConfiguration
808 &mSystemConfiguration
[all...]
H A DPciDevice.c45 extern SYSTEM_CONFIGURATION mSystemConfiguration;
325 if (mSystemConfiguration.PciLatency != 0) {
331 &mSystemConfiguration.PciLatency
H A DPlatformDxe.h692 extern SYSTEM_CONFIGURATION mSystemConfiguration;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
H A DAcpiPlatform.c75 SYSTEM_CONFIGURATION mSystemConfiguration; variable
750 mGlobalNvsArea.Area->FsaStatus = mSystemConfiguration.PchFSAOn;
754 mGlobalNvsArea.Area->FsaStatus = mSystemConfiguration.PchFSAOn;
829 &mSystemConfiguration
839 &mSystemConfiguration
936 mGlobalNvsArea.Area->PassiveThermalTripPoint = mSystemConfiguration.PassiveThermalTripPoint;
937 mGlobalNvsArea.Area->PassiveTc1Value = mSystemConfiguration.PassiveTc1Value;
938 mGlobalNvsArea.Area->PassiveTc2Value = mSystemConfiguration.PassiveTc2Value;
939 mGlobalNvsArea.Area->PassiveTspValue = mSystemConfiguration.PassiveTspValue;
940 mGlobalNvsArea.Area->CriticalThermalTripPoint = mSystemConfiguration
[all...]
H A DAcpiPlatformHooks.c46 extern SYSTEM_CONFIGURATION mSystemConfiguration;
225 if ((mSystemConfiguration.ENDBG2 == 0) && (CompareMem (&TableHeader->OemTableId, "INTLDBG2", 8) == 0)) {
437 if (mSystemConfiguration.AcpiSuspendState == 0) {
460 if (mSystemConfiguration.MipiDsi== 1) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
H A DPlatform.c56 SYSTEM_CONFIGURATION mSystemConfiguration;
180 &mSystemConfiguration
190 &mSystemConfiguration
195 mAcLossVariable = mSystemConfiguration.StateAfterG3;
200 if (mSystemConfiguration.Lan == 0x01){
201 mWakeOnLanS5Variable = mSystemConfiguration.WakeOnLanS5;
206 mWakeOnRtcVariable = mSystemConfiguration.WakeOnRtcS5;
627 if (mSystemConfiguration.UsbCharging == 0x01) {
870 &mSystemConfiguration
880 &mSystemConfiguration
47 SYSTEM_CONFIGURATION mSystemConfiguration; variable
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
H A DPciPlatform.c65 SYSTEM_CONFIGURATION mSystemConfiguration;
278 if (((mSystemConfiguration.BootNetwork == 0) && (MfgMode == FALSE )) || (mSystemConfiguration.FastBoot == 1)) {
294 (mPciOptionRomTable[TableIndex].Flag != mSystemConfiguration.BootNetwork)) ) {
353 &mSystemConfiguration
363 &mSystemConfiguration
56 SYSTEM_CONFIGURATION mSystemConfiguration; variable
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
H A DBdsPlatform.c295 SYSTEM_CONFIGURATION mSystemConfiguration;
332 &mSystemConfiguration
342 &mSystemConfiguration
347 if(mSystemConfiguration.BootDisplayDevice != 0x0)
355 switch (mSystemConfiguration.BootDisplayDevice) {
624 SYSTEM_CONFIGURATION mSystemConfiguration;
645 &mSystemConfiguration
655 &mSystemConfiguration
667 if(OnboardPciVgaDevicePath != NULL && mSystemConfiguration.PrimaryVideoAdaptor == 0) {
286 SYSTEM_CONFIGURATION mSystemConfiguration; local
615 SYSTEM_CONFIGURATION mSystemConfiguration; local
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
H A DSetupInfoRecords.c108 SYSTEM_CONFIGURATION mSystemConfiguration;
426 if (mSystemConfiguration.LogBootTime != 1) {
1514 if (mSystemConfiguration.SataType == PCH_SATA_MODE_IDE){
1759 &mSystemConfiguration
1770 &mSystemConfiguration
99 SYSTEM_CONFIGURATION mSystemConfiguration; variable

Completed in 111 milliseconds