audk/SecurityPkg/Tcg/Tcg2Config
Dun Tan ed9a64af1b SecurityPkg/Tcg2Config: avoid potential build error
Cast pointer type to VOID* to avoid potential build error.
If the two PCD are FixAtBuild, PcdGetPtr will return a const
type pointer. Since the second parameter of BuildGuidDataHob
is VOID*, build error may happen with following log:
C4090: 'function': different 'const' qualifiers

Signed-off-by: Dun Tan <dun.tan@intel.com>
2024-07-04 21:33:44 +00:00
..
Tcg2Config.vfr SecurityPkg/Tcg2Config: remove TPM2_ChangEPS if it is not supported. 2020-07-28 09:56:25 +00:00
Tcg2ConfigDriver.c SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tcg2ConfigDxe.inf SecurityPkg Tcg2Config: Move common definitions to new Tcg2Internal.h 2019-09-17 09:39:03 +08:00
Tcg2ConfigDxe.uni SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
Tcg2ConfigDxeExtra.uni SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
Tcg2ConfigImpl.c SecurityPkg/Tcg2Config: Hide BIOS unsupported hash algorithm from UI 2024-04-15 15:18:50 +00:00
Tcg2ConfigImpl.h SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tcg2ConfigNvData.h SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Tcg2ConfigPei.inf SecurityPkg: Build gEdkiiTcg2AcpiCommunicateBufferHobGuid 2024-07-02 03:31:31 +00:00
Tcg2ConfigPei.uni SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
Tcg2ConfigPeiExtra.uni SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
Tcg2ConfigPeim.c SecurityPkg/Tcg2Config: avoid potential build error 2024-07-04 21:33:44 +00:00
Tcg2ConfigStrings.uni SecurityPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:23 -07:00
Tcg2Internal.h SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TpmDetection.c SecurityPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00