summaryrefslogtreecommitdiff
path: root/UnixPkg/Sec
AgeCommit message (Expand)AuthorFilesLines
2013-07-29UnixPkg: Remove UnixPkg files (It is replaced by EmulatorPkg)Jordan Justen14-6614/+0
2012-07-26UnixPkg/Sec: Fixed buildoliviermartin1-0/+1
2011-08-29Remove unnecessary global macros in SecMain.inf.niruiyu1-11/+11
2011-05-16Return scan code for Pause key.vanjeff1-1/+2
2011-03-311. solve build time issue that FV size is exceed due to more modules is inclu...erictian1-3/+3
2011-03-22Fix gBS->Stall bug. The current code would only stall for a single timer tick...andrewfish1-3/+22
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff1-3/+3
2011-03-08Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration...andrewfish1-1/+1
2011-03-05UnixPkg: Fix build for Linuxjljusten1-7/+3
2011-02-02Fix issue with fixing tabs.andrewfish6-292/+292
2010-12-01Remove unused files to make it easier to add new thunks.andrewfish2-574/+0
2010-12-012nd wave of r11105 checkin.2nd wave of r11105 checkin.andrewfish1-2/+1
2010-11-30Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e...andrewfish13-9480/+1403
2010-10-13UnixPkg SEC: Fix link flags for using GCC on Linux x86-64jljusten1-7/+7
2010-10-13UnixPkg: Enable gasket functions for all X64 toolchainsjljusten3-411/+419
2010-10-13UnixPkg: Added missing EFIAPI for many Gasket functionsjljusten1-73/+433
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...andrewfish3-1/+11
2010-09-16Clean up clean and clarify XCODE flags.andrewfish1-1/+1
2010-08-18Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co...andrewfish8-34/+271
2010-08-08Fix reverse gasket issue that was breaking watch dog timer.andrewfish7-14/+25
2010-07-30Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC a...qhuang81-1/+1
2010-07-29Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hook...andrewfish8-7957/+746
2010-07-24Started working on EFI ABI to UNIX ABI assembly gasketandrewfish1-0/+8047
2010-07-23Changed the X64 gasket so it would be possible to port it to deal with the Un...andrewfish6-303/+8992
2010-07-22Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...andrewfish9-108/+336
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...andrewfish6-1078/+680
2010-04-28Update the copyright notice formathhtian12-29/+42
2010-03-03Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...xli243-4/+2
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-231. Correct File header to ## @filelgao41-6/+6
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-6/+6
2009-12-08Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to wor...AJFISH2-0/+22
2009-12-06Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard.AJFISH10-1058/+1980
2009-08-26Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...AJFISH1-1/+1
2009-08-25Add Sec/Ia32/Gasket.Sqhuang82-92/+983
2009-08-25Integrate patch from Andrew Fish to make it run on OS X.qhuang86-79/+716
2009-07-13Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in ...klu21-0/+1
2009-07-11Remove extra #includes where possible to make build more efficientmdkinney2-4/+1
2009-05-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney1-2/+2
2009-05-20Replace .globl with ASM_GLOBALxli241-1/+1
2009-05-18add one comment when destroy the buffer.vanjeff1-0/+1
2009-04-17updateeric_tian1-1/+1
2009-04-14change the output executable file postfix name from .exe to NULL.eric_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...qhuang85-121/+13
2009-02-20Use "==" to define build options for USER_DEFINED modulejwang361-5/+5
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji43-22/+13