Searched refs:PcdSetBoolS (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecureLib/ |
D | PlatformSecureLib.c | 134 Status = PcdSetBoolS (PcdUserIsPhysicallyPresent, TRUE); in UserPhysicalPresent() 166 Status = PcdSetBoolS (PcdUserIsPhysicallyPresent, !CheckResetButtonState ()); in PlatformSecureLibInitialize()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/ |
D | PlatformHookLib.c | 69 Status = PcdSetBoolS (PcdSerialUseMmio, TRUE); in PlatformHookSerialPortInitialize() 71 Status = PcdSetBoolS (PcdSerialUseMmio, FALSE); in PlatformHookSerialPortInitialize()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 427 PcdSetBoolS(PcdTestKeyUsed, TRUE); in PlatformBootManagerAfterConsole() 442 PcdSetBoolS(PcdTestKeyUsed, TRUE); in PlatformBootManagerAfterConsole() 452 Status = PcdSetBoolS (PcdBootState, FALSE); in PlatformBootManagerAfterConsole()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/ |
D | DetectSmbiosVersionLib.c | 108 PcdStatus = PcdSetBoolS (PcdQemuSmbiosValidated, TRUE); in DetectSmbiosVersion()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciPcdProducerLib/ |
D | FdtPciPcdProducerLib.c | 130 PcdStatus = PcdSetBoolS (PcdPciDisableBusEnumeration, FALSE); in FdtPciPcdProducerLibConstructor()
|
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
D | Xen.c | 227 PcdStatus = PcdSetBoolS (PcdPciDisableBusEnumeration, TRUE); in InitializeXen()
|
D | Platform.c | 331 PcdStatus = PcdSetBoolS (TokenName, Setting); \ 639 Status = PcdSetBoolS (PcdAcpiS3Enable, TRUE); in InitializePlatform()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | MemoryTest.c | 429 Status = PcdSetBoolS(PcdBootState, FALSE); in BdsMemoryTest()
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
D | FwBlockService.c | 1126 PcdStatus = PcdSetBoolS (PcdOvmfFlashVariablesEnable, TRUE); in FvbInitialize()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | PcdLib.h | 685 #define PcdSetBoolS(TokenName, Value) _PCD_SET_MODE_BOOL_S_##TokenName ((Value)) macro
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 2465 PcdSetBoolS(PcdTestKeyUsed, TRUE); in ShowProgressHotKey() 2485 PcdSetBoolS(PcdTestKeyUsed, TRUE); in ShowProgressHotKey()
|