summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space.sfu52012-10-171-0/+39
* Fix buffer overflow issue in Consplitter.li-elvin2012-10-171-2/+16
* Fix code potential errors in IPsec.qianouyang2012-10-172-7/+9
* Fix ECC issue.li-elvin2012-10-171-1/+1
* Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye12012-10-171-6/+5
* Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the tye12012-10-171-0/+20
* Fix code potential errors.ydong102012-10-163-2/+11
* Fix a typo in comments.ydong102012-10-161-2/+3
* Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff2012-10-161-2/+8
* Change TPM ACCESS_X.activeLocality test timeout to TIMEOUT_Aczhang462012-10-162-4/+8
* Fix time-based and count-based authenticated variable can be updated by each ...gdong12012-10-151-0/+16
* OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 buildjljusten2012-10-141-1/+2
* OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4jljusten2012-10-141-2/+3
* OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxejljusten2012-10-123-8/+10
* OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest()jljusten2012-10-124-66/+205
* OvmfPkg: rename AppendDesc to VirtioAppendDescjljusten2012-10-123-6/+6
* OvmfPkg: extract VirtioLib from VirtioBlkDxejljusten2012-10-128-319/+561
* OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.hjljusten2012-10-123-58/+83
* OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK()jljusten2012-10-122-6/+6
* OvmfPkg: regroup virtio config fields into generic & specific structsjljusten2012-10-122-20/+26
* OvmfPkg: IndustryStandard/Virtio.h: use OFFSET_OF in OFFSET_OF_VHDRjljusten2012-10-121-1/+1
* OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.hjljusten2012-10-121-0/+5
* OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.hjljusten2012-10-123-1/+2
* OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.hjljusten2012-10-121-0/+5
* StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5032012-10-121-1/+1
* PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_...li-elvin2012-10-121-4/+5
* Roll back r13823.vanjeff2012-10-111-5/+9
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13823 6f...vanjeff2012-10-111-9/+5
* Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin2012-10-116-224/+251
* Update header formathhtian2012-10-112-6/+7
* Update license statementhhtian2012-10-112-16/+16
* Add missing braces around initializer.lzeng142012-10-1124-409/+517
* Add missing parameter in functions header.vanjeff2012-10-101-3/+3
* Fix some corner case for LazyConIn featureczhang462012-10-103-1/+55
* MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian2012-10-103-8/+13
* Add missing SocketIdentifier for Memory Topology table in ACPI5.0.jyao12012-10-091-0/+2
* Poll the network adapter during connectlpleahy2012-10-081-0/+5
* Fixed close for socket to properly release the socket context structure and t...lpleahy2012-10-087-111/+295
* OvmfPkg: QemuBootOrder: recognize virtio-blk OFW device pathsjljusten2012-10-081-0/+26
* OvmfPkg: QemuBootOrder: lower the required number of OFW nodes to 2jljusten2012-10-081-8/+11
* OvmfPkg: QemuBootOrder: whitespace fixjljusten2012-10-081-3/+3
* OvmfPkg: introduce virtio-blk driverjljusten2012-10-0810-0/+1947
* MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate jyao12012-10-081-3/+3
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-082-58/+58
* Contributed-under: TianoCore Contribution Agreement 1.0mdkinney2012-10-056-121/+238
* StdLib: Fix several problems where characters were not being correctly conver...darylm5032012-10-052-136/+312
* UnixPkg: Mark as deprecated (replaced by EmulatorPkg)jljusten2012-10-054-0/+11
* When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to s...mdkinney2012-10-041-31/+51
* Here is a patch that by default keeps the current 1MB FD sizes. If FD_SIZE_2...mdkinney2012-10-043-0/+45
* The Driver Binding Protocol Stop() function for the UndiRuntimeDxe is perform...mdkinney2012-10-031-30/+30