- ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
- 4fd13cd PI 1.1 SMM Feature Check-in 1. Update SmmLib by davidhuang · 15 years ago
- 202c327 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
- b7c5912 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
- 2983a79 Try to get the image form device path by FALSE and TRUE boot policy. by lgao4 · 15 years ago
- 8f635c3 Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL terminated the final destination string when Length is equal to the length of Source string by qhuang8 · 15 years ago
- 8595f12 Working on having a single stack for all modes. This code currently has an issue nesting interrupts in a big honking loop, but seems to save and restore context correctly. by AJFISH · 15 years ago
- 6320fa4 Produce LoadPeImage protocol only in framework compatibility mode. by lgao4 · 15 years ago
- ad86a50 Add new UEFI driver AtaBusDxe: by qhuang8 · 15 years ago
- d716651 Enhance SCSI disk module to produce Disk Info protocol on the same Block IO handle: by qhuang8 · 15 years ago
- 48a0e6b add error handling for input parameter. by eric_tian · 15 years ago
- 81c5255 add error handling for input parameter. by eric_tian · 15 years ago
- d14d270 Add variable definitions of user identification by gdong1 · 15 years ago
- 2022142 Return EFI_UNSUPPORTED on NT32 platform. by xli24 · 15 years ago
- e471bf1 Fix bug that ovmf's BDS can not be entered and add SmbiosDxe driver into Ovmf's DSC and FDF file by klu2 · 15 years ago
- 132f1be Fix a bug with the shell cp command. When searching for a / it was possible to lose a directory level. I changed the code to add a missing / if needed and not search backwards for one. by AJFISH · 15 years ago
- f711436 1. Fix a bug encounter in build by davidhuang · 15 years ago
- 47c75f6 Refine the functions headers. by vanjeff · 15 years ago
- d64527e To avoid naming conflicts between PI SMMBASE2 Protocol/FRAMEWORK SMM Base Protocol by davidhuang · 15 years ago
- 43e3320 Refine type cast. by xli24 · 15 years ago
- d6d8e89 BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnits by jljusten · 15 years ago
- 0913fad OVMF SEC: Modify to match new interface of reset vector module by jljusten · 15 years ago
- 7a55c43 OVMF ResetVector: Modify interface with SEC module by jljusten · 15 years ago
- 8861fc7 Add missing EFIAPI instances on several functions. by jljusten · 15 years ago
- 31e49bd 1. Update Fat binaries for IA32, x64, IPF and EBC to base on MdePkg 1.01 release (EDK SVN r9029). by qhuang8 · 15 years ago
- cfc2ba6 Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL cannot handle status code at TPL_HIGH_LEVEL. by xli24 · 15 years ago
- 8a1dc10 Make MP Services thunk driver only be built under IA32 and X64 archs. by xli24 · 15 years ago
- efe9186 add error handling on usb related modules. by eric_tian · 15 years ago
- 7748eb2 Add '0x' prefix to indicate hex number by qhuang8 · 15 years ago
- 5d36285 Fix a PeiServices pointer checking error bug in EfiCommonLib in ECP. by rsun3 · 15 years ago
- 768e2a9 Check in thunk driver to produce PI MP Services Protocol based on Framework MP Services Protocol. by xli24 · 15 years ago
- c0b89af Removing BuildNotes.txt file, as it was for the obsolete Java/ANT based builds by lhauch · 15 years ago
- cd41792 Enable Undi driver to support multicast MAC address mapped from IPv6 address by tye · 15 years ago
- c9ec704 Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to reduce code size when compiler optimization is disabled. by eric_tian · 15 years ago
- 4b37cc0 Update ReadMe file for we use the binaries of boot sector directly instead of building it. by gikidy · 15 years ago
- dc9624a Remove Driver Health sample driver from OptionRomPkg. by gikidy · 15 years ago
- 1c8bea1 Fix a obvious bug for judge whether the PPB support ISA by klu2 · 15 years ago
- f8ee20c Smbios driver wrong compute the offset when updating string for given handle. by klu2 · 15 years ago
- ed79462 there is no 0 between a SMBIOS buffer and the first string in unformated area. So no need + 1. by klu2 · 15 years ago
- 7b9b2b9 Fix the bug for evaluate EFI_IFR_NOT_EQUAL_OP opcode, and the bug in using UnicodeSPrint function. by lgao4 · 15 years ago
- 351615e The consumer for smbios recorder should *not* make assumption the SMBIOS structure in special version. For length of smbios record, consumer need judge the SMBIOS->Hdr.Length but not use size of (SMBIOS_TYPE0) style. by klu2 · 15 years ago
- 65d0257 Improve status codes returned for functions of EFI_TCG_PROTOCOL. Note that after change, status codes returned for functions of EFI_TCG_PROTOCOL do not exactly match those defined in the TCG EFI Protocol 1.20 Final Specification. by rsun3 · 15 years ago
- d69f66d Add return value description for EFI_PEI_RECOVERY_BLOCK_IO_PPI.GetNumberOfBlockDevices(). by xli24 · 15 years ago
- 8546d5a Add missing definition of "EFI_PEI_DESCRIPTOR" in PI spec. by qhuang8 · 15 years ago
- 601afc0 Add legacy region range check. by xli24 · 15 years ago
- d90434c Correct the comments. by xdu2 · 15 years ago
- f147a39 Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put it back in when we figure out the issue. by AJFISH · 15 years ago
- 6191043 Add the missing HiiVendor DevicePath for new added DriverHealth Form. by lgao4 · 15 years ago
- afbb91a fix the wrong module name. by eric_tian · 15 years ago
- 841f6ba Make the build.sh script match the TOT BaseTools project. by AJFISH · 15 years ago
- 5af06fe Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to work around Mac OS X 16 byte IA-32 calling conventions issue. All the calls to this code is #ifdef __APPLE__, so no reason to build it on Linux or other gcc flavors. by AJFISH · 15 years ago
- 73cbc58 fix build error, CpuIo module is replaced with CpuIo2Dxe by eric_tian · 15 years ago
- 261835c Don't need call SAP measure GPT table, which can be covered in SAP implementation. by lgao4 · 15 years ago
- c083f7c Directly use FALSE when BootPolicy is FALSE. by lgao4 · 15 years ago
- 824e8a5 Fix incorrect return status usage of HiiGetBrowserData(). by xdu2 · 15 years ago
- b395a08 Fix the UnixPkg default to have the tools come from a seperate BaseTools project. When the fixes are checked into edk2 we can move it back to pointing to tools in edk2. by ajfish · 15 years ago
- ecd3d59 add ASSERT to 2 functions and fix issue with size difference between old and new shell versions. by jcarsey · 15 years ago
- 18cefeb clean up comments by jcarsey · 15 years ago
- 11d2dec Adding StringNoCaseCompare to SortLib by jcarsey · 15 years ago
- 3a5ac5b Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
- b6d793e Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
- 5161b24 Update UnixPkg emulation platform to produce dummy CPU I/O 2 Protocol. by xli24 · 15 years ago
- bd2057a Refine code make callback logic same with frontPage. by gikidy · 15 years ago
- 56385d4 1. fix the wrong description, change "target the buffer" to "the target buffer" by eric_tian · 15 years ago
- 14e436f Correct LzmaCustomDecompressLib to produce NULL library class. by lgao4 · 15 years ago
- b8d5cb4 Update NT32 emulation platform to produce dummy CPU I/O 2 Protocol. by xli24 · 15 years ago
- 6741aad according to IA32 intel architecture spec, mwait instuction needs not the operands. by eric_tian · 15 years ago
- 0e121f5 fix GCC build issue, mWait instruction need not the operands. by eric_tian · 15 years ago
- e567221 Remove unnecessary reference to CPU I/O Protocol. by xli24 · 15 years ago
- 8e9778c Update drivers to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
- 54bd807 Check in thunk driver for CPU I/O 2 Protocol. by xli24 · 15 years ago
- 3ca55ed Check in driver to produce CPU I/O 2 Protocol for IA32 and X64 architecture. by xli24 · 15 years ago
- 3f27582 Add the missing EFI_IMAGE_EXECUTION_AUTH_ value definitions. by lgao4 · 15 years ago
- 1afe040 Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg. by AJFISH · 15 years ago
- 7ee3b61 Added support for Xcode on Snow Leopard. Upaded with bug fixes for Snow Leopard. by AJFISH · 15 years ago
- 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago
- f7753a9 Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib implementations by mdkinney · 15 years ago
- 432cf05 A sample driver produces driver health protocol. This driver use DiskIO driver as a template. by gikidy · 15 years ago
- baf46e7 Fix some typos & format. by gikidy · 15 years ago
- ab4da12 Driver health management implementation in BDS based on UEFI Specification 2.3. by gikidy · 15 years ago
- c620437 Prompt the PI specification version to 1.20 and UEFI specification version to 2.30, for PEI_SERVICES_TABLE, DXE_SERVICES_TABLE, EFI_BOOT_SERVICES_TABLE, EFI_RUNTIME_SERVICES_TABLE. by klu2 · 15 years ago
- 6ee21b6 The functionality of PXE Base Code protocol will not be stopped, when downloading is successfully. by vanjeff · 15 years ago
- 86714cc According to PI specification, if token number can not be found for dynamic-ex type PCD, return EFI_NOT_FOUND but not ASSERT(). by klu2 · 15 years ago
- dc6f9b3 Move the Fv updating of PeiCore's internal structure PrivateData out of the implementation of build-in Ffs2's EFI_PEI_FIRMWARE_VOLUME_PPI. Because this PPI maybe provided by other PEIM/Sec. by klu2 · 15 years ago
- 7ec9391 Remove the tab characters. by klu2 · 15 years ago
- 8e0e40e After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs2 FvPpi should be also fixed up to be pointed to the one in permanent memory. by klu2 · 15 years ago
- 99c55b5 correct value by jcarsey · 15 years ago
- e191bb1 Add more check for local FileInfo variable before it is used. by lgao4 · 15 years ago
- f981c39 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for SmmBase2.h) by davidhuang · 15 years ago
- 5cb3637 remove extra variables by jcarsey · 15 years ago
- 95dd343 Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned device path node. by lgao4 · 15 years ago
- a13df02 Correct error status to EFI_NOT_FOUND when the image can't be got. by lgao4 · 15 years ago
- 02864f5 added new PCD for ShellLib buffer size... by jcarsey · 15 years ago
- a5bd42b corrected out of date comments by jcarsey · 15 years ago
- e2f8297 updates from code review, buffer length, and correct use of StdOut for printing by jcarsey · 15 years ago
- ad5ecf1 typo in comment by jcarsey · 15 years ago
- 2aa76ea Update header file to include common definition of FRAMEWORK_EFI_AP_PROCEDURE. by xli24 · 15 years ago
- 86973fa Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit' so that some early version of MS assemblers can support. by qhuang8 · 15 years ago
- 0d34b1c Use AllocateZeroPool instead of using AllocatePool + ZeroMem by klu2 · 15 years ago
- 595d4b4 The FV size in EFI_FV_INFO has been excluded the length of FV header, so no need subtract the length of FV header again when compute the length of Apriori file. by klu2 · 15 years ago