- a1d887b Merger tracker:Fixed a Pci bus driver logic error by vanjeff · 17 years ago
- 4ba9722 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
- 25724a9 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
- 725a03b Remove DriverSample. MdeModulePkg\Universal\DriverSampleDxe is the replacement complying to UEFI HII. by qwang12 · 17 years ago
- 62e6733 Remove Framework SetupBrowser. MdeModulePkg\Universal\SetupBrowserDxe is the replacement complying to HII in UEFI 2.1 spec. by qwang12 · 17 years ago
- ae55729 Remove Framework HiiDatabase by qwang12 · 17 years ago
- eb9a9a5 Produce all the PciIo & Dpath protocol for all the pci devices under the current host bridge. by qhuang8 · 17 years ago
- 23f642e Return the error status from gBS->OpenProtocol() since there are cases when the input ControllerHandle or ChildHandle is not a valid EFI_HANDLE. We should return EFI_INVALID_PARAMETER instead of EFI_UNSUPPORTED for Driver Diagnostic (2) protocol implementation. by qhuang8 · 17 years ago
- 404d4e5 Update the library to compliant with SMMCis 0.91 and 0.9 both. 0.91 requires the InSmm() could not be invoked in runtime. by yshang1 · 17 years ago
- 5127b47 Fix an issue to match invalid Language codes like "enus" by qhuang8 · 17 years ago
- 0df40b2 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c: by jljusten · 17 years ago
- fd431a9 Add the check- in missed file by gtian · 17 years ago
- f26f2a7 Retire the constructor to reduce the possibility of circular library dependency. by yshang1 · 17 years ago
- ff8ff13 Update PeiReportStatusCodeLib instance, which will support report data prior to installed the REPORT STATUSCODE PPI. by yshang1 · 17 years ago
- 3431f36 Sync with the PO-2 release branch (version: EDK 4645 and R9 3897) by zliu3 · 17 years ago
- ea5632e 1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 HC protocol. by vanjeff · 17 years ago
- 08a4be3 Comment out the IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf as VfrCompilor does not support the Framework VFR format. by qwang12 · 17 years ago
- b13b447 Runtime Library should not use the gRT directly, since it may be converted to virtual address by other library instance. by yshang1 · 17 years ago
- f79314f UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
- 4f51e5c Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg; by yshang1 · 17 years ago
- e5516b4 Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, which supports log message in SMM, DXE, DXE runtime, UEFI and UEFI APPLICATION. by yshang1 · 17 years ago
- 130e256 1) Replace MACRO with C functions. by yshang1 · 17 years ago
- ab5f0d6 Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC compile error "Unspecific evaluated order". by yshang1 · 17 years ago
- 9cad030 Align the header of variable from 1 to 4, which can avoid the size of variable content corrupt if the critical data cross two flash block. by yshang1 · 17 years ago
- 41e4912 fix DataHubGetNextRecord bug by eric_tian · 17 years ago
- 96d1b17 Add the Rom Image to internal database for later PCI light enumeration by eric_tian · 17 years ago
- 797a9d6 MdeModule cleanup for PI: by klu2 · 17 years ago
- 1f6727d Update default value to adapt to most platform. by qhuang8 · 17 years ago
- 66afcde Update default value to adapt to most platform. by qhuang8 · 17 years ago
- afd0fe2 the last check-in for Ps2MouseAbsolutePointer is not correct. do it again. by eric_tian · 17 years ago
- ac4f8b5 modify the corresponding file path about Ps2MouseAbsolutePointerDxe driver & rename the Ps2MouseSimulateTouchPadDxe folder to Ps2MouseAbsolutePointer by eric_tian · 17 years ago
- 52e6fae change "Ps2MouseSimulateTouchPad" to "Ps2MouseAbsolutePointer" for more clearing the name's meaning. by eric_tian · 17 years ago
- 0f8304c use a PS/2 mouse to simulate a faked touchpad device. by eric_tian · 17 years ago
- 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
- cfe9de5 1. CoreOpenImageFile(): FilePath should be IN OUT. by vanjeff · 17 years ago
- f0b425b Fix a memory leak issue. by qhuang8 · 17 years ago
- d6b50e7 Fix a memory leak issue. by qhuang8 · 17 years ago
- ebc1ca5 Fix two issues: by qhuang8 · 17 years ago
- 518d395 define the variable related to PCD for supporting big variable (>32K) easily. by gtian · 17 years ago
- dfc4846 Add Add Driver Diagnostic 2 Protocol support for IdeBus driver. by qhuang8 · 17 years ago
- 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
- f3d1e94 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
- e6c560a Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec. by lgao4 · 17 years ago
- f66a2a1 Removed reference to non-existing library class by jwang36 · 17 years ago
- 6240921 Merger trackers #7807 and #8372. by vanjeff · 17 years ago
- cb33842 Add back the trick logic on EFI_PCI_DEVICE_ENABLE in PciBus driver so that some old vendor drivers can still work well. by lgao4 · 17 years ago
- 96f6af1 Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And update drivers that use this macro. The reason is that by lgao4 · 17 years ago
- 2ad4dad 1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol. by lgao4 · 17 years ago
- 6979fd9 fixed the following problems: by eric_tian · 17 years ago
- d1aeb0b Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. by qhuang8 · 17 years ago
- 23bd66f Changed to pass the build with Visual Studio 2005 by jwang36 · 17 years ago
- 6deef76 Fixed NT32 Build break. by AJFISH · 17 years ago
- 0c6bbb6 Cleaned the code for passing Visual Studio 2005 build by jwang36 · 17 years ago
- 1307dcd Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component name structures linked into final image if PcdComponentNameDisabled or PcdComponentName2Disabled is set to TRUE. by qhuang8 · 17 years ago
- af3c1a5 added the CpuLib by vprabhal · 17 years ago
- 866e817 Update change log to include the enabling of component name 2 protocol. by qhuang8 · 17 years ago
- 9d64ff8 Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
- 733f03a Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
- f3d08cc Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
- 18fd8d6 1. Add ExtractGuidedSectionLib library to replace customdecompress library. by lgao4 · 17 years ago
- ff62de3 PCI Bus Driver Enhancement by xli24 · 17 years ago
- 3048d63 Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE by mdkinney · 17 years ago
- 1f77169 translate Ctrl + alpha to control value for simple text input protocol by qhuang8 · 17 years ago
- e8da126 Change the function name. by klu2 · 17 years ago
- 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
- 179a2e9 Fix a bug which leave BLOCKSIZE of BloIO produced by IsaFloppy to be zero when the driver detect no media is changed in the driver. by qwang12 · 17 years ago
- d940d5e Bug fix for the runtime memory status code. by yshang1 · 17 years ago
- bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
- 2d9d2ab Build a valid device path to an EFI driver loaded from a PCI Option ROM by mdkinney · 17 years ago
- 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
- 67996c4 Module clean up. by vanjeff · 17 years ago
- d4ff9b4 Tracker merger. "There is no "NV" display when change the certain option in NT32" by vanjeff · 17 years ago
- 7f0f1b8 Merge tracker. Add check whether CreateResourceNode successful or not. by vanjeff · 17 years ago
- 507b36c First round of PI enabling work: by qwang12 · 17 years ago
- 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
- 888b8af Added missing dependent package by jwang36 · 17 years ago
- b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
- fd2537e Fix the invalid return code for OemHookStatusCodeLibNull library instance. by klu2 · 17 years ago
- 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
- a02c7e1 Fix the CYGWIN GCC build issue. by klu2 · 17 years ago
- d01c093 1. Sync Tcp4 protocol definitions to match UEFI 2.1 by vanjeff · 17 years ago
- 6bee163 Fix building issue for Intel Compiler by klu2 · 17 years ago
- 702887d Update PciCfg2.c to follow strict ANSI C spec. by yshang1 · 17 years ago
- 4718082 Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
- 6b88cee Updated to use new PCD settings by AJFISH · 17 years ago
- 656f6e6 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
- 3da07a7 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
- d026a74 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
- 551ed06 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
- df809f3 1) Fix bug in StatusCodeDxe about the nested DataHub->Log in callback. by yshang1 · 17 years ago
- d35be2a Sync code with MdePkg spec for Scsi library class and CustomDecompress library class. by lgao4 · 17 years ago
- 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
- a1e3528 Replace EFI_MAX() with MAX() Replace EFI_MIN() with MIN() by mdkinney · 17 years ago
- f0e78fc Add VaraiblePei into IntelFrameworkModulePkg by klu2 · 17 years ago
- 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
- c3e02ca Fix a bug that when user can't presses F9 to restore the NV Map data into default values. by qwang12 · 17 years ago
- afdf8fd 1) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h by klu2 · 17 years ago
- bbdeca9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- 30bb474 Fixed the LIBRARY_CLASS format error by jwang36 · 17 years ago