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