- 9aa7ba0 Update BDS boot option description string to use UNI file string in GenericBdsLib for localization. by gikidy · 15 years ago
- a7ddec1 Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates in Edk r9817. by qhuang8 · 15 years ago
- 7490e2b GenericBdsLib: Remove a un-reasonable ASSERT when BdsLibVariableToOption() returns NULL because it is possible for BdsLibVariableToOption() to return NULL if the boot option variable does not exist or the boot option is not active. by rsun3 · 15 years ago
- a7a523e 1.Change the behavior of BdsBoot, to enumerate Boot Options by EfiLoadFileProtocol, other than EfiManagedNetworkServiceBindingProtocol. by tye1 · 15 years ago
- cd730ec Minor code enhancement. by gikidy · 15 years ago
- 6b9ddb4 Fix ICC build break by qhuang8 · 15 years ago
- 7a7f916 Clean up file header comments to match CPU I/O Protocol .h file. by mdkinney · 15 years ago
- 806bf4f Add generic module that produces the Framework CPU I/O Protocol using the services from the MdePkg IoLib by mdkinney · 15 years ago
- 7e28c19 add france language support on DeviceManager of BDS. by eric_tian · 15 years ago
- a5c3c54 Fix Boot Option appear twice while add a new boot option in some specific steps. by gikidy · 15 years ago
- 0c16f34 Minor code enhancement. by xli24 · 15 years ago
- da166a5 Minor code enhancement. by xli24 · 15 years ago
- 1ace000 Minor code enhancement. by xli24 · 15 years ago
- 7516c41 Correct copyright year to 2010 by lgao4 · 15 years ago
- 8e8ae2d Minor code enhancement. by xli24 · 15 years ago
- 75a635a Minor code enhancement. by xli24 · 15 years ago
- 76bc52e Fix build break by mdkinney · 15 years ago
- af03df8 IntelFrameworkModulePkg: SerialStatusCode output was incorrect by jljusten · 15 years ago
- 090d308 IntelFrameworkModulePkg LZMA: Support running LZMA from flash/rom by jljusten · 15 years ago
- 807765a Correct help information for Delete Boot option and Change boot option. by lgao4 · 15 years ago
- ff482c5 Update GenericBdsLib to support BootOption for VLAN device. by xdu2 · 15 years ago
- 9971c1b Remove OemHookStatusCodeLibNull from IntelFrameworkModulePkg. by xli24 · 15 years ago
- e25cd12 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
- d42aba9 Move non-framework status code library instances to MdeModulePkg. by xli24 · 15 years ago
- 253a88e Remove unnecessary dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- 3e31f1f Remove unnecessary dependency on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- 6237bf0 Move Status Code Handler modules for PI implementation to MdeModulePkg by xli24 · 15 years ago
- f979eec Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- a115836 update file/function comments to list the string length limitation. by eric_tian · 15 years ago
- ce00a23 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
- 8861fc7 Add missing EFIAPI instances on several functions. by jljusten · 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
- 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
- 6191043 Add the missing HiiVendor DevicePath for new added DriverHealth Form. by lgao4 · 15 years ago
- 261835c Don't need call SAP measure GPT table, which can be covered in SAP implementation. by lgao4 · 15 years ago
- bd2057a Refine code make callback logic same with frontPage. by gikidy · 15 years ago
- 14e436f Correct LzmaCustomDecompressLib to produce NULL library class. by lgao4 · 15 years ago
- e567221 Remove unnecessary reference to CPU I/O Protocol. by xli24 · 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
- 6cfbf7a 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
- 8f97f91 1. Add UEFI 2.2 VLAN device path definition to MdePkg by xdu2 · 15 years ago
- 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
- 019dfb9 updated BDS to get capsule information from UEFI capsule HOB instead of CAPSULE_HOB_INFO(one GUIDed HOB). by vanjeff · 15 years ago
- 326f071 Allocated one buffer to for option->description, since it may be released by BdsLibBootViaBootOption(). by vanjeff · 15 years ago
- a19ad64 Correct the patch in r9367. by xdu2 · 15 years ago
- 6953331 set filename with device path for load file devices. by vanjeff · 15 years ago
- 9ecbc65 Fix a UI hang bug when adding Boot Option or Driver Option. by xdu2 · 15 years ago
- d47bdf8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 689b2d7 clean up non-English characters. by vanjeff · 15 years ago
- 1910fba clean up non-English characters. by vanjeff · 15 years ago
- 5c7e09c add security check and remove un-necessary return sentence. by vanjeff · 15 years ago
- 9dd44c0 Add security check to pass klockwork. by htao · 15 years ago
- eb14b48 add security check by vanjeff · 15 years ago
- cf15d83 Fix ICC build failure. by htao · 15 years ago
- 7fc72ec add SR-IOV support in EDK II. by htao · 15 years ago
- 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- 9d0ece8 adjust error process code position. by vanjeff · 15 years ago
- 2277ab9 updated IdeBus driver not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- 3d747a8 Refactor the code logic to reduce code size for debug tip. by qhuang8 · 15 years ago
- 33bb632 Update BdsDxe to use HiiLib and UefiHiiServicesLib APIs to eliminate the symbol collision. by qhuang8 · 15 years ago
- ab8cc80 Beatify the debug string for displaying boot device when boot EFI device path. by klu2 · 15 years ago
- a29a93b revert the change on BdsConsole. when doing minimal boot, the ConsoleIn variable is used to store existing input device's device path. If the device can not be connected, its device path will be removed from ConsoleIn. by eric_tian · 15 years ago
- 0c3312f StartPciDevicesOnBridge() should correct return value. by vanjeff · 15 years ago
- 563c9c8 Make end of line consistent. by qhuang8 · 15 years ago
- 203677f Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
- 918b6e7 Integrate the patch contributed by Andrew Fish to add ARM support. by qhuang8 · 15 years ago
- 8f3e122 modified to removed references to WinNt in the comments for serial drivers by jchen20 · 15 years ago
- 02c9c47 1. Log performance data below 4G by qhuang8 · 15 years ago
- cd6a3b1 Add performance logging on EFI boot path by qhuang8 · 15 years ago
- b55f8b0 1. Correct Col * Row string 2. Add error handle for no data hub system. by lgao4 · 15 years ago
- 0fac539 recalculate the total size of format string printed by DebugPrint(). by eric_tian · 15 years ago
- e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
- d32fb62 Do not use EfiACPIReclaimMemory type to log performance data because some OS might reuse that memory. Maybe EfiReservedMemoryType is the best solution for that usage model. by qhuang8 · 15 years ago
- 7db60f8 Update the comments for S3Lib and RecoveryLib instances to state that they are deprecated. by qhuang8 · 15 years ago
- 7d1aa70 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- 0c7517b remove a segment of code, in which it forces EHCI to be connected firstly before UHCI when ConOut variable contains such usb device path. by eric_tian · 15 years ago
- a90ccab Correct the format of comments by lgao4 · 15 years ago
- 772d321 Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script. by jljusten · 15 years ago
- 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
- 2828833 Fix build break for missing definition of PCI_IF_EHCI by mdkinney · 15 years ago
- 949ae9a roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
- 9910cfe if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
- 5f52bc9 remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which have been defined in IndustryStandard/Pci.h by eric_tian · 15 years ago
- 19bf20e Clean up code by lgao4 · 15 years ago
- f98dc3c move EFI_IOB_ATA_BUS_SMART_ENABLE EFI_IOB_ATA_BUS_SMART_DISABLE EFI_IOB_ATA_BUS_SMART_OVERTHRESHOLD and EFI_IOB_ATA_BUS_SMART_UNDERTHRESHOLD macros to StatusCode.h in IntelFrameworkPkg\Include\Framework. by eric_tian · 15 years ago
- 7edfacb Fix build broken issue for ICC 9.0 by klu2 · 15 years ago
- 5caec78 Fix bug that some boot option can *not* be displayed correct in boot manager and boot maintain manager. by klu2 · 15 years ago
- 128efbb Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 15 years ago
- 24098ac Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 15 years ago
- d0bd68b Committing changes to the comments, after review with engineers. by pkandel · 15 years ago
- 1d14c35 updated parameters name to match spec. by vanjeff · 15 years ago
- 19525fe Remove the following Protocols from the IntelFrameworkModulePkg because they are identical to Protocols from the PI 1.2 Specification that have been added to the MdePkg by mdkinney · 15 years ago
- a798a78 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 15 years ago
- f3f33e1 rollback for fix scsi disk detection issue. by vanjeff · 15 years ago
- 429cac9 Retire description string macro for boot device type which are not defined in UEFI specification. by klu2 · 15 years ago
- 21d2b17 updated parameters name to match spec. by vanjeff · 15 years ago
- ce1e1d5 Fix Doxygen comment syntax by mdkinney · 15 years ago
- 79bc7a8 Remove extra #includes where possible to make build more efficient by mdkinney · 15 years ago