- 18757e7 Define the global variables as weak to enable the proper linking with applications and the Sockets driver. by lpleahy · 13 years ago
- 09cdd7d Update the logic to get default value for question without storage. by ydong10 · 13 years ago
- d9bbabf Check whether has storage for date/time opcode, if it has storage, also generate the offset/width info for it. by ydong10 · 13 years ago
- d5bcf13 EdkCompatibilityPkg SmmBaseHelper: In SmmHandlerEntry(), add check to ensure CommBuff+CommBuffSize is outside of SMRAM. by rsun3 · 13 years ago
- b00ed21 Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString to benefit consumer of this API. by tye1 · 13 years ago
- d5c3d1b MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in SmmReadyToLockHandler() at first call so that it won't be invoked again. by rsun3 · 13 years ago
- c4de8e2 Fix incorrect return status in Pkcs7Verify(). by tye1 · 13 years ago
- 08d6e2f MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules. by erictian · 13 years ago
- 1c8ade8 Roll back the changes for BaseTools by ydong10 · 13 years ago
- b497a8a Fix listen exit path when last port returns an error. by lpleahy · 13 years ago
- 4d93b75 EdkShellPkg/ShellR33.patch: Fixed '32'2' folder names by oliviermartin · 13 years ago
- 0e4cdd8 Fix a typo. by ydong10 · 13 years ago
- 98a1f1e MdePkg SmmSwDispatch2.h: comment cleanup. by rsun3 · 13 years ago
- 31a272e StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. by darylm503 · 13 years ago
- 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
- 23b0b15 MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host controller for recovery path by erictian · 13 years ago
- af3a71b MdeMdeModulePkg/Usb: Coding style alignment by erictian · 13 years ago
- d69a7bc Fix potential memory leak issue. by lzeng14 · 13 years ago
- a7a8363 StdLib: Add multi-byte character support. The normal "narrow" character set is now UTF-8 instead of ASCII. by darylm503 · 13 years ago
- c7907ba Fixed header comment by lpleahy · 13 years ago
- 3e37da2 Add missing IPv6 address definitions. by lpleahy · 13 years ago
- 79fea27 EdkShellPkg/ShellR33.patch: Fixed case in filenames by oliviermartin · 13 years ago
- ab74271 MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsolutePointerDxe driver. by erictian · 13 years ago
- 4f6904d Enable execute property to avoid format is changed carelessly. by vanjeff · 13 years ago
- 1300608 Remove Carriage-Return character. by vanjeff · 13 years ago
- 0309b71 MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configuration) request with total length rather than from Get_Hid_Desc request. by erictian · 13 years ago
- 60448d9 ShellPkg: Fix en-US characters that are outside the Basic Latin character set range by jcarsey · 13 years ago
- dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
- 90eaa3c EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO structure. Seemly, it is not suitable to be used in SerialStatusCodeHandler, so update SerialStatusCodeHandler to use MAX_DEBUG_MESSAGE_LENGTH (0x100) as the max printed string size to align with other DebugLib’s behavior. by lzeng14 · 13 years ago
- e5c1acc To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX_EXTENDED_DATA_SIZE (0x200) as the local max buffer size in RuntimeDxeReportStatusCodeLib. by lzeng14 · 13 years ago
- 3347d41 Refine the logic about initialize questions value by ydong10 · 13 years ago
- 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
- 93c0bde This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or greater. Detailed change log is as below: by vanjeff · 13 years ago
- 44538ba Fix port retry behavior during connect - All port error paths exit through ConnectComplete to try the next port. When the last port fails to connect, the port error status to errno translation gets done by ConnectPoll. by lpleahy · 13 years ago
- f6aa14a EdkShellPkg/EdkShellPkg.dsc: Added CompilerStubLib & CompilerIntrinsicLib for ARM builds by oliviermartin · 13 years ago
- 9acd223 EdkCompatibilityPkg/CompilerStub: Created a Dummy CompilerStubLib for ARM by oliviermartin · 13 years ago
- de2447d Fix compatibility issue when using IPF image with PE32 magic value in the OptionalHeader. by sfu5 · 13 years ago
- 3a2fc87 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
- a391483 Fix file name not included in the inf. by ydong10 · 13 years ago
- 917ab90 Fix file guid conflict. by ydong10 · 13 years ago
- 526099f ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu() by oliviermartin · 13 years ago
- 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
- d6f1905 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
- 441f48f UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters. by lpleahy · 13 years ago
- 75ccc2b OvmfPkg/AcpiPlatformDxe: Fix VS2010 build issue by jljusten · 13 years ago
- 1fd376d PcAtChipsetPkg/PciHostBridgeDxe: Improve KVM FIFO I/O read/write performance by jljusten · 13 years ago
- 2ea3b92 Enhance GPT measurement to be able to handle different partition entry size. by gdong1 · 13 years ago
- 1f728ac Fix TCG PPI request EnableActivateClear failure. by gdong1 · 13 years ago
- 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
- 38fcd02 Fix SmmCryptLib issue when calling time() in RealTimeClock.c by tye1 · 13 years ago
- c4c9086 ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested unaligned read calls by oliviermartin · 13 years ago
- f01b91a Fixed build failed. by ydong10 · 13 years ago
- d5b339a Change returned status codes for SmiManage() per PI 1.2.1 spec. by rsun3 · 13 years ago
- 139259b Remove CPU dead loop code from IA32 assembly codes. by vanjeff · 13 years ago
- 255b418 OvmfPkg/AcpiPlatformDxe: Dynamically add Local APIC entries in MADT by jljusten · 13 years ago
- 5423598 OvmfPkg ACPI MADT: Make processor IDs zero based by jljusten · 13 years ago
- 522203d OvmfPkg/AcpiPlatformDxe: Detect QEMU & Xen by jljusten · 13 years ago
- 7d2bd15 OvmfPkg: Add AcpiPlatformDxe by jljusten · 13 years ago
- f1ec65b OvmfPkg: Add QemuFwCfgLib library class and implementation by jljusten · 13 years ago
- d90e7d8 ShellBinPkg: Update binary images to those made from revision 13224 of ShellPkg. by jcarsey · 13 years ago
- 46cb404 ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems. by jcarsey · 13 years ago
- 6398b08 ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers. by jcarsey · 13 years ago
- f3235b7 Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record StartImage perf log when StartImage() fails. by lzeng14 · 13 years ago
- 7ea7eee LoadedImageDevicePath protocol may be installed with NULL device path, so add check before using the device path. by lzeng14 · 13 years ago
- 25fbcc0 Fix IA32 build fail. by lzeng14 · 13 years ago
- b14e2fc New EDK Shell binary(r59). by niruiyu · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- 650b87c MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID in enum EFI_SMM_SAVE_STATE_REGISTER Per PI 1.2.1 spec. by rsun3 · 13 years ago
- a5f15e3 According to UEFI spec 2.3.1a. hardware error record variable should use the EFI_HARDWARE_ERROR_VARIABLE VendorGuid and have the L"HwErrRec####" name convention, #### is a printed hex value and no 0x or h is included in the hex value. by lzeng14 · 13 years ago
- 021a1af Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at runtime. by lzeng14 · 13 years ago
- 6c310df Enable wide string for title and help string by ydong10 · 13 years ago
- 2721fab MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented at AHCI mode. by erictian · 13 years ago
- fc80ee6 MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabling S.M.A.R.T feature by default. by erictian · 13 years ago
- 0c3a1db Update DxeCore and FwVolDxe drivers to inherit authentication status for the FV image, if the image came from an FV image file and section in another firmware volume. by lzeng14 · 13 years ago
- b504f51 Optimize the log entry search algorithm to save boot performance. by lzeng14 · 13 years ago
- 8b4d274 Refine the code to follow coding style. by ydong10 · 13 years ago
- 922f593 Update to use correct file name for video option. by niruiyu · 13 years ago
- 4ef15e6 Fix a bug in DxeImageVerificationLib to use the correct certificate length when verifying a signed EFI image. by sfu5 · 13 years ago
- 97627ad Fix build failed by ydong10 · 13 years ago
- 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
- 097e8d6 Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.dec to support all PCD types. by lgao4 · 13 years ago
- de74f0c Correct a bug in AsmCpuidEx() to return correct ECX and EDX. by niruiyu · 13 years ago
- a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
- 04a8942 MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MICROCODE event type. by rsun3 · 13 years ago
- 19f5088 Enhance the ConPlatform driver's matching algorithm to manage the console controller when it shares the same parent with a certain instance in the "ConOut". by niruiyu · 13 years ago
- 2591845 Sync BaseTools Trunk (version r2524) to EDKII main trunk. by lgao4 · 13 years ago
- 74dee93 Update the way to allocate high PMM, firstly try to allocate high PMM below 16MB, if it fails, allocate high PMM below 4GB. by li-elvin · 13 years ago
- bce3e2a update copyright format by hhtian · 13 years ago
- 171ea2e Fix build break in OvmfPkgIa32X64.dsc where gEfiSecurityPkgTokenSpaceGuid was no longer found. by leegrosenbaum · 13 years ago
- 41cf3e4 ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces that do not pass control key modifiers (like SimpleTextInOutSerial) by jcarsey · 13 years ago
- 8dde1f6 SNP driver for ASIX Electronics AX88772 found in SMC Networks SMC2209 USB/Ethernet 10/100 adapter. by lpleahy · 13 years ago
- 9dfbd9d MdePkg: Add Eject/Read12/Write12 cmds to Atapi.h by erictian · 13 years ago
- ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
- d4605c2 UefiCpuPkg: Added code to enable Local APIC. by geekboy15a · 13 years ago
- c5ae1de DuetPkg: Enabled build with new version of CpuDxe driver. by geekboy15a · 13 years ago
- bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
- a95b604 Add logic to validate variable before use it. by ydong10 · 13 years ago
- 7ea2285 Add logic to validate console variables when enter BDS. by ydong10 · 13 years ago
- 17aa79b Update EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER to follow ACPI5.0 spec. by jyao1 · 13 years ago
- c2cb08d Add Perf log for SMM driver Load and Start Image. by lgao4 · 13 years ago