HomeSort by relevance Sort by last modified time
    Searched full:msystemconfiguration (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
IchPlatformPolicy.c 101 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.UsbAutoMode == 1) { // auto mode is enable
    [all...]
SioPlatformPolicy.c 74 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)) {
Platform.c 77 SYSTEM_CONFIGURATION mSystemConfiguration;
523 &mSystemConfiguration
536 DEBUG ((EFI_D_INFO, "InitPciDevPME mSystemConfiguration.EhciPllCfgEnable = 0x%x \n",mSystemConfiguration.EhciPllCfgEnable));
537 if (mSystemConfiguration.EhciPllCfgEnable != 1) {
581 &mSystemConfiguration
588 GlobalNvsArea->Area->CriticalThermalTripPoint = mSystemConfiguration.CriticalThermalTripPoint;
589 GlobalNvsArea->Area->PassiveThermalTripPoint = mSystemConfiguration.PassiveThermalTripPoint;
796 &mSystemConfiguration
806 &mSystemConfiguration
    [all...]
PciDevice.c 45 extern SYSTEM_CONFIGURATION mSystemConfiguration;
319 if (mSystemConfiguration.PciLatency != 0) {
325 &mSystemConfiguration.PciLatency
PlatformDxe.h 692 extern SYSTEM_CONFIGURATION mSystemConfiguration;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 77 SYSTEM_CONFIGURATION mSystemConfiguration;
758 mGlobalNvsArea.Area->FsaStatus = mSystemConfiguration.PchFSAOn;
762 mGlobalNvsArea.Area->FsaStatus = mSystemConfiguration.PchFSAOn;
835 &mSystemConfiguration
845 &mSystemConfiguration
942 mGlobalNvsArea.Area->PassiveThermalTripPoint = mSystemConfiguration.PassiveThermalTripPoint;
943 mGlobalNvsArea.Area->PassiveTc1Value = mSystemConfiguration.PassiveTc1Value;
    [all...]
AcpiPlatformHooks.c 45 extern SYSTEM_CONFIGURATION mSystemConfiguration;
224 if ((mSystemConfiguration.ENDBG2 == 0) && (CompareMem (&TableHeader->OemTableId, "INTLDBG2", 8) == 0)) {
435 if (mSystemConfiguration.AcpiSuspendState == 0) {
458 if (mSystemConfiguration.MipiDsi== 1) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.c 65 SYSTEM_CONFIGURATION mSystemConfiguration;
278 if (((mSystemConfiguration.BootNetwork == 0) && (MfgMode == FALSE )) || (mSystemConfiguration.FastBoot == 1)) {
294 (mPciOptionRomTable[TableIndex].Flag != mSystemConfiguration.BootNetwork)) ) {
353 &mSystemConfiguration
363 &mSystemConfiguration
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
Platform.c 56 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
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 108 SYSTEM_CONFIGURATION mSystemConfiguration;
426 if (mSystemConfiguration.LogBootTime != 1) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 294 SYSTEM_CONFIGURATION mSystemConfiguration;
331 &mSystemConfiguration
341 &mSystemConfiguration
346 if(mSystemConfiguration.BootDisplayDevice != 0x0)
354 switch (mSystemConfiguration.BootDisplayDevice) {
623 SYSTEM_CONFIGURATION mSystemConfiguration;
644 &mSystemConfiguration
654 &mSystemConfiguration
666 if(OnboardPciVgaDevicePath != NULL && mSystemConfiguration.PrimaryVideoAdaptor == 0) {
    [all...]

Completed in 1398 milliseconds