Age | Commit message (Expand) | Author |
2016-04-22 | FatPkg: Add Contributions.txt | Jordan Justen |
2016-04-22 | FatPkg: Update License.txt to have the full license text | Jordan Justen |
2016-04-06 | FatPkg: Add NOOPT target in FatPkg.dsc | Hao Wu |
2016-04-06 | FatPkg EnhancedFatDxe: Use safe string functions | Hao Wu |
2016-04-06 | FatPkg/FatPei: Fix build error | Feng Tian |
2016-04-06 | FatPkg: Add RecoveryBlockIo2Ppi support | Feng Tian |
2016-04-06 | EFI_FILE_PROTOCOL spec conformance bug fix. | Ruiyu Ni |
2016-04-06 | Add stack protection to ARM architectures. BaseStackCheckLib is now required ... | Olivier Martin |
2016-04-06 | FatPkg: INF/DEC file updates to EDK II packages | Shumin Qiu |
2016-04-06 | FatPkg: INF/DEC file updates to EDK II packages | Shumin Qiu |
2016-04-06 | FatPkg: INF/DEC file updates to EDK II packages | Shumin Qiu |
2016-04-06 | FatPkg: INF/DEC file updates to EDK II packages | Shumin Qiu |
2016-04-06 | Fix a potential buffer over flow issue. | Ruiyu Ni |
2016-04-06 | Refine code to make it more safely. | Eric Dong |
2016-04-06 | Update FatPkg.dsc copyright year. | Ruiyu Ni |
2016-04-06 | Update FatPkg revision from 0.2 to 0.3. | Ruiyu Ni |
2016-04-06 | Fix a bug that prevents Fat driver being unloaded successfully. | Ruiyu Ni |
2016-04-06 | Remove the RemoteEntryList() because the Task isn't added to the linked list ... | Ruiyu Ni |
2016-04-06 | Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ... | Ruiyu Ni |
2016-04-06 | Add the missing EFIAPI keyword to solve build failure in GCC. | Ruiyu Ni |
2016-04-06 | Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3... | Ruiyu Ni |
2016-04-06 | Build FatPkg for AArch64 platforms. | Olivier Martin |
2016-04-06 | Please find this patch that makes FatGetCurrentFatTime() always return a vali... | Olivier Martin |
2016-04-06 | InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ... | Star Zeng |
2016-04-06 | 1. Expand and add null terminate to end of string like function comments said... | Star Zeng |
2016-04-06 | Zero out CacheBuffer in FatInitializeDiskCache after allocated. | Star Zeng |
2016-04-06 | Enable ARM support. | Olivier Martin |
2016-04-06 | Fix GCC build failure. | Eric Dong |
2016-04-06 | Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2. | Eric Dong |
2016-04-06 | Update the Package version and obsolete ReadMe.txt. | Ruiyu Ni |
2016-04-06 | Only traverse recovery file's FAT table to fast the recovery performance. | Feng Tian |
2016-04-06 | FatPkg: Use BasePcdLibNull to prevent PCD dependency | Jordan Justen |
2016-04-06 | Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE... | Ruiyu Ni |
2016-04-06 | FatPkg: Add FAT PEIM | Jordan Justen |
2016-04-06 | Clean up invalid keywords and missing keywords in [Define] section of DEC file. | Star Zeng |
2016-04-06 | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | Michael D Kinney |
2016-04-06 | Enlarge the buffer to contain file name. | Qing Huang |
2016-04-06 | Add some NULL pointer check by using ASSERT() | Qing Huang |
2016-04-06 | remove obsoleted .msa and .nspd files | Hot Tian |
2016-04-06 | Move lock to FAT driver binding start to prevent interrupt during hot plug ev... | Qing Huang |
2016-04-06 | Update copyright notice format | Hot Tian |
2016-04-06 | Fix a migration bug in Fat driver as the value of lock has been changed from ... | Qing Huang |
2016-04-06 | Clean PI_SPECIFICATION_VERSION and EFI_SPECIFICATION_VERSION. | Ken Lu |
2016-04-06 | 1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on ... | Qing Huang |
2016-04-06 | Update license header | Qing Huang |
2016-04-06 | Fix a warning issue with ARMCC. | Andrew Fish |
2016-04-06 | Fix bug in Unicode colloation that causes ASSERT on BeagleBoard. PlatformLang... | Andrew Fish |
2016-04-06 | Fix warning generated by GCC. | Jordan Justen |
2016-04-06 | Use EFI_FILE_PROTOCOL naming in place of EFI_FILE | Qing Huang |
2016-04-06 | 1. FAT doesn't support to store time information in its FileLastAccess field.... | Kun Gui |