summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-17Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space.sfu51-0/+39
2012-10-17Fix buffer overflow issue in Consplitter.li-elvin1-2/+16
2012-10-17Fix code potential errors in IPsec.qianouyang2-7/+9
2012-10-17Fix ECC issue.li-elvin1-1/+1
2012-10-17Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye11-6/+5
2012-10-17Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the tye11-0/+20
2012-10-16Fix code potential errors.ydong103-2/+11
2012-10-16Fix a typo in comments.ydong101-2/+3
2012-10-16Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff1-2/+8
2012-10-16Change TPM ACCESS_X.activeLocality test timeout to TIMEOUT_Aczhang462-4/+8
2012-10-15Fix time-based and count-based authenticated variable can be updated by each ...gdong11-0/+16
2012-10-14OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 buildjljusten1-1/+2
2012-10-14OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4jljusten1-2/+3
2012-10-12OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten3-8/+10
2012-10-12OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten4-66/+205
2012-10-12OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten3-6/+6
2012-10-12OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten8-319/+561
2012-10-12OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.hjljusten3-58/+83
2012-10-12OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK()jljusten2-6/+6
2012-10-12OvmfPkg: regroup virtio config fields into generic & specific structsjljusten2-20/+26
2012-10-12OvmfPkg: IndustryStandard/Virtio.h: use OFFSET_OF in OFFSET_OF_VHDRjljusten1-1/+1
2012-10-12OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.hjljusten1-0/+5
2012-10-12OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.hjljusten3-1/+2
2012-10-12OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.hjljusten1-0/+5
2012-10-12StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5031-1/+1
2012-10-12PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_...li-elvin1-4/+5
2012-10-11Roll back r13823.vanjeff1-5/+9
2012-10-11git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13823 6f...vanjeff1-9/+5
2012-10-11Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin6-224/+251
2012-10-11Update header formathhtian2-6/+7
2012-10-11Update license statementhhtian2-16/+16
2012-10-11Add missing braces around initializer.lzeng1424-409/+517
2012-10-10Add missing parameter in functions header.vanjeff1-3/+3
2012-10-10Fix some corner case for LazyConIn featureczhang463-1/+55
2012-10-10MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian3-8/+13
2012-10-09Add missing SocketIdentifier for Memory Topology table in ACPI5.0.jyao11-0/+2
2012-10-08Poll the network adapter during connectlpleahy1-0/+5
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy7-111/+295
2012-10-08OvmfPkg: QemuBootOrder: recognize virtio-blk OFW device pathsjljusten1-0/+26
2012-10-08OvmfPkg: QemuBootOrder: lower the required number of OFW nodes to 2jljusten1-8/+11
2012-10-08OvmfPkg: QemuBootOrder: whitespace fixjljusten1-3/+3
2012-10-08OvmfPkg: introduce virtio-blk driverjljusten10-0/+1947
2012-10-08MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate jyao11-3/+3
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2-58/+58
2012-10-05Contributed-under: TianoCore Contribution Agreement 1.0mdkinney6-121/+238
2012-10-05StdLib: Fix several problems where characters were not being correctly conver...darylm5032-136/+312
2012-10-05UnixPkg: Mark as deprecated (replaced by EmulatorPkg)jljusten4-0/+11
2012-10-04When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney1-31/+51
2012-10-04Here is a patch that by default keeps the current 1MB FD sizes. If FD_SIZE_2...mdkinney3-0/+45
2012-10-03The Driver Binding Protocol Stop() function for the UndiRuntimeDxe is perform...mdkinney1-30/+30