- 1ef61d0 ShellPkg: Refactor Variable replacement into separate function by Jaben Carsey · 11 years ago
- ca53c0a ShellPkg: Refactor Alias replacement into separate function by Jaben Carsey · 11 years ago
- ad2bc85 ShellPkg: refactor out leading and trailing space trimming by Jaben Carsey · 11 years ago
- 321a8d4 ShellPkg: typo in the last commit. by Jaben Carsey · 11 years ago
- 7191440 OvmfPkg: Virtio drivers: fix incorrect casts in init functions by Laszlo Ersek · 11 years ago
- 518c8cd ShellPkg: Refactor out the searching for pipe characters by Jaben Carsey · 11 years ago
- ece77e4 OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functions by Olivier Martin · 11 years ago
- 64106ab OvmfPkg/Virtio.h: Removed definition of VIRTIO_HDR by Olivier Martin · 11 years ago
- 56f65ed OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOL by Olivier Martin · 11 years ago
- 6fb4e77 OvmfPkg/VirtioMmioDeviceLib: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over MMIO by Olivier Martin · 11 years ago
- 3bb56c0 OvmfPkg/VirtioPciDeviceDxe: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over PCI by Olivier Martin · 11 years ago
- fc4d1ce OvmfPkg/VirtioDevice.h: Introduced VIRTIO_DEVICE_PROTOCOL protocol by Olivier Martin · 11 years ago
- ad79317 Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error. by Elvin Li · 11 years ago
- 4db0b65 Correct INF file to make module pass ICC compiler. by Liming Gao · 11 years ago
- 7476ad7 StdLib: Update Copyright Notices. by Daryl McDaniel · 11 years ago
- 6d16cca StdLib: Remove an unnecessary dependency from LibWchar. by Daryl McDaniel · 11 years ago
- 19a4497 ShellPkg: Refactor Pipe handling by Jaben Carsey · 11 years ago
- b2ce4a3 ARM Packages: Removed 'inline' keyword by Olivier Martin · 11 years ago
- 62436c2 ArmPkg/AArch64Mmu.h: Fix 'Shift is >= width of type' by Olivier Martin · 11 years ago
- 377a32d ArmPkg/ArmDisassemblerLib: Fixed logical/bitwise operator confusion by Olivier Martin · 11 years ago
- 77d7af4 ArmPkg/ArmMpCoreInfo.h: Fixed macro definition by Olivier Martin · 11 years ago
- 0e0fb74 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h. by Fu Siyuan · 11 years ago
- 62eeb52 Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT_FOUND should be returned in EFI_I2C_HOST_PROTOCOL.QueueRequest(). by Elvin Li · 11 years ago
- 3520e03 ShellPkg: Remove invalid ASSERT by Jaben Carsey · 11 years ago
- 194ae48 ShellPkg: Add support for CTRL-C within shell user prompting by Jaben Carsey · 11 years ago
- 0f83ac3 Refine code to fix potential code bug. by Eric Dong · 11 years ago
- 05de47e Refine code to fix potential code bug. by Eric Dong · 11 years ago
- 42f7549 Follow Shell specification to make sure the “command.man” file is always used no matter “command.efi -?” or “command -?” is typed. by Shumin Qiu · 11 years ago
- 447d264 OvmfPkg: enable Xen specific path by Wei Liu · 11 years ago
- bb6a9a9 OvmfPkg: introduce XenMemMapInitialization by Wei Liu · 11 years ago
- 36658ff OvmfPkg: introduce PublishPeiMemory by Wei Liu · 11 years ago
- c7ea55b OvmfPkg: detect Xen earlier by Wei Liu · 11 years ago
- 4c3966e OvmfPkg: define EFI_XEN_OVMF_INFO by Wei Liu · 11 years ago
- e48c696 OvmfPkg: introduce E820.h by Wei Liu · 11 years ago
- 5624a27 MdeModulePkg: introduce PcdPciDisableBusEnumeration by Wei Liu · 11 years ago
- 7cf1a5b ArmPlatformPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc: Remove the Monitor stacks PCDs by Olivier Martin · 11 years ago
- 8a25bd7 ArmPlatformPkg/ArmPlatformStackLib: Do not directly use PcdArmPrimaryCore by Olivier Martin · 11 years ago
- 9926709 ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpId by Olivier Martin · 11 years ago
- d5ad081 MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when SKU ID enabled. by Star Zeng · 11 years ago
- 9799752 Fixes a build issue (build error 'Statement is unreachable'). by Olivier Martin olivier.martin · 11 years ago
- 3f25e6e Fix comments format issue. by Jeff Fan · 11 years ago
- 8d84dbe MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec. by Feng Tian · 11 years ago
- b682373 Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. by Elvin Li · 11 years ago
- b4e7b2d Correct file header comments for DiskIo2.h. by Ruiyu Ni · 11 years ago
- 060853f MdeModulePkg: SmmLockBox: remove wrong DepEx by Laszlo Ersek · 11 years ago
- 5ab7f88 Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebugAgentPhase2(). by Jeff Fan · 11 years ago
- 32e817c MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling protocol interface failure case by Feng Tian · 11 years ago
- 0f58371 MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() should be behind s/w related stop operation, which could avoid h/w not working if s/w stop operation fails. by Feng Tian · 11 years ago
- 6855763 ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hex by Chris Phillips · 11 years ago
- ed8b529 ShellPkg: Unregister all registrations by Jaben Carsey · 11 years ago
- b5bd21b MdeModulePkg Pcd: Refine the code to avoid error report. by Star Zeng · 11 years ago
- 68fc0c7 Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_ON_SECURITY_VIOLATION is no longer supported. by Fu Siyuan · 11 years ago
- 1925ea6 Add missing ASM_PFX for HookAfterStubHeaderEnd. by Jeff Fan · 11 years ago
- 958313b Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make UINIXGCC IA32 build issue: by Jeff Fan · 11 years ago
- eac8082 UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarReturnFlag and mErrorCodeFlag to avoid page fault with big RAM sizes (> 2GB). by Laszlo Ersek · 11 years ago
- 8b7d84c Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version 2 (ACPI 5.0 compatible). by Dong Guo · 11 years ago
- 99e5617 Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP. by Fu Siyuan · 11 years ago
- bb5081f Fix a bug in Fat driver that it asserts when OpenEx/ReadEx/WriteEx is about to return failure. by Ruiyu Ni · 11 years ago
- 8aaab67 Fix input config header string error, should not always input the full config header string. by Eric Dong · 11 years ago
- ff58c91 ArmPkg/BdsLib: Fixed the alignment of the relocated Device Tree by Olivier Martin · 11 years ago
- 34b292f EmbeddedPkg/EmbeddedPkg.dec: Defined default values for PcdPrePiCpuMemorySize & PcdPrePiCpuIoSize by Olivier Martin · 11 years ago
- 893e553 ArmPkg/DebugPeCoffExtraActionLib: Fixed the printing of the location of the EFI modules by Olivier Martin · 11 years ago
- ace8987 ArmPlatformPkg/Ds5: Update script to support System Memory above the 32bit space on AArch64 by Olivier Martin · 11 years ago
- 71fd27c ArmPkg/CpuDxe: Removed LR adjustement for SVC call by Olivier Martin · 11 years ago
- d4c92ad ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed the initial secondary core bringup when remapping DRAM at 0x0 by Olivier Martin · 11 years ago
- 6cc28dc ARM Packages: Removed 'Chipset/ArmV7.h' inclusion from the non-ARMv7 specific files by Olivier Martin · 11 years ago
- 168d724 ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLib by Olivier Martin · 11 years ago
- 54ed21d ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF file by Olivier Martin · 11 years ago
- 8c6ab85 ArmPlatformPkg/ArmVExpressPkg: Fixed when EDK2_ARMVE_STANDALONE is set to zero by Olivier Martin · 11 years ago
- 5ec61d4 Makes DxeDeferImageLoadLib not depend on by Dong Guo · 11 years ago
- 3ce454d Update NetLibGetMacAddress() to handle the case correctly when SNP is absent. by Fu Siyuan · 11 years ago
- 2e7183b Fix X64 build fail. by Eric Dong · 11 years ago
- 7248790 Update the logic in browser core, use config routine protocol instead of config access protocol to get/set data with hii drivers. by Eric Dong · 11 years ago
- ab36946 Refine the logic, keep highlight on the selectable menu, and base on priority order of option string/ prompt string/ text two string to highlight for a statement. by Eric Dong · 11 years ago
- 78322c8 Follow UEFI spec to add the definition for EFI_SPECIFICATION_VERSION, and update other table version to refer to it. Remove the “/D TIANO_RELEASE_VERSION=0x00080006” option in Nt32Pkg DSC file, since it’s not used in source code. by Shumin Qiu · 11 years ago
- 3a7ec65 Fix Duet hang/reboot issue due to the NULL instance of CpuExceptionHandlerLib is used. by Ruiyu Ni · 11 years ago
- 76f9f2e Cleanup unused ReportStatusCodeLib reference. by Jeff Fan · 11 years ago
- 742d9b3 Refine the Secure Boot UI driver to input the GUID and varstroe name when using HiiSetBrowserData/HiiGetBrowserData. by Fu Siyuan · 11 years ago
- 59cc677 MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable defined as dynamic. by Star Zeng · 11 years ago
- fae7362 When need to find varstore in the storage list, based on the extra HiiHandle to find the storage. by Eric Dong · 11 years ago
- d63a9eb Refine data copy and data compare logic. by Eric Dong · 11 years ago
- 74b0fb8 ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. by Jaben Carsey · 11 years ago
- 541ddf4 ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Support values to match PCIe Base Spec rev 3.0 by Chris Phillips · 11 years ago
- 416a423 ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v") by Chris Phillips · 11 years ago
- c2efcf0 Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and BaseTools (r14889), FatPkg (r80). by Ruiyu Ni · 11 years ago
- c3f44a7 MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS devices may have no response. by Feng Tian · 11 years ago
- a6a2a95 Adjust skip value when paint text two string for text opcode. by Eric Dong · 11 years ago
- 85a32c7 Updated OvmfPkg to use suitable CPU Exception Handler Library instances. by Jeff Fan · 11 years ago
- 8cc26df 1. DebugAgentLib will install reserved vector table to persist vectors. by Jeff Fan · 11 years ago
- e41aad1 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuExceptionHandlerLib.inf and SmmCpuExceptionHandlerLib.inf. by Jeff Fan · 11 years ago
- 57f360f 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it has. by Jeff Fan · 11 years ago
- d18b71c TempRam Done PPI definition in PI1.2.1 by Liming Gao · 11 years ago
- a889d46 Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1. by Jeff Fan · 11 years ago
- 64a5bae ShellPkg: Correctly support "map -c" by Jaben Carsey · 11 years ago
- c37e0f1 ShellPkg: Update pci command to use ShellPrintEx() by Chris Phillips · 11 years ago
- f47fc1c MdeModulePkg Pcd: Refine the code to avoid error report. by Star Zeng · 11 years ago
- b6023fb Fix coding style problem in RngDxe driver. by Long, Qin · 11 years ago
- 5cdb96f OvmfPkg/QemuVideoDxe: don't leak descriptors returned by GetBarAttributes by Laszlo Ersek · 11 years ago
- a93b0f4 Fix GCC build errors by Lee Leahy · 11 years ago
- 2dc09dd Ignore transmit errors for UDPv4, UDPv6 and IPv4. by Lee Leahy · 11 years ago