summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
AgeCommit message (Expand)AuthorFilesLines
2019-03-27EdkCompatibilityPkg: Remove EdkCompatibilityPkgShenglei Zhang2027-361996/+0
2018-09-25EdkCompatibilityPkg: Removing ipf from edk2.Chen A Chen160-17950/+128
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-29/+0
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-02-08EdkCompatibilityPkg: Fix some typos of "according"Liming Gao1-1/+1
2016-11-03EdkCompatibilityPkg/PrintLite: Fix ErrorPrint() wrong NULL char checkSong, BinX1-1/+1
2016-10-27EdkCompatibilityPkg/Sample/Tools: rebase to ARRAY_SIZE()Laszlo Ersek2-3/+3
2016-10-27EdkCompatibilityPkg/FrameworkHiiOnUefiHiiThunk: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-21EdkCompatibilityPkg: Fix typos in commentsGary Lin31-47/+47
2016-08-01EdkCompatibilityPkg: Fix GCC build failureLiming Gao4-4/+4
2016-07-21MdePkg CryptoPkg EdkCompatibilityPkg: retire NO_BUILTIN_VA_FUNCS defineArd Biesheuvel1-1/+1
2016-07-21EdkCompatibilityPkg: Enable new MS VA intrinsics for GNUC x86 64bits buildArd Biesheuvel1-0/+26
2016-07-11EdkCompatibilityPkg: Fix typos in commentsMudusuru, Giri P5-11/+11
2016-06-30EdkCompatibilityPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek2-2/+2
2016-06-27EdkCompatibilityPkg: Fix the typo in the commentGary Lin1-1/+1
2016-04-15EdkCompatibilityPkg: Fix a typo.Marvin H?user1-2/+2
2016-04-15EdkCompatibilityPkg: Do not cast VA_LIST to a pointer for AARCH64.Marvin H?user1-1/+1
2016-03-25EdkCompatibilityPkg: SmmBaseHelper: remove set but unused variablesLaszlo Ersek1-11/+8
2016-03-25EdkCompatibilityPkg: EdkIIGlueLib: remove set but unused variablesLaszlo Ersek1-5/+0
2016-03-25EdkCompatibilityPkg: BsSerialStatusCode: remove set but unused variableLaszlo Ersek1-4/+0
2016-03-25EdkCompatibilityPkg: UefiEfiIfrSupportLib: remove set but not used variablesLaszlo Ersek3-10/+0
2016-01-18EdkCompatibilityPkg: Fix wrong guid value of gEfiManagedNetworkProtocolGuidLiming Gao3-3/+3
2015-12-18EdkCompatibilityPkg: Fix GCC error to avoid the duplicated global variablesLiming Gao3-83/+5
2015-07-07EdkCompatibilityPkg: Remove gZeroGuid def in FrameworkHiiOnUefiHiiThunkHao Wu2-2/+3
2015-07-07EdkCompatibilityPkg: Remove ZeroGuid definition in Datahub2SmbiosThunkHao Wu3-6/+7
2015-06-09EdkCompatibilityPkg SmmBaseHelper: Unregister profile image correctly.Star Zeng2-4/+4
2015-05-06EdkCompatibilityPkg: Use the new PCDs defined in MdePkg.Ruiyu Ni1-2/+2
2015-04-29EdkCompatibilityPkg: Add PersistentMemory definitionLiming Gao1-1/+2
2015-03-19EdkCompatibilityPkg: Fix 32bit build failure.Star Zeng1-2/+2
2015-03-18EdkCompatibilityPkg: Use ImageContext.ImageSize to allocate memory for PE imageStar Zeng1-2/+6
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2014-11-26EdkCompatibilityPkg: Make this field name match the name in the spec.Peter Jones1-1/+1
2014-11-12EdkCompatibilityPkg: Add UEFI memory and SMRAM profile support.Star Zeng6-4/+281
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-06-26Refine code to make it more safely.Eric Dong8-11/+18
2014-01-23Fix CRLF formatTian, Hot50-2644/+2644
2013-11-26Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and upd...Shumin Qiu1-1/+1
2013-10-22EdkCompatibilityPkg: Fixed EDK Shell buildOlivier Martin3-8/+1
2013-09-03EdkCompatibilityPkg: Fixed build for AArch64Olivier Martin5-0/+0
2013-08-23Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY.Shumin Qiu1-2/+2
2013-08-08Add Aarch64 support to EdkCompatibilityPkg.Harry Liebel12-32/+345
2013-07-10Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol...Ruiyu Ni1-49/+43
2013-06-04Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin1-1/+1
2013-05-24Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao41-1/+8
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng141-2/+29
2012-11-28Save/Restore missing volatile registers (XMM0-5) save/restore in Page Fault h...vanjeff2-6/+42
2012-11-12Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng142-5/+5
2012-11-12Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng141-24/+16
2012-10-30Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42-4/+4