Age | Commit message (Expand) | Author | Files | Lines |
2009-12-10 | Correct the comments. | xdu2 | 1 | -3/+1 |
2009-12-10 | Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i... | AJFISH | 1 | -1/+4 |
2009-12-09 | Add the missing HiiVendor DevicePath for new added DriverHealth Form. | lgao4 | 1 | -0/+27 |
2009-12-09 | fix the wrong module name. | eric_tian | 2 | -2/+2 |
2009-12-09 | Make the build.sh script match the TOT BaseTools project. | AJFISH | 1 | -5/+8 |
2009-12-08 | Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to wor... | AJFISH | 2 | -0/+22 |
2009-12-08 | fix build error, CpuIo module is replaced with CpuIo2Dxe | eric_tian | 3 | -3/+3 |
2009-12-08 | Don't need call SAP measure GPT table, which can be covered in SAP implementa... | lgao4 | 3 | -16/+1 |
2009-12-08 | Directly use FALSE when BootPolicy is FALSE. | lgao4 | 1 | -1/+1 |
2009-12-08 | Fix incorrect return status usage of HiiGetBrowserData(). | xdu2 | 1 | -2/+1 |
2009-12-08 | Fix the UnixPkg default to have the tools come from a seperate BaseTools proj... | ajfish | 2 | -7/+7 |
2009-12-07 | add ASSERT to 2 functions and fix issue with size difference between old and ... | jcarsey | 1 | -22/+35 |
2009-12-07 | clean up comments | jcarsey | 1 | -109/+114 |
2009-12-07 | Adding StringNoCaseCompare to SortLib | jcarsey | 3 | -17/+95 |
2009-12-07 | Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. | xli24 | 1 | -1/+1 |
2009-12-07 | Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. | xli24 | 5 | -10/+10 |
2009-12-07 | Update UnixPkg emulation platform to produce dummy CPU I/O 2 Protocol. | xli24 | 4 | -15/+13 |
2009-12-07 | Refine code make callback logic same with frontPage. | gikidy | 2 | -6/+10 |
2009-12-07 | 1. fix the wrong description, change "target the buffer" to "the target buffer" | eric_tian | 48 | -64/+80 |
2009-12-07 | Correct LzmaCustomDecompressLib to produce NULL library class. | lgao4 | 1 | -1/+1 |
2009-12-07 | Update NT32 emulation platform to produce dummy CPU I/O 2 Protocol. | xli24 | 4 | -15/+13 |
2009-12-07 | according to IA32 intel architecture spec, mwait instuction needs not the ope... | eric_tian | 1 | -1/+1 |
2009-12-07 | fix GCC build issue, mWait instruction need not the operands. | eric_tian | 1 | -1/+1 |
2009-12-07 | Remove unnecessary reference to CPU I/O Protocol. | xli24 | 1 | -1/+0 |
2009-12-07 | Update drivers to consume CPU I/O 2 Protocol instead of Framework CPU I/O Pro... | xli24 | 4 | -6/+6 |
2009-12-07 | Check in thunk driver for CPU I/O 2 Protocol. | xli24 | 4 | -0/+398 |
2009-12-07 | Check in driver to produce CPU I/O 2 Protocol for IA32 and X64 architecture. | xli24 | 7 | -827/+755 |
2009-12-07 | Add the missing EFI_IMAGE_EXECUTION_AUTH_ value definitions. | lgao4 | 2 | -4/+14 |
2009-12-06 | Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo... | AJFISH | 9 | -33/+274 |
2009-12-06 | Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard. | AJFISH | 27 | -1109/+2564 |
2009-12-06 | Adding support for BeagleBoard. | AJFISH | 294 | -0/+47954 |
2009-12-05 | Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib... | mdkinney | 17 | -16/+624 |
2009-12-04 | A sample driver produces driver health protocol. This driver use DiskIO drive... | gikidy | 8 | -0/+3043 |
2009-12-04 | Fix some typos & format. | gikidy | 7 | -17/+17 |
2009-12-04 | Driver health management implementation in BDS based on UEFI Specification 2.3. | gikidy | 7 | -29/+1947 |
2009-12-04 | Prompt the PI specification version to 1.20 and UEFI specification version to... | klu2 | 3 | -4/+4 |
2009-12-04 | The functionality of PXE Base Code protocol will not be stopped, when downloa... | vanjeff | 1 | -1/+4 |
2009-12-03 | According to PI specification, if token number can not be found for dynamic-e... | klu2 | 1 | -6/+10 |
2009-12-03 | Move the Fv updating of PeiCore's internal structure PrivateData out of the i... | klu2 | 1 | -65/+83 |
2009-12-03 | Remove the tab characters. | klu2 | 2 | -33/+33 |
2009-12-03 | After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs... | klu2 | 3 | -0/+63 |
2009-12-02 | correct value | jcarsey | 1 | -1/+1 |
2009-12-02 | Add more check for local FileInfo variable before it is used. | lgao4 | 1 | -1/+1 |
2009-12-02 | 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for Smm... | davidhuang | 1 | -1/+1 |
2009-12-02 | remove extra variables | jcarsey | 1 | -2/+0 |
2009-12-01 | Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned dev... | lgao4 | 1 | -1/+16 |
2009-12-01 | Correct error status to EFI_NOT_FOUND when the image can't be got. | lgao4 | 1 | -1/+1 |
2009-12-01 | added new PCD for ShellLib buffer size... | jcarsey | 1 | -1/+6 |
2009-12-01 | corrected out of date comments | jcarsey | 1 | -11/+9 |
2009-12-01 | updates from code review, buffer length, and correct use of StdOut for printing | jcarsey | 2 | -14/+54 |