Age | Commit message (Expand) | Author |
2010-10-13 | UnixPkg: Added missing EFIAPI for many Gasket functions | jljusten |
2010-10-12 | Fix bad NT 32 reference in print to be UnixPkg. | andrewfish |
2010-10-12 | Make the script pass arguments so clean from Xcode works properly. | andrewfish |
2010-09-20 | Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib | andrewfish |
2010-09-16 | Added SecDispatchTable library to allow custom PPIs to be passed up to into P... | andrewfish |
2010-09-16 | Clean up clean and clarify XCODE flags. | andrewfish |
2010-08-18 | Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co... | andrewfish |
2010-08-12 | Add LZMA decompression to DXE Core. | andrewfish |
2010-08-08 | Fix reverse gasket issue that was breaking watch dog timer. | andrewfish |
2010-08-05 | Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library... | andrewfish |
2010-07-30 | Minor update code comment in last commitment. | qhuang8 |
2010-07-30 | Update UnixUgaScreen module to adapt to the change in Unix UGA protocol inter... | qhuang8 |
2010-07-30 | Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC a... | qhuang8 |
2010-07-29 | Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hook... | andrewfish |
2010-07-26 | Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL... | qhuang8 |
2010-07-24 | Started working on EFI ABI to UNIX ABI assembly gasket | andrewfish |
2010-07-23 | Changed the X64 gasket so it would be possible to port it to deal with the Un... | andrewfish |
2010-07-23 | Add an option to build the GccShell. './build.sh shell' or './build64.sh' wil... | andrewfish |
2010-07-22 | Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In... | andrewfish |
2010-07-22 | Added to support X64 port (with SV5 ABI). May be able to remove after we port... | andrewfish |
2010-07-20 | Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place. | andrewfish |
2010-07-15 | Some more 64-bit fixes. | andrewfish |
2010-07-14 | Fix xcode project to point to the correct X64 paths. Also update print out to... | andrewfish |
2010-07-14 | Add an Xcode project to build 64-bit UnixPkg. Currently crashes in PeiCore(). | andrewfish |
2010-07-14 | Fix 64-bit compile bug | andrewfish |
2010-07-14 | Started trying to get the UnixPkg to compile for X64 with UnixABI. So far onl... | andrewfish |
2010-05-21 | Clean up package/platform DSC files by the following steps: | lgao4 |
2010-04-28 | Update the copyright notice format | hhtian |
2010-04-22 | Remove DataHub PCD references. | andrewfish |
2010-04-22 | Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI... | lgao4 |
2010-04-09 | UnixSerialIo driver was changed to produce the flow control device path node ... | niruiyu |
2010-03-03 | Add VlanConfigDxe to platform DSC/FDF. | xdu2 |
2010-03-03 | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 |
2010-03-02 | Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc | klu2 |
2010-03-02 | Cleanup unused library class in UnixPkg.dsc | klu2 |
2010-03-01 | Add the missing OUTPUT directory for the EFI and depex file in Rule section. | lgao4 |
2010-03-01 | Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac... | lgao4 |
2010-02-26 | add debug agent null instance in DSC file. | vanjeff |
2010-02-25 | Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled | jljusten |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 |
2010-02-23 | 1. Correct File header to ## @file | lgao4 |
2010-02-14 | Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER | mdkinney |
2010-02-10 | Only ment to add support to build and launch Ebl shell, not switch over to it... | andrewfish |
2010-02-10 | Remove dead command and clean up some coding style stuff. | andrewfish |
2010-02-01 | Fix the build warning of potential uninitialized variable of "SizeOfHeaders". | qhuang8 |
2010-01-29 | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney |
2010-01-27 | Add in commented out hooks for Shell and FatPkg. | andrewfish |
2010-01-27 | Fix issue where the script assumed tools are in Bin, but they are still in Bi... | andrewfish |
2010-01-15 | Update scripts to point to edk2 BaseTools now fixes have been checked in | AJFISH |
2010-01-14 | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH |