Home
last modified time | relevance | path

Searched refs:PcdGetBool (Results 1 – 25 of 82) sorted by relevance

1234

/device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
DIsaAcpi.c117 if (PcdGetBool (PcdIsaAcpiCom1Enable)) { in InitializePcatIsaAcpiDeviceList()
121 if (PcdGetBool (PcdIsaAcpiCom2Enable)) { in InitializePcatIsaAcpiDeviceList()
125 if (PcdGetBool (PcdIsaAcpiPs2KeyboardEnable)) { in InitializePcatIsaAcpiDeviceList()
129 if (PcdGetBool (PcdIsaAcpiPs2MouseEnable)) { in InitializePcatIsaAcpiDeviceList()
133 if (PcdGetBool (PcdIsaAcpiFloppyAEnable)) { in InitializePcatIsaAcpiDeviceList()
137 if (PcdGetBool (PcdIsaAcpiFloppyBEnable)) { in InitializePcatIsaAcpiDeviceList()
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.c82 if (PcdGetBool (PcdSerialUseMmio)) { in SerialPortReadRegister()
109 if (PcdGetBool (PcdSerialUseMmio)) { in SerialPortWriteRegister()
248 if (PcdGetBool (PcdSerialUseMmio)) { in GetSerialRegisterBase()
310 if (PcdGetBool (PcdSerialUseMmio) && ((SerialRegisterBase & BIT0) == 0)) { in GetSerialRegisterBase()
318 if ((!PcdGetBool (PcdSerialUseMmio)) && ((SerialRegisterBase & BIT0) != 0)) { in GetSerialRegisterBase()
346 if (PcdGetBool (PcdSerialUseMmio)) { in GetSerialRegisterBase()
361 PcdGetBool (PcdSerialUseMmio) ? EFI_PCI_COMMAND_MEMORY_SPACE : EFI_PCI_COMMAND_IO_SPACE in GetSerialRegisterBase()
397 PcdGetBool (PcdSerialUseMmio) ? EFI_PCI_COMMAND_MEMORY_SPACE : EFI_PCI_COMMAND_IO_SPACE in GetSerialRegisterBase()
428 if (PcdGetBool (PcdSerialUseHardwareFlowControl)) { in SerialPortWritable()
429 if (PcdGetBool (PcdSerialDetectCable)) { in SerialPortWritable()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.c82 if (PcdGetBool (PcdSerialUseMmio)) { in SerialPortReadRegister()
109 if (PcdGetBool (PcdSerialUseMmio)) { in SerialPortWriteRegister()
248 if (PcdGetBool (PcdSerialUseMmio)) { in GetSerialRegisterBase()
310 if (PcdGetBool (PcdSerialUseMmio) && ((SerialRegisterBase & BIT0) == 0)) { in GetSerialRegisterBase()
318 if ((!PcdGetBool (PcdSerialUseMmio)) && ((SerialRegisterBase & BIT0) != 0)) { in GetSerialRegisterBase()
346 if (PcdGetBool (PcdSerialUseMmio)) { in GetSerialRegisterBase()
361 PcdGetBool (PcdSerialUseMmio) ? EFI_PCI_COMMAND_MEMORY_SPACE : EFI_PCI_COMMAND_IO_SPACE in GetSerialRegisterBase()
397 PcdGetBool (PcdSerialUseMmio) ? EFI_PCI_COMMAND_MEMORY_SPACE : EFI_PCI_COMMAND_IO_SPACE in GetSerialRegisterBase()
428 if (PcdGetBool (PcdSerialUseHardwareFlowControl)) { in SerialPortWritable()
429 if (PcdGetBool (PcdSerialDetectCable)) { in SerialPortWritable()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
DCTA9x4Sec.c51 ASSERT (PcdGetBool (PcdTrustzoneSupport) == TRUE); in ArmPlatformSecTrustzoneInit()
53 ASSERT (PcdGetBool (PcdTrustzoneSupport) == FALSE); in ArmPlatformSecTrustzoneInit()
78 if (PcdGetBool (PcdTrustzoneSupport) == TRUE) { in ArmPlatformSecTrustzoneInit()
91 if (PcdGetBool (PcdTrustzoneSupport) == TRUE) { in ArmPlatformSecTrustzoneInit()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.c176 if (PcdGetBool(PcdUse1GPageTable)) { in CreateIdentityMappingPageTables()
259 …if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE… in CreateIdentityMappingPageTables()
288 …if (PcdGetBool (PcdSetNxForStack) && (PageAddress < StackBase + StackSize) && ((PageAddress + SIZE… in CreateIdentityMappingPageTables()
324 if (PcdGetBool (PcdSetNxForStack)) { in CreateIdentityMappingPageTables()
DDxeLoadFunc.c93 ASSERT (PcdGetBool (PcdSetNxForStack) == FALSE); in HandOffToDxeCore()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DBootMode.c47 IsFirstBoot = PcdGetBool(PcdBootState); in IsBootWithNoChange()
48 EnableFastBoot = PcdGetBool (PcdEnableFastBoot); in IsBootWithNoChange()
/device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/
DPlatformSecureLibNull.c64 mUserPhysicalPresence = PcdGetBool(PcdUserPhysicalPresence); in PlatformSecureLibNullConstructor()
/device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
DQemu.c36 if (!PcdGetBool (PcdQemuSmbiosValidated)) { in GetQemuSmbiosTables()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c120 …te->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME) && PcdGetBool (PcdShadowPeimOn… in GetImageReadFunction()
121 …((Private->HobList.HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME) && PcdGetBool (PcdShado… in GetImageReadFunction()
420 …(!IsS3Boot && (PcdGetBool (PcdShadowPeimOnBoot) || IsRegisterForShadow)) || (IsS3Boot && PcdGetBoo… in LoadAndRelocatePeCoffImage()
435 …(!IsS3Boot && (PcdGetBool (PcdShadowPeimOnBoot) || IsRegisterForShadow)) || (IsS3Boot && PcdGetBoo… in LoadAndRelocatePeCoffImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/
DEdkIIGluePcd.h40 #define PcdGetBool(TokenName) __EDKII_GLUE_PCD_##TokenName##__ macro
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Arm/
DDxeLoadFunc.c48 if (PcdGetBool (PcdSetNxForStack)) { in HandOffToDxeCore()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/PhysicalPresencePei/
DPhysicalPresencePei.c78 if (!PcdGetBool (PcdTpmPhysicalPresence)) { in LockTpmPhysicalPresence()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DEntryPoint.c74 if (PcdGetBool (PcdPciDisableBusEnumeration)) { in AcpiPlatformEntryPoint()
DPciDecoding.c60 if (PcdGetBool (PcdPciDisableBusEnumeration)) { in EnablePciDecoding()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecureLib/
DPlatformSecureLib.c116 if (PcdGetBool (PcdUserIsPhysicallyPresent)) { in UserPhysicalPresent()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPageCustomizedUi.c137 if (PcdGetBool(PcdTestKeyUsed)) { in UiCustomizeFrontPageBanner()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c291 if (PcdGetBool (PcdConInConnectOnDemand)) { in BdsReadKeys()
789 if (!PcdGetBool (PcdConInConnectOnDemand)) { in BdsEntry()
879 if (PcdGetBool (PcdConInConnectOnDemand)) { in BdsEntry()
922 if (PcdGetBool (PcdConInConnectOnDemand)) { in BdsEntry()
1018 if (PcdGetBool (PcdConInConnectOnDemand)) { in BdsEntry()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBdsEntry.c143 if (PcdGetBool (PcdConInConnectOnDemand)) { in BdsBootDeviceSelect()
229 if (PcdGetBool (PcdConInConnectOnDemand) && ConnectConInEvent != NULL) { in BdsBootDeviceSelect()
314 if (PcdGetBool (PcdConInConnectOnDemand) && ConnectConInEvent != NULL) { in BdsBootDeviceSelect()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.c672 if ( PcdGetBool ( Tftp_HighSpeed )) { in PacketTx()
756 if ( PcdGetBool ( Tftp_HighSpeed )) { in PortWork()
1045 if ( PcdGetBool ( Tftp_HighSpeed ) in TftpAck()
1082 if ( PcdGetBool ( Tftp_Bandwidth )) { in TftpAck()
1684 if ( PcdGetBool ( Tftp_Bandwidth )) { in TftpRead()
1711 if ( PcdGetBool ( Tftp_Bandwidth )) { in TftpRead()
1990 if ( PcdGetBool ( Tftp_HighSpeed )) { in WindowAck()
2102 if ( PcdGetBool ( Tftp_HighSpeed )) { in WindowTimeout()
2221 if ( PcdGetBool ( Tftp_HighSpeed ) in main()
2222 || PcdGetBool ( Tftp_Bandwidth )) { in main()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiS3Save.c179 if (!PcdGetBool (PcdAcpiS3Enable)) { in InstallAcpiS3Save()
/device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/
DDetectSmbiosVersionLib.c45 if (PcdGetBool (PcdQemuSmbiosValidated)) { in DetectSmbiosVersion()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigPeim.c114 if (PcdGetBool (PcdTpmAutoDetection)) { in TrEEConfigPeimEntryPoint()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigPeim.c114 if (PcdGetBool (PcdTpmAutoDetection)) { in Tcg2ConfigPeimEntryPoint()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
DTcgPei.c589 …if (PcdGetBool (PcdPhysicalPresenceLifetimeLock) && !TpmPermanentFlags.physicalPresenceLifetimeLoc… in PhysicalPresencePpiNotifyCallback()
595 if (PcdGetBool (PcdPhysicalPresenceCmdEnable)) { in PhysicalPresencePpiNotifyCallback()
603 if (PcdGetBool (PcdPhysicalPresenceHwEnable)) { in PhysicalPresencePpiNotifyCallback()

1234