summaryrefslogtreecommitdiff
path: root/UnixPkg/Sec/SecMain.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Fix issue with fixing tabs.andrewfish1-11/+11
2010-11-30Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e...andrewfish1-1/+34
2010-10-13UnixPkg: Enable gasket functions for all X64 toolchainsjljusten1-74/+82
2010-09-20Finish spliting SecDispatchTableLib into two functions so it can be a BaseLibandrewfish1-1/+10
2010-09-16Added SecDispatchTable library to allow custom PPIs to be passed up to into P...andrewfish1-1/+8
2010-08-18Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co...andrewfish1-17/+27
2010-07-22Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...andrewfish1-1/+1
2010-07-15Some more 64-bit fixes.andrewfish1-4/+12
2010-07-14Fix xcode project to point to the correct X64 paths. Also update print out to...andrewfish1-1/+1
2010-07-14Started trying to get the UnixPkg to compile for X64 with UnixABI. So far onl...andrewfish1-51/+3
2010-04-28Update the copyright notice formathhtian1-3/+3
2010-03-03Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli241-1/+0
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-6/+6
2009-12-06Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard.AJFISH1-12/+23
2009-08-26Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH1-1/+1
2009-08-25Integrate patch from Andrew Fish to make it run on OS X.qhuang81-54/+371
2009-07-11Remove extra #includes where possible to make build more efficientmdkinney1-1/+0
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney1-2/+2
2009-04-17updateeric_tian1-1/+1
2009-04-08updated to use the term “temporary memory” but not CAReric_tian1-1/+1
2009-03-05Remove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionL...qhuang81-81/+9
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+0
2008-08-07move unnecessary print statement. It may cause confused.eric_tian1-2/+0
2008-07-16merge the generation of SecMain into the whole build process. eric_tian1-6/+6
2008-06-30Provide source level debug ability in *unix environment.eric_tian1-0/+15
2008-06-30Port EdkUnixPkg to UnixPkg. The changes are listed as follows:eric_tian1-0/+1048