Age | Commit message (Expand) | Author |
2009-12-06 | Adding support for BeagleBoard. | AJFISH |
2009-12-05 | Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib... | mdkinney |
2009-12-04 | A sample driver produces driver health protocol. This driver use DiskIO drive... | gikidy |
2009-12-04 | Fix some typos & format. | gikidy |
2009-12-04 | Driver health management implementation in BDS based on UEFI Specification 2.3. | gikidy |
2009-12-04 | Prompt the PI specification version to 1.20 and UEFI specification version to... | klu2 |
2009-12-04 | The functionality of PXE Base Code protocol will not be stopped, when downloa... | vanjeff |
2009-12-03 | According to PI specification, if token number can not be found for dynamic-e... | klu2 |
2009-12-03 | Move the Fv updating of PeiCore's internal structure PrivateData out of the i... | klu2 |
2009-12-03 | Remove the tab characters. | klu2 |
2009-12-03 | After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs... | klu2 |
2009-12-02 | correct value | jcarsey |
2009-12-02 | Add more check for local FileInfo variable before it is used. | lgao4 |
2009-12-02 | 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for Smm... | davidhuang |
2009-12-02 | remove extra variables | jcarsey |
2009-12-01 | Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev... | lgao4 |
2009-12-01 | Correct error status to EFI_NOT_FOUND when the image can't be got. | lgao4 |
2009-12-01 | added new PCD for ShellLib buffer size... | jcarsey |
2009-12-01 | corrected out of date comments | jcarsey |
2009-12-01 | updates from code review, buffer length, and correct use of StdOut for printing | jcarsey |
2009-12-01 | typo in comment | jcarsey |
2009-11-30 | Update header file to include common definition of FRAMEWORK_EFI_AP_PROCEDURE. | xli24 |
2009-11-30 | Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit... | qhuang8 |
2009-11-27 | Use AllocateZeroPool instead of using AllocatePool + ZeroMem | klu2 |
2009-11-27 | The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n... | klu2 |
2009-11-27 | Fix GCC build error! | lgao4 |
2009-11-26 | Add IFR Security Op-code support in the Form Browser. | rsun3 |
2009-11-26 | Add PI complied S3 implementation. Include the Opcode definition and EFI_BOOT... | jchen20 |
2009-11-26 | Add PI complied S3 implementation. Move the Opcode definition and EFI_BOOT_SC... | jchen20 |
2009-11-26 | Add DxeSecurityManagementLib instance | lgao4 |
2009-11-26 | Add new SecurityManagementLib, and update SecurityStub driver to use this lib. | lgao4 |
2009-11-26 | Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen... | lgao4 |
2009-11-26 | Add new GetFileBufferByFilePath API into DxeServicesLib. | lgao4 |
2009-11-25 | Fix unicode issue. | xli24 |
2009-11-25 | Thunk driver producing PI Legacy Region 2 Protocol based on Framework Legacy ... | xli24 |
2009-11-25 | Dummy implementation of Legacy Region 2 Protocol. | xli24 |
2009-11-25 | Add checking for VolumeHandle, if VolumeHandle is NULL, return EFI_INVALID_PA... | klu2 |
2009-11-25 | Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi... | qhuang8 |
2009-11-25 | Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base... | qhuang8 |
2009-11-25 | Fix build failure of ShellPkg. | xli24 |
2009-11-25 | Fixed the bug that not to stop PXE functionality when PXE meeting some failur... | vanjeff |
2009-11-24 | Fix a typo bug that miss & | klu2 |
2009-11-24 | Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC... | klu2 |
2009-11-24 | 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P... | klu2 |
2009-11-24 | Refine comments for PCD PEIM/driver. | klu2 |
2009-11-24 | Clean up code. | klu2 |
2009-11-23 | MdePkg: Move duplicate EFI_AP_PROCEDURE typedef to a common location | jljusten |
2009-11-23 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9469 6f1... | jcarsey |
2009-11-23 | 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time; | klu2 |
2009-11-23 | Simplify the @attention statement. | qhuang8 |