index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UnixPkg
/
Sec
/
SecMain.c
Age
Commit message (
Expand
)
Author
2011-03-31
1. solve build time issue that FV size is exceed due to more modules is inclu...
erictian
2011-03-14
Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.
vanjeff
2011-03-08
Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration...
andrewfish
2011-02-02
Fix issue with fixing tabs.
andrewfish
2010-11-30
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the e...
andrewfish
2010-10-13
UnixPkg: Enable gasket functions for all X64 toolchains
jljusten
2010-09-20
Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib
andrewfish
2010-09-16
Added SecDispatchTable library to allow custom PPIs to be passed up to into P...
andrewfish
2010-08-18
Added support for an EFI X64 ABI compatible UnixPkg. With an internal only co...
andrewfish
2010-07-22
Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...
andrewfish
2010-07-15
Some more 64-bit fixes.
andrewfish
2010-07-14
Fix xcode project to point to the correct X64 paths. Also update print out to...
andrewfish
2010-07-14
Started trying to get the UnixPkg to compile for X64 with UnixABI. So far onl...
andrewfish
2010-04-28
Update the copyright notice format
hhtian
2010-03-03
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod...
xli24
2010-01-29
Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...
mdkinney
2009-12-06
Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard.
AJFISH
2009-08-26
Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compi...
AJFISH
2009-08-25
Integrate patch from Andrew Fish to make it run on OS X.
qhuang8
2009-07-11
Remove extra #includes where possible to make build more efficient
mdkinney
2009-05-30
This checkin addresses the compatibility issue of passing arguments of type V...
mdkinney
2009-04-17
update
eric_tian
2009-04-08
updated to use the term “temporary memory” but not CAR
eric_tian
2009-03-05
Remove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionL...
qhuang8
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-08-07
move unnecessary print statement. It may cause confused.
eric_tian
2008-07-16
merge the generation of SecMain into the whole build process.
eric_tian
2008-06-30
Provide source level debug ability in *unix environment.
eric_tian
2008-06-30
Port EdkUnixPkg to UnixPkg. The changes are listed as follows:
eric_tian