summaryrefslogtreecommitdiffstats
path: root/UnixPkg
Commit message (Expand)AuthorAgeFilesLines
...
* UnixPkg: Added missing EFIAPI for many Gasket functionsjljusten2010-10-135-230/+593
* Fix bad NT 32 reference in print to be UnixPkg.andrewfish2010-10-121-1/+1
* Make the script pass arguments so clean from Xcode works properly.andrewfish2010-10-121-1/+1
* Finish spliting SecDispatchTableLib into two functions so it can be a BaseLibandrewfish2010-09-206-24/+78
* Added SecDispatchTable library to allow custom PPIs to be passed up to into P...andrewfish2010-09-168-1/+129
* Clean up clean and clarify XCODE flags.andrewfish2010-09-163-3/+13
* Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co...andrewfish2010-08-1818-200/+316
* Add LZMA decompression to DXE Core.andrewfish2010-08-122-1/+3
* Fix reverse gasket issue that was breaking watch dog timer.andrewfish2010-08-087-14/+25
* Fix crash in UnixPkg caused by r10769. The DxeCore is not calling the library...andrewfish2010-08-051-2/+6
* Minor update code comment in last commitment.qhuang82010-07-301-1/+2
* Update UnixUgaScreen module to adapt to the change in Unix UGA protocol inter...qhuang82010-07-301-6/+15
* Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC a...qhuang82010-07-301-1/+1
* Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hook...andrewfish2010-07-2910-7967/+761
* Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL...qhuang82010-07-261-1/+1
* Started working on EFI ABI to UNIX ABI assembly gasketandrewfish2010-07-241-0/+8047
* Changed the X64 gasket so it would be possible to port it to deal with the Un...andrewfish2010-07-237-305/+8992
* Add an option to build the GccShell. './build.sh shell' or './build64.sh' wil...andrewfish2010-07-232-4/+11
* Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...andrewfish2010-07-2222-218/+1188
* Added to support X64 port (with SV5 ABI). May be able to remove after we port...andrewfish2010-07-22148-0/+15774
* Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place.andrewfish2010-07-201-1/+1
* Some more 64-bit fixes.andrewfish2010-07-151-4/+12
* Fix xcode project to point to the correct X64 paths. Also update print out to...andrewfish2010-07-143-5/+5
* Add an Xcode project to build 64-bit UnixPkg. Currently crashes in PeiCore().andrewfish2010-07-143-0/+322
* Fix 64-bit compile bugandrewfish2010-07-141-2/+2
* Started trying to get the UnixPkg to compile for X64 with UnixABI. So far onl...andrewfish2010-07-148-1080/+788
* Clean up package/platform DSC files by the following steps:lgao42010-05-212-229/+74
* Update the copyright notice formathhtian2010-04-28154-297/+309
* Remove DataHub PCD references.andrewfish2010-04-221-2/+0
* Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI...lgao42010-04-222-4/+0
* UnixSerialIo driver was changed to produce the flow control device path node ...niruiyu2010-04-093-65/+235
* Add VlanConfigDxe to platform DSC/FDF.xdu22010-03-032-0/+2
* Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli242010-03-0312-23/+5
* Cleanup unused items produced by EmbeddedPkg in UnixPkg.dscklu22010-03-021-6/+0
* Cleanup unused library class in UnixPkg.dscklu22010-03-021-1/+1
* Add the missing OUTPUT directory for the EFI and depex file in Rule section.lgao42010-03-011-15/+15
* Clean up Rules of Platform FDFs to apply only one EFI image and Depex for eac...lgao42010-03-011-15/+15
* add debug agent null instance in DSC file.vanjeff2010-02-261-9/+10
* Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten2010-02-251-1/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-2525-50/+0
* 1. Correct File header to ## @filelgao42010-02-2331-128/+129
* Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2010-02-141-1/+1
* Only ment to add support to build and launch Ebl shell, not switch over to it...andrewfish2010-02-102-3/+3
* Remove dead command and clean up some coding style stuff.andrewfish2010-02-102-2/+12
* Fix the build warning of potential uninitialized variable of "SizeOfHeaders". qhuang82010-02-011-33/+35
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-294-40/+16
* Add in commented out hooks for Shell and FatPkg.andrewfish2010-01-272-0/+5
* Fix issue where the script assumed tools are in Bin, but they are still in Bi...andrewfish2010-01-271-2/+7
* Update scripts to point to edk2 BaseTools now fixes have been checked inAJFISH2010-01-151-2/+2
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-141-0/+48