summaryrefslogtreecommitdiff
path: root/UnixPkg
AgeCommit message (Expand)Author
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
2009-12-29Refer to OEM status code hook library instances in MdeModulePkg.xli24
2009-12-29Refer to status code library instances in MdeModulePkg.xli24
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli24
2009-12-24clean-up the license to open source.eric_tian
2009-12-18Fix a bug with the shell cp command. When searching for a / it was possible t...AJFISH
2009-12-08Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to wor...AJFISH
2009-12-08Fix the UnixPkg default to have the tools come from a seperate BaseTools proj...ajfish
2009-12-07Update UnixPkg emulation platform to produce dummy CPU I/O 2 Protocol.xli24
2009-12-06Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard.AJFISH
2009-11-26Add DxeSecurityManagementLib instance lgao4
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang