| Commit message (Expand) | Author | Age | Files | Lines |
* | UnixPkg: Remove UnixPkg files (It is replaced by EmulatorPkg) | Jordan Justen | 2013-07-29 | 168 | -18044/+0 |
* | Update UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.h | li-elvin | 2011-09-05 | 1 | -24/+1 |
* | Fix issue with fixing tabs. | andrewfish | 2011-02-02 | 5 | -5/+5 |
* | 2nd wave of r11105 checkin.2nd wave of r11105 checkin. | andrewfish | 2010-12-01 | 1 | -26/+34 |
* | Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e... | andrewfish | 2010-11-30 | 2 | -10/+7 |
* | Fix the issue that the high 16-bit of EAX may contain invalid data, which cau... | li-elvin | 2010-11-12 | 2 | -4/+4 |
* | UnixPkg: Added missing EFIAPI for many Gasket functions | jljusten | 2010-10-13 | 1 | -8/+9 |
* | Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib | andrewfish | 2010-09-20 | 2 | -8/+34 |
* | Added SecDispatchTable library to allow custom PPIs to be passed up to into P... | andrewfish | 2010-09-16 | 2 | -0/+78 |
* | Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co... | andrewfish | 2010-08-18 | 6 | -150/+24 |
* | Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library... | andrewfish | 2010-08-05 | 1 | -2/+6 |
* | Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL... | qhuang8 | 2010-07-26 | 1 | -1/+1 |
* | Added to support X64 port (with SV5 ABI). May be able to remove after we port... | andrewfish | 2010-07-22 | 148 | -0/+15774 |
* | Update the copyright notice format | hhtian | 2010-04-28 | 18 | -39/+39 |
* | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 | 2010-03-03 | 4 | -8/+2 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 8 | -16/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-23 | 8 | -33/+33 |
* | Fix the build warning of potential uninitialized variable of "SizeOfHeaders". | qhuang8 | 2010-02-01 | 1 | -33/+35 |
* | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH | 2010-01-14 | 1 | -0/+48 |
* | Remove status code modules' dependency on IntelFrameworkModulePkg. | xli24 | 2009-12-25 | 2 | -0/+2 |
* | clean-up the license to open source. | eric_tian | 2009-12-24 | 2 | -19/+16 |
* | Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard. | AJFISH | 2009-12-06 | 1 | -1/+1 |
* | Integrate patch from Andrew Fish to make it run on OS X. | qhuang8 | 2009-08-25 | 7 | -112/+52 |
* | ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh... | eric_tian | 2009-07-13 | 1 | -9/+18 |
* | Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiSer... | klu2 | 2009-07-13 | 1 | -1/+1 |
* | Remove extra #includes where possible to make build more efficient | mdkinney | 2009-07-11 | 3 | -312/+312 |
* | Move LockKeyboards API from GenericBdsLib to PlatformBdsLib | lgao4 | 2009-07-10 | 1 | -2/+22 |
* | Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI ... | mdkinney | 2009-07-10 | 1 | -17/+0 |
* | Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew... | lgao4 | 2009-07-09 | 3 | -3/+2 |
* | Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module | mdkinney | 2009-06-07 | 2 | -39/+10 |
* | Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP... | mdkinney | 2009-06-07 | 3 | -102/+101 |
* | changed %s to %a to print correct ascii string. | vanjeff | 2009-06-03 | 2 | -8/+8 |
* | Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI... | mdkinney | 2009-06-01 | 2 | -16/+16 |
* | 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int... | mdkinney | 2009-06-01 | 2 | -2/+0 |
* | Remove unnecessary use of gEfiStatusCodeSpecificDataGuid and sync algorithm w... | mdkinney | 2009-06-01 | 4 | -34/+0 |
* | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 2009-05-30 | 2 | -10/+10 |
* | Sync with PE/COFF Extra Action library class comments and add ASSERT() condit... | mdkinney | 2009-05-09 | 2 | -32/+32 |
* | 1. Assign BDS timeout PCD value. | vanjeff | 2009-05-08 | 1 | -1/+2 |
* | Add empty line | qhuang8 | 2009-03-05 | 2 | -2/+2 |
* | Remove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionL... | qhuang8 | 2009-03-05 | 8 | -891/+370 |
* | remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg | qhuang8 | 2009-03-02 | 1 | -1/+1 |
* | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 2009-02-26 | 2 | -23/+3 |
* | Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg | klu2 | 2009-02-24 | 1 | -1/+1 |
* | Fix typo in include file name | qhuang8 | 2009-02-23 | 1 | -1/+1 |
* | Update Unix platform to use dynamic HII pcd to save console output mode. | qhuang8 | 2009-02-23 | 3 | -4/+51 |
* | Fix lib to use standard #defines for PE/COFF machine types | mdkinney | 2009-02-05 | 1 | -2/+2 |
* | Add type cast to pass build | qhuang8 | 2009-01-14 | 1 | -1/+1 |
* | Apply PeiServicesLib | qhuang8 | 2009-01-14 | 2 | -9/+9 |
* | Add type case | qhuang8 | 2009-01-14 | 1 | -2/+2 |
* | Clean up to fix build break. | qhuang8 | 2008-12-03 | 1 | -10/+0 |