summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-07OvmfPkg: remove USE_OLD_PCI_HOST build optionLaszlo Ersek6-69/+0
2016-04-07OvmfPkg: Convert to using FatPkg in the EDK II treeJordan Justen6-4/+7
2016-04-07EmulatorPkg: Convert to always build FatPkgJordan Justen2-7/+0
2016-04-07BeagleBoardPkg: Convert to build FatPkg from sourceJordan Justen2-3/+4
2016-04-07ArmVirtPkg: Convert to build FatPkg from sourceJordan Justen6-7/+10
2016-04-07ArmVirtPkg: drop dependency on PeiPcdLib for PEI Pcd.infArd Biesheuvel2-4/+4
2016-04-07ArmVirtPkg: drop dependency on DxePcdLib for DXE Pcd.infArd Biesheuvel3-3/+12
2016-04-07CorebootPayloadPkg: Convert to build FatPkg from sourceJusten, Jordan L3-8/+6
2016-04-07IntelFrameworkModulePkg AcpiS3SaveDxe: Remove S3Ready() functional codeStar Zeng5-472/+8
2016-04-07IntelFrameworkModulePkg AcpiS3SaveDxe: Consume PcdAcpiS3Enable to control the...Star Zeng2-3/+8
2016-04-07OvmfPkg: Retire AcpiS3SaveDxeStar Zeng8-631/+3
2016-04-07MdeModulePkg S3SaveStateDxe: Move S3Ready() functional code from AcpiS3SaveDxeStar Zeng6-1/+585
2016-04-07MdeModulePkg S3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng3-3/+11
2016-04-07OvmfPkg: Install LockBox protocol in constructor of LockBoxDxeLibStar Zeng4-20/+36
2016-04-07OvmfPkg: Set PcdAcpiS3Enable according to QemuFwCfgS3Enabled()Star Zeng5-2/+10
2016-04-07MdeModulePkg: Introduce new PCD PcdAcpiS3EnableStar Zeng2-0/+12
2016-04-07ArmVirtPkg: drop bogus ArmPlatformSecExtraActionLib resolutionArd Biesheuvel1-1/+0
2016-04-07ArmVirtPkg: remove linux loader from ARM buildsArd Biesheuvel4-34/+0
2016-04-06Merge 2-clause BSD licensed FatPkgJordan Justen39-0/+13560
2016-04-06FatPkg: Add NOOPT target in FatPkg.dscHao Wu1-2/+2
2016-04-06FatPkg EnhancedFatDxe: Use safe string functionsHao Wu4-15/+32
2016-04-06FatPkg/FatPei: Fix build errorFeng Tian1-13/+11
2016-04-06FatPkg: Add RecoveryBlockIo2Ppi supportFeng Tian4-68/+147
2016-04-06EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni2-23/+20
2016-04-06Add stack protection to ARM architectures. BaseStackCheckLib is now required ...Olivier Martin1-0/+1
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-0/+46
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu1-0/+4
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu4-0/+86
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-17/+22
2016-04-06Fix a potential buffer over flow issue.Ruiyu Ni1-2/+3
2016-04-06Refine code to make it more safely.Eric Dong1-1/+3
2016-04-06Update FatPkg.dsc copyright year.Ruiyu Ni1-1/+1
2016-04-06Update FatPkg revision from 0.2 to 0.3.Ruiyu Ni2-3/+3
2016-04-06Fix a bug that prevents Fat driver being unloaded successfully.Ruiyu Ni1-5/+64
2016-04-06Remove the RemoteEntryList() because the Task isn't added to the linked list ...Ruiyu Ni1-1/+0
2016-04-06Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ...Ruiyu Ni1-17/+23
2016-04-06Add the missing EFIAPI keyword to solve build failure in GCC.Ruiyu Ni2-0/+2
2016-04-06Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3...Ruiyu Ni15-76/+839
2016-04-06Build FatPkg for AArch64 platforms.Olivier Martin1-2/+2
2016-04-06Please find this patch that makes FatGetCurrentFatTime() always return a vali...Olivier Martin1-3/+13
2016-04-06InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ...Star Zeng1-4/+5
2016-04-061. Expand and add null terminate to end of string like function comments said...Star Zeng2-7/+8
2016-04-06Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng1-2/+2
2016-04-06Enable ARM support.Olivier Martin1-1/+5
2016-04-06Fix GCC build failure.Eric Dong1-1/+1
2016-04-06Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong1-2/+2
2016-04-06Update the Package version and obsolete ReadMe.txt.Ruiyu Ni3-9/+2
2016-04-06Only traverse recovery file's FAT table to fast the recovery performance.Feng Tian2-6/+17
2016-04-06FatPkg: Use BasePcdLibNull to prevent PCD dependencyJordan Justen1-2/+1
2016-04-06Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni1-3/+3