- 498f7d8 OvmfPkg: generate full MADT dynamically, synchronize contents with qemu by jljusten · 12 years ago
- 05c89c7 OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRS by jljusten · 12 years ago
- a5595b1 OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5 by jljusten · 12 years ago
- 9388fd3 OvmfPkg: fix interrupt routing in the DSDT, bump revision number by jljusten · 12 years ago
- cc2f2c4 OvmfPkg: add parallel port to the DSDT by jljusten · 12 years ago
- ba01f3b OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDT by jljusten · 12 years ago
- b636c6e OvmfPkg: add comments to the DSDT, remove trailing empty line by jljusten · 12 years ago
- a42bdfc OvmfPkg: _DIS and _SRS methods should have permanent effect by jljusten · 12 years ago
- 56daf8b OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharing by jljusten · 12 years ago
- cc16a92 OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDT by jljusten · 12 years ago
- 5e57fb7 OvmfPkg: add qemu debug console port to XTRA device by jljusten · 12 years ago
- 6d4f320 OvmfPkg: fix LAPIC RangeLength in DSDT by jljusten · 12 years ago
- c2129fe OvmfPkg: sync FADT with QEMU: PM Timer is 24-bit by jljusten · 12 years ago
- fb51479 OvmfPkg: sync FADT with QEMU: boot architecture flags by jljusten · 12 years ago
- 5bf66ed OvmfPkg: sync FADT with QEMU: clear DAY_ALRM by jljusten · 12 years ago
- cf5cfe8 OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE by jljusten · 12 years ago
- 062c1cf OvmfPkg: sync FADT with QEMU: disable PM2 control block by jljusten · 12 years ago
- 7c9ff57 OvmfPkg: sync FADT with QEMU: correct SMI_CMD by jljusten · 12 years ago
- 2712ab4 OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h by jljusten · 12 years ago
- edf4af6 Check if active video mode is changed after OpROM starts, if active video mode is not changed, skip INT10 calls to improve performance. by li-elvin · 12 years ago
- e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
- 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
- 9119637 Fix issue that TCP server will not response to SYN packet from TCP client in TCP6 module. by tye1 · 12 years ago
- f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
- bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
- 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
- 26af9ac OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
- aaee3a9 Fix memory leak by ydong10 · 12 years ago
- 30d1bcd ArmPlatformPkg/Bds: Fixed device path of the default error output device by oliviermartin · 12 years ago
- d0d0c1b Removed SetMode in GraphicsConsole Start() in release BIOS to improve performance. Initialize current text mode number to 0xFF as invalid text mode per UEFI spec. Add current mode check in text out protocol interface to avoid invalid text mode. by li-elvin · 12 years ago
- 60fde8a Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec. by li-elvin · 12 years ago
- a7e57bd The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly. by ydong10 · 12 years ago
- 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
- cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
- 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
- 8f3a9e5 LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails. by lzeng14 · 12 years ago
- 40ef06f Remove Variable PPI dependency from S3Resume module, check return status of locating SmmAccess PPI in S3Resume S3ResumeExecuteBootScript(), and locate SmmAccess PPI and Open SMRAM region only when gEfiAcpiVariableGuid HOB is found in S3Resume S3RestoreConfig2(). by lzeng14 · 12 years ago
- cdd3f03 ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite() by oliviermartin · 12 years ago
- 477be7c Fix physical presence request failure for PHYSICAL_PRESENCE_SET_NO_PPI_PROVISION_TRUE, PHYSICAL_PRESENCE_SET_NO_PPI_CLEAR_TRUE and PHYSICAL_PRESENCE_SET_NO_PPI_MAINTENANCE_TRUE. by gdong1 · 12 years ago
- f2e6099 ArmPlatformPkg: Fixed ArmRealViewEb & BeagleBoard builds by oliviermartin · 12 years ago
- dad28de ArmPlatformPkg/PL180MciDxe: Clean code by oliviermartin · 12 years ago
- ebef1b7 ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is full by oliviermartin · 12 years ago
- 93b429f ArmPlatformPkg/PL180MciDxe: Fixed coding style by oliviermartin · 12 years ago
- 260675b EmbeddedPkg/MmcDxe: Fixed typo by oliviermartin · 12 years ago
- 699e34a EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeeds by oliviermartin · 12 years ago
- 492e34a EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode() by oliviermartin · 12 years ago
- 7d77584 ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8 by oliviermartin · 12 years ago
- 044824d Measure ExitBootServices failure case by czhang46 · 12 years ago
- 9e945f7 Measure ExitBootServices failure case by czhang46 · 12 years ago
- dda39f3 Fix several issues in BaseCryptLib: by tye1 · 12 years ago
- a08dcb2 ArmPlatformPkg/ArmVExpressPkg: Fixed build issue by oliviermartin · 12 years ago
- 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
- cf98e61 OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDT by jljusten · 12 years ago
- 0228e59 OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespace by jljusten · 12 years ago
- 57c0beb OvmfPkg: scan memory space map and populate FWDT (32-bit fields only) by jljusten · 12 years ago
- 253a2ea OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDT by jljusten · 12 years ago
- cb678aa OvmfPkg: clean up memory map by jljusten · 12 years ago
- 53de44a OvmfPkg/*.dsc: Move PCD locations to be similar to OvmfPkgIa32X64.dsc by jljusten · 12 years ago
- cd45566 OvmfPkg: Move DxeServicesTableLib to common LibraryClasses by jljusten · 12 years ago
- 0b5a502 OvmfPkg: Disable debugging for UNIXGCC to save space by jljusten · 12 years ago
- b5eb03c Add 2 new Bds features by czhang46 · 12 years ago
- 838a9c5 Add 2 new Bds features by czhang46 · 12 years ago
- 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
- 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
- 6b8ebcb Fix some typo and coding style issues in BaseCryptLib instances. by tye1 · 12 years ago
- 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
- b90aefa OvmfPkg: add support for debug console on port 0x402 by jljusten · 12 years ago
- 512278a UnixPkg/Sec: Fixed build by oliviermartin · 12 years ago
- 68db122 MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in a change of sign' by oliviermartin · 12 years ago
- c85c6de Fix build fail for GCC by ydong10 · 12 years ago
- 73c8204 Fixed issues: by ydong10 · 12 years ago
- 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
- f5af77a Fix a failure in TCG HashAll interface. by gdong1 · 12 years ago
- 5a50033 Enhance TCG driver to provide TPM physical presence lifetime lock capability. by gdong1 · 12 years ago
- 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
- e77f9ef Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/KEK/db/dbx database. by sfu5 · 12 years ago
- 952de07 Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL comments. by niruiyu · 12 years ago
- 0ac9bc9 OvmfPkg: introduce QemuFwCfgFindFile () by jljusten · 12 years ago
- 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
- c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
- e4d7370 Update the secure boot configuration UI to accept *.crt certificate file. by sfu5 · 12 years ago
- 32177f6 Add more security check for CommBuffer+CommBufferSize. by jyao1 · 12 years ago
- 3b947ef Adjust library instances used in SecurityPkg by proper module type. by tye1 · 12 years ago
- b5c91f0 OvmfPkg/AcpiPlatformDxe: rely on built-in checksumming by jljusten · 13 years ago
- 4804ef4 OvmfPkg/AcpiPlatformDxe/Xen.c: reuse CalculateSum8 by jljusten · 13 years ago
- 377e758 OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables support by jljusten · 13 years ago
- ad07c10 StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception. by darylm503 · 13 years ago
- 532616b Add interfaces to several library instances of BaseCryptLib. by tye1 · 13 years ago
- c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 13 years ago
- 0f8b029 Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, CSM module cannot be started. by li-elvin · 13 years ago
- 05a643f 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot variable. by sfu5 · 13 years ago
- 876ac39 Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. by sfu5 · 13 years ago
- eb96e4f Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 13 years ago
- e94728b Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
- 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
- 785d84e Verify the provided PKpub is signed with its private key when enrolling a new PK variable in setup mode. by sfu5 · 13 years ago
- 2445a70 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 13 years ago
- 7a0c136 Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c. by lzeng14 · 13 years ago
- 836a782 ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8 by oliviermartin · 13 years ago
- 96f0d1c Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is needed for supported ACPI version(e.g. Acpi40.h, Acpi50.h). by lzeng14 · 13 years ago