summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-31Fix build failure.li-elvin1-3/+3
2012-10-30Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42-4/+4
2012-10-30Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42-4/+4
2012-10-30Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID.lgao41-2/+2
2012-10-30Add missing status code in several modules.li-elvin1-0/+39
2012-10-30Add missing status code in several modules.li-elvin3-0/+9
2012-10-30Add missing status code in several modules.li-elvin32-109/+478
2012-10-30Add missing status code in several modules.li-elvin7-35/+99
2012-10-30Correct the definition for Modal opcode, from EFI_IFR_MODAL to EFI_IFR_MODAL_TAGydong101-2/+2
2012-10-29ArmPlatformPkg/Scripts: Fixed the Makefile for Windowsoliviermartin1-5/+4
2012-10-29Fix issue that ifconfig –c cannot clear IP address details.tye11-3/+3
2012-10-25Create a MAX_TIMER_TICK_DURATION for the error handling in 8254 timer module.li-elvin2-5/+9
2012-10-25Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin1-0/+29
2012-10-24Use ReadUnaligned16 function to access the buffer which is pointed by a possi...li-elvin1-5/+11
2012-10-23OvmfPkg VirtioScsiDxe: Fix build with VS2010jljusten1-13/+2
2012-10-23Add assertion to make sure the pointer is not NULL.niruiyu1-0/+3
2012-10-22ArmPlatformPkg/Scripts/Ds5: Added missing package declarations in Python scriptsoliviermartin2-1/+5
2012-10-22ArmPlatformPkg/Scripts/Ds5: Updated DS-5 scripts to be used by DS-5 v5.12oliviermartin1-3/+8
2012-10-22ArmPlatformPkg/Scripts: Added ARM DS-5 scripts to debug UEFIoliviermartin5-0/+792
2012-10-22 Remove TPM selftest on S3 boot path to save timeczhang461-3/+10
2012-10-19EmbeddedPkg/MmcDxe: Ensure MMC is in Identification Modeoliviermartin1-7/+6
2012-10-19Fix a bug that causes GCC build failure.niruiyu1-1/+1
2012-10-18Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable().niruiyu1-1/+1
2012-10-18OvmfPkg: QemuBootOrder: recognize virtio-scsi devicesjljusten1-0/+45
2012-10-18OvmfPkg: introduce virtio-scsi driverjljusten11-0/+1648
2012-10-18OvmfPkg: VirtioBlkDriverBindingStop: fix incorrect use of UEFI driver modeljljusten1-6/+20
2012-10-18ArmPlatformPkg/BaseTools-Pending-Patches.patch: Added latest ARMGCC & ARMLINU...oliviermartin1-148/+83
2012-10-18Fix coding style issue in CryptoPkg.tye11-2/+2
2012-10-18Use %lx to print UINT64 value instead of %x.niruiyu2-10/+10
2012-10-18Fix a bug that BCFG creates Key#### variable bigger than it should be.niruiyu1-2/+2
2012-10-18Remove the KeyOrder variable dependency from BDSniruiyu3-302/+122
2012-10-17Add manual configured gateway address back after system reset.tye11-0/+12
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu550-197/+320
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