Home
last modified time | relevance | path

Searched refs:PcdGetPtr (Results 1 – 25 of 118) sorted by relevance

12345

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscPortInternalConnectorDesignatorFunction.c90 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort1InternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
91 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort1ExternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
96 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort2InternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
97 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort2ExternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
102 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort3InternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
103 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort3ExternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
108 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort4InternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
109 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort4ExternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
114 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort5InternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
115 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSPort5ExternalConnectorDesignator), SMBIOSPortCo… in GetMiscPortConfigFromPcd()
[all …]
DMiscSystemSlotDesignationFunction.c78 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot1Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
86 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot2Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
94 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot3Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
102 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot4Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
110 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot5Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
118 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot6Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
126 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot7Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
134 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot8Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
142 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot9Designation), SMBIOSlotConfig.SMBIOS… in GetMiscSLotConfigFromPcd()
150 …AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSlot10Designation), SMBIOSlotConfig.SMBIO… in GetMiscSLotConfigFromPcd()
[all …]
DMiscSystemManufacturerFunction.c74 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemManufacturer), Manufacturer); in MISC_SMBIOS_TABLE_FUNCTION()
86 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemProductName), ProductName); in MISC_SMBIOS_TABLE_FUNCTION()
98 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemVersion), Version); in MISC_SMBIOS_TABLE_FUNCTION()
110 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSerialNumber), SerialNumber); in MISC_SMBIOS_TABLE_FUNCTION()
122 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemSKUNumber), SKUNumber); in MISC_SMBIOS_TABLE_FUNCTION()
134 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemFamily), Family); in MISC_SMBIOS_TABLE_FUNCTION()
181 CopyMem ((UINT8 *) (&SmbiosRecord->Uuid), (UINT8 *)PcdGetPtr(PcdSMBIOSSystemUuid),16); in MISC_SMBIOS_TABLE_FUNCTION()
DMiscChassisManufacturerFunction.c68 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSChassisManufacturer), Manufacturer); in MISC_SMBIOS_TABLE_FUNCTION()
80 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSChassisVersion), Version); in MISC_SMBIOS_TABLE_FUNCTION()
92 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSChassisSerialNumber), SerialNumber); in MISC_SMBIOS_TABLE_FUNCTION()
104 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSChassisAssetTag), AssertTag); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DLanguage.c162 LangCodes = (CHAR8 *)PcdGetPtr (PcdUefiVariableDefaultLangCodes); in InitializeLanguage()
163 PlatformLangCodes = (CHAR8 *)PcdGetPtr (PcdUefiVariableDefaultPlatformLangCodes); in InitializeLanguage()
199 …InitializeLangVariable (L"Lang", LangCodes, (CHAR8 *) PcdGetPtr (PcdUefiVariableDefaultLang), TRUE… in InitializeLanguage()
201 …InitializeLangVariable (L"PlatformLang", PlatformLangCodes, (CHAR8 *) PcdGetPtr (PcdUefiVariableDe… in InitializeLanguage()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DLanguage.c459 LangCodes = (CHAR8 *)PcdGetPtr (PcdUefiVariableDefaultLangCodes); in InitializeLanguage()
460 PlatformLangCodes = (CHAR8 *)PcdGetPtr (PcdUefiVariableDefaultPlatformLangCodes); in InitializeLanguage()
496 …InitializeLangVariable (L"Lang", LangCodes, (CHAR8 *) PcdGetPtr (PcdUefiVariableDefaultLang), TRUE… in InitializeLanguage()
498 …InitializeLangVariable (L"PlatformLang", PlatformLangCodes, (CHAR8 *) PcdGetPtr (PcdUefiVariableDe… in InitializeLanguage()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
DPlatformBm.c352 BootPathStr = (CHAR16 *)PcdGetPtr (PcdSdBootDevicePath); in PlatformRegisterBootSd()
410 BootPathStr = (CHAR16 *)PcdGetPtr (PcdAndroidBootDevicePath); in PlatformRegisterBootGrub()
487 PcdGetPtr (PcdAndroidBootFile), L"Android Boot", LOAD_OPTION_ACTIVE in PlatformRegisterOptionsAndKeys()
494 PcdGetPtr (PcdAndroidFastbootFile), L"Android Fastboot", LOAD_OPTION_ACTIVE in PlatformRegisterOptionsAndKeys()
607 EnableQuietBoot (PcdGetPtr (PcdLogoFile)); in PlatformBootManagerAfterConsole()
623 PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE in PlatformBootManagerAfterConsole()
/device/linaro/bootloader/edk2/EmulatorPkg/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c117 (CHAR16 *) PcdGetPtr (PcdFirmwareVersionString) in PlatfomrSmbiosDriverEntryPoint()
122 (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString) in PlatfomrSmbiosDriverEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
DMiscBiosVendorFunction.c147 Vendor = (CHAR16 *) PcdGetPtr (PcdFirmwareVendor); in MISC_SMBIOS_TABLE_FUNCTION()
162 Version = (CHAR16 *) PcdGetPtr (PcdBiosVersionForBmc); in MISC_SMBIOS_TABLE_FUNCTION()
170 Version = (CHAR16 *) PcdGetPtr (PcdBiosVersionString); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c261 …Status = GetConsoleDevicePathFromVariable (L"ConOut", (CHAR16*)PcdGetPtr(PcdDefaultConOutPaths), &… in PlatformBdsConnectConsole()
263 …Status = GetConsoleDevicePathFromVariable (L"ConIn", (CHAR16*)PcdGetPtr(PcdDefaultConInPaths), &Co… in PlatformBdsConnectConsole()
265 …Status = GetConsoleDevicePathFromVariable (L"ErrOut", (CHAR16*)PcdGetPtr(PcdDefaultConOutPaths), &… in PlatformBdsConnectConsole()
354 EnableQuietBoot (PcdGetPtr (PcdLogoFile)); in PlatformBdsPolicyBehavior()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
DTrEEPei.c318 TcgEventHdr.EventSize = (UINT32) StrSize((CHAR16*)PcdGetPtr (PcdFirmwareVersionString)); in MeasureCRTMVersion()
322 (UINT8*)PcdGetPtr (PcdFirmwareVersionString), in MeasureCRTMVersion()
325 (UINT8*)PcdGetPtr (PcdFirmwareVersionString) in MeasureCRTMVersion()
598 if (CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &gEfiTpmDeviceInstanceNoneGuid) || in PeimEntryMA()
599 CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &gEfiTpmDeviceInstanceTpm12Guid)){ in PeimEntryMA()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
DAcpiPlatform.c96 (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile), in LocateFvInstanceWithTables()
210 (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile), in AcpiPlatformEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/UtmiPhyLib/
DUtmiPhyLib.c304 Status = ParsePcdString ((CHAR16 *) PcdGetPtr (PcdUtmiPhyRegUtmiUnit), in UtmiPhyInit()
311 Status = ParsePcdString ((CHAR16 *) PcdGetPtr (PcdUtmiPhyRegUsbCfg), in UtmiPhyInit()
318 Status = ParsePcdString ((CHAR16 *) PcdGetPtr (PcdUtmiPhyRegUtmiCfg), in UtmiPhyInit()
325 Status = ParsePcdString ((CHAR16 *) PcdGetPtr (PcdUtmiPhyUtmiPort), in UtmiPhyInit()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
DAcpiPlatform.c97 (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile), in LocateFvInstanceWithTables()
213 (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile), in AcpiPlatformEntryPoint()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DAcpiPlatform.c101 (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile), in LocateFvInstanceWithTables()
184 (EFI_GUID*)PcdGetPtr (PcdAcpiTableStorageFile), in InstallOvmfFvTables()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/
DHelloWorld.c61 Print ((CHAR16*)PcdGetPtr (PcdHelloWorldPrintString)); in UefiMain()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c417 PcdGetPtr(PcdEdkiiRsa2048Sha256TestPublicKeyFileGuid), in PlatformBootManagerAfterConsole()
425 (CompareMem(Buffer, PcdGetPtr(PcdRsa2048Sha256PublicKeyBuffer), Size) == 0)) { in PlatformBootManagerAfterConsole()
432 PcdGetPtr(PcdEdkiiPkcs7TestPublicKeyFileGuid), in PlatformBootManagerAfterConsole()
440 (CompareMem(Buffer, PcdGetPtr(PcdPkcs7CertBuffer), Size) == 0)) { in PlatformBootManagerAfterConsole()
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidBoot/
DAndroidBootApp.c41 BootPathStr = (CHAR16 *)PcdGetPtr (PcdAndroidBootDevicePath); in AndroidBootAppEntryPoint()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/
DComPhyLib.h51 #define GET_TYPE_STRING(id) PcdGetPtr(PcdChip##id##Compatible)
52 #define GET_LANE_TYPE(id) PcdGetPtr(PcdChip##id##ComPhyTypes)
53 #define GET_LANE_SPEED(id) PcdGetPtr(PcdChip##id##ComPhySpeeds)
54 #define GET_LANE_INV(id) PcdGetPtr(PcdChip##id##ComPhyInvFlags)
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscBiosVendorFunction.c111 Version = (CHAR16 *) PcdGetPtr (PcdFirmwareVersionString); in MISC_SMBIOS_TABLE_FUNCTION()
117 ReleaseDate = (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DUnicodeCollation.c142 (CONST CHAR8 *) PcdGetPtr (PcdUefiVariableDefaultPlatformLang) in InitializeUnicodeCollationSupport()
153 (CONST CHAR8 *) PcdGetPtr (PcdUefiVariableDefaultLang) in InitializeUnicodeCollationSupport()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBiosVendorFunction.c111 Version = (CHAR16 *) PcdGetPtr (PcdFirmwareVersionString); in MISC_SMBIOS_TABLE_FUNCTION()
117 ReleaseDate = (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Pcd/
DEdkIIGluePcd.h39 #define PcdGetPtr(TokenName) __EDKII_GLUE_PCD_##TokenName##__ macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibRouter/
DTpm2DeviceLibRouterDxe.c91 if (!CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &Tpm2Device->ProviderGuid)){ in Tpm2RegisterTpm2DeviceLib()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c428 TcgEventHdr.EventSize = (UINT32) StrSize((CHAR16*)PcdGetPtr (PcdFirmwareVersionString)); in MeasureCRTMVersion()
432 (UINT8*)PcdGetPtr (PcdFirmwareVersionString), in MeasureCRTMVersion()
435 (UINT8*)PcdGetPtr (PcdFirmwareVersionString) in MeasureCRTMVersion()
737 if (CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &gEfiTpmDeviceInstanceNoneGuid) || in PeimEntryMA()
738 CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &gEfiTpmDeviceInstanceTpm12Guid)){ in PeimEntryMA()

12345