mirror of https://github.com/acidanthera/audk.git
Update to fix several ECC warning
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7600 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
440ceebd78
commit
bc4eb4078e
|
@ -24,6 +24,8 @@
|
|||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
[Sources.Common]
|
||||
BaseSynchronizationLibInternals.h
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/InterlockedCompareExchange64.c | MSFT
|
||||
|
@ -45,9 +47,12 @@
|
|||
SynchronizationGcc.c | GCC
|
||||
|
||||
[Sources.X64]
|
||||
X64/InterlockedCompareExchange64.asm
|
||||
X64/InterlockedCompareExchange32.asm
|
||||
|
||||
X64/InterlockedCompareExchange64.c | MSFT
|
||||
X64/InterlockedCompareExchange32.c | MSFT
|
||||
|
||||
X64/InterlockedCompareExchange64.asm | INTEL
|
||||
X64/InterlockedCompareExchange32.asm | INTEL
|
||||
|
||||
X64/InterlockedDecrement.c | MSFT
|
||||
X64/InterlockedIncrement.c | MSFT
|
||||
SynchronizationMsc.c | MSFT
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
|
||||
|
@ -44,6 +45,7 @@
|
|||
gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
||||
gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue|3000
|
||||
|
||||
[PcdsFixedAtBuild.IPF]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
||||
|
|
Loading…
Reference in New Issue