summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-04OvmfPkg: upgrade the FADT to ACPI 2.0 without functional changesjljusten2-12/+38
2013-03-04OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslcjljusten2-6/+3
2013-03-04OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslcjljusten2-4/+2
2013-03-04OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslcjljusten2-4/+3
2013-03-04OvmfPkg: bump commonly used ACPI table revision numbersjljusten1-2/+3
2013-03-04Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng141-2/+2
2013-02-27Contributed-under: TianoCore Contribution Agreement 1.0lpleahy6-0/+4400
2013-02-27Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy1-3/+3
2013-02-27Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao41-11/+17
2013-02-27Add new HiiLib API HiiCreateGotoExOpCode() to create UEFI231 IFR REF, REF2, R...lgao42-1/+120
2013-02-27In order to make sure the image is section alignment, after allocate buffer f...ydong101-3/+26
2013-02-22ShellPkg : Check pointer before dereferencingjcarsey1-8/+10
2013-02-21Refine the code to avoid error report.ydong102-2/+5
2013-02-21BMP file may has padding data between the bmp header section and the bmp data...ydong101-2/+5
2013-02-21Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im...sfu52-140/+110
2013-02-21Shouldn't free the PciDev structure because the PciDev needs to be saved to R...niruiyu1-1/+0
2013-02-21Add error handling code to prevent variable store corruption in release build.sfu53-28/+43
2013-02-20ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2-2/+76
2013-02-20Remove the useless goto statements in PXE driver.sfu52-28/+10
2013-02-20Update SmiManager() comments and implementation to follow the new rule clarif...vanjeff1-9/+11
2013-02-19BeagleBoardPkg/BeagleBoardPkg.dsc: Removing no more valid commentoliviermartin1-2/+0
2013-02-17Fix CpuIdEx.asm to return correct ECX/EDX value.niruiyu1-2/+2
2013-02-14OvmfPkg: increase MEMFD size to 8MBjljusten3-9/+9
2013-02-14OvmfPkg LoadLinuxLib: Use kernel's EFI entry point where availablejljusten6-7/+107
2013-02-14OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12jljusten1-3/+3
2013-02-14OvmfPkg/AcpiPlatformDxe: split S3/S4 package into bytesjljusten1-24/+34
2013-02-14ShellPkg: fix string truncation.jcarsey1-2/+2
2013-02-13ShellPkg: add verification that a target directory exists when changing direc...jcarsey1-3/+9
2013-02-08- For writing sin_port, htons() must be used.lpleahy1-20/+20
2013-02-08- For writing sin_port, htons() must be used.lpleahy1-8/+13
2013-02-08Increase sockets performance by increasing the maximum buffer sizes.lpleahy1-2/+2
2013-02-08Allow fragmentation of large UDP packetslpleahy1-1/+1
2013-02-08Fix sockets use of file descriptors which was broken by the additional valida...lpleahy1-1/+1
2013-02-05Fix build issue on DDK3790 tool chain.vanjeff1-2/+2
2013-02-04ShellPkg: Remove beta tag from ver command output.jcarsey1-0/+0
2013-02-04Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from ...vanjeff1-1/+1
2013-02-01Update SecurityStub SAP protocol to support SecureHandler and SecureHandler2 ...lgao42-4/+11
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu51-4/+1
2013-02-01Fix corrupt PXE boot menu display issue.sfu51-2/+2
2013-02-01Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu51-7/+14
2013-01-30Get support languages from "PlatformLangCodes" instead of front page string p...ydong102-81/+76
2013-01-291. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity af...lzeng142-47/+32
2013-01-29Based on the feature PCD value, browser will decide whether to gray out the r...ydong103-1/+10
2013-01-28OvmfPkg: set ActiveHigh polarity for the SCI with a dedicated link devicejljusten1-2/+44
2013-01-28Revert "OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where available"jljusten6-106/+7
2013-01-28QemuFwCfgLib: Add QemuFwCfgWriteBytes() functionjljusten6-6/+153
2013-01-28OvmfPkg QemuFwCfgLib: Fix broken IA32 Microsoft assembler codejljusten1-1/+1
2013-01-28ArmPlatformPkg/PL031RealTimeClockLib: Set PL031_{TimeZone,Daylight} UEFI vari...oliviermartin2-55/+95
2013-01-28ArmPlatformPkg: Fixed unsigned type to be architecture independentoliviermartin6-13/+14
2013-01-28ArmPlatformPkg/ArmPlatformLibNull: Added template for ArmPlatformGetCorePosit...oliviermartin4-0/+113