summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-07ArmVirtPkg: Convert to build FatPkg from sourceJordan Justen
2016-04-07ArmVirtPkg: drop dependency on PeiPcdLib for PEI Pcd.infArd Biesheuvel
2016-04-07ArmVirtPkg: drop dependency on DxePcdLib for DXE Pcd.infArd Biesheuvel
2016-04-07CorebootPayloadPkg: Convert to build FatPkg from sourceJusten, Jordan L
2016-04-07IntelFrameworkModulePkg AcpiS3SaveDxe: Remove S3Ready() functional codeStar Zeng
2016-04-07IntelFrameworkModulePkg AcpiS3SaveDxe: Consume PcdAcpiS3Enable to control the...Star Zeng
2016-04-07OvmfPkg: Retire AcpiS3SaveDxeStar Zeng
2016-04-07MdeModulePkg S3SaveStateDxe: Move S3Ready() functional code from AcpiS3SaveDxeStar Zeng
2016-04-07MdeModulePkg S3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng
2016-04-07OvmfPkg: Install LockBox protocol in constructor of LockBoxDxeLibStar Zeng
2016-04-07OvmfPkg: Set PcdAcpiS3Enable according to QemuFwCfgS3Enabled()Star Zeng
2016-04-07MdeModulePkg: Introduce new PCD PcdAcpiS3EnableStar Zeng
2016-04-07ArmVirtPkg: drop bogus ArmPlatformSecExtraActionLib resolutionArd Biesheuvel
2016-04-07ArmVirtPkg: remove linux loader from ARM buildsArd Biesheuvel
2016-04-06Merge 2-clause BSD licensed FatPkgJordan Justen
2016-04-06FatPkg: Add NOOPT target in FatPkg.dscHao Wu
2016-04-06FatPkg EnhancedFatDxe: Use safe string functionsHao Wu
2016-04-06FatPkg/FatPei: Fix build errorFeng Tian
2016-04-06FatPkg: Add RecoveryBlockIo2Ppi supportFeng Tian
2016-04-06EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni
2016-04-06Add stack protection to ARM architectures. BaseStackCheckLib is now required ...Olivier Martin
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu
2016-04-06FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu
2016-04-06Fix a potential buffer over flow issue.Ruiyu Ni
2016-04-06Refine code to make it more safely.Eric Dong
2016-04-06Update FatPkg.dsc copyright year.Ruiyu Ni
2016-04-06Update FatPkg revision from 0.2 to 0.3.Ruiyu Ni
2016-04-06Fix a bug that prevents Fat driver being unloaded successfully.Ruiyu Ni
2016-04-06Remove the RemoteEntryList() because the Task isn't added to the linked list ...Ruiyu Ni
2016-04-06Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ...Ruiyu Ni
2016-04-06Add the missing EFIAPI keyword to solve build failure in GCC.Ruiyu Ni
2016-04-06Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3...Ruiyu Ni
2016-04-06Build FatPkg for AArch64 platforms.Olivier Martin
2016-04-06Please find this patch that makes FatGetCurrentFatTime() always return a vali...Olivier Martin
2016-04-06InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ...Star Zeng
2016-04-061. Expand and add null terminate to end of string like function comments said...Star Zeng
2016-04-06Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng
2016-04-06Enable ARM support.Olivier Martin
2016-04-06Fix GCC build failure.Eric Dong
2016-04-06Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong
2016-04-06Update the Package version and obsolete ReadMe.txt.Ruiyu Ni
2016-04-06Only traverse recovery file's FAT table to fast the recovery performance.Feng Tian
2016-04-06FatPkg: Use BasePcdLibNull to prevent PCD dependencyJordan Justen
2016-04-06Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni
2016-04-06FatPkg: Add FAT PEIMJordan Justen
2016-04-06Clean up invalid keywords and missing keywords in [Define] section of DEC file.Star Zeng
2016-04-06Update DebugLib to provide support for "err" command in the EFI Shell to adju...Michael D Kinney
2016-04-06Enlarge the buffer to contain file name.Qing Huang