1. a1d887b Merger tracker:Fixed a Pci bus driver logic error by vanjeff · 17 years ago
  2. 4ba9722 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
  3. 25724a9 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
  4. 725a03b Remove DriverSample. MdeModulePkg\Universal\DriverSampleDxe is the replacement complying to UEFI HII. by qwang12 · 17 years ago
  5. 62e6733 Remove Framework SetupBrowser. MdeModulePkg\Universal\SetupBrowserDxe is the replacement complying to HII in UEFI 2.1 spec. by qwang12 · 17 years ago
  6. ae55729 Remove Framework HiiDatabase by qwang12 · 17 years ago
  7. eb9a9a5 Produce all the PciIo & Dpath protocol for all the pci devices under the current host bridge. by qhuang8 · 17 years ago
  8. 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
  9. 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
  10. 5127b47 Fix an issue to match invalid Language codes like "enus" by qhuang8 · 17 years ago
  11. 0df40b2 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c: by jljusten · 17 years ago
  12. fd431a9 Add the check- in missed file by gtian · 17 years ago
  13. f26f2a7 Retire the constructor to reduce the possibility of circular library dependency. by yshang1 · 17 years ago
  14. ff8ff13 Update PeiReportStatusCodeLib instance, which will support report data prior to installed the REPORT STATUSCODE PPI. by yshang1 · 17 years ago
  15. 3431f36 Sync with the PO-2 release branch (version: EDK 4645 and R9 3897) by zliu3 · 17 years ago
  16. ea5632e 1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 HC protocol. by vanjeff · 17 years ago
  17. 08a4be3 Comment out the IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf as VfrCompilor does not support the Framework VFR format. by qwang12 · 17 years ago
  18. 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
  19. f79314f UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  20. 4f51e5c Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg; by yshang1 · 17 years ago
  21. e5516b4 Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, which supports log message in SMM, DXE, DXE runtime, UEFI and UEFI APPLICATION. by yshang1 · 17 years ago
  22. 130e256 1) Replace MACRO with C functions. by yshang1 · 17 years ago
  23. ab5f0d6 Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC compile error "Unspecific evaluated order". by yshang1 · 17 years ago
  24. 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
  25. 41e4912 fix DataHubGetNextRecord bug by eric_tian · 17 years ago
  26. 96d1b17 Add the Rom Image to internal database for later PCI light enumeration by eric_tian · 17 years ago
  27. 797a9d6 MdeModule cleanup for PI: by klu2 · 17 years ago
  28. 1f6727d Update default value to adapt to most platform. by qhuang8 · 17 years ago
  29. 66afcde Update default value to adapt to most platform. by qhuang8 · 17 years ago
  30. afd0fe2 the last check-in for Ps2MouseAbsolutePointer is not correct. do it again. by eric_tian · 17 years ago
  31. ac4f8b5 modify the corresponding file path about Ps2MouseAbsolutePointerDxe driver & rename the Ps2MouseSimulateTouchPadDxe folder to Ps2MouseAbsolutePointer by eric_tian · 17 years ago
  32. 52e6fae change "Ps2MouseSimulateTouchPad" to "Ps2MouseAbsolutePointer" for more clearing the name's meaning. by eric_tian · 17 years ago
  33. 0f8304c use a PS/2 mouse to simulate a faked touchpad device. by eric_tian · 17 years ago
  34. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  35. cfe9de5 1. CoreOpenImageFile(): FilePath should be IN OUT. by vanjeff · 17 years ago
  36. f0b425b Fix a memory leak issue. by qhuang8 · 17 years ago
  37. d6b50e7 Fix a memory leak issue. by qhuang8 · 17 years ago
  38. ebc1ca5 Fix two issues: by qhuang8 · 17 years ago
  39. 518d395 define the variable related to PCD for supporting big variable (>32K) easily. by gtian · 17 years ago
  40. dfc4846 Add Add Driver Diagnostic 2 Protocol support for IdeBus driver. by qhuang8 · 17 years ago
  41. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  42. f3d1e94 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  43. e6c560a Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec. by lgao4 · 17 years ago
  44. f66a2a1 Removed reference to non-existing library class by jwang36 · 17 years ago
  45. 6240921 Merger trackers #7807 and #8372. by vanjeff · 17 years ago
  46. 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
  47. 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
  48. 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
  49. 6979fd9 fixed the following problems: by eric_tian · 17 years ago
  50. 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
  51. 23bd66f Changed to pass the build with Visual Studio 2005 by jwang36 · 17 years ago
  52. 6deef76 Fixed NT32 Build break. by AJFISH · 17 years ago
  53. 0c6bbb6 Cleaned the code for passing Visual Studio 2005 build by jwang36 · 17 years ago
  54. 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
  55. af3c1a5 added the CpuLib by vprabhal · 17 years ago
  56. 866e817 Update change log to include the enabling of component name 2 protocol. by qhuang8 · 17 years ago
  57. 9d64ff8 Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  58. 733f03a Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  59. f3d08cc Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  60. 18fd8d6 1. Add ExtractGuidedSectionLib library to replace customdecompress library. by lgao4 · 17 years ago
  61. ff62de3 PCI Bus Driver Enhancement by xli24 · 17 years ago
  62. 3048d63 Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE by mdkinney · 17 years ago
  63. 1f77169 translate Ctrl + alpha to control value for simple text input protocol by qhuang8 · 17 years ago
  64. e8da126 Change the function name. by klu2 · 17 years ago
  65. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  66. 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
  67. d940d5e Bug fix for the runtime memory status code. by yshang1 · 17 years ago
  68. bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
  69. 2d9d2ab Build a valid device path to an EFI driver loaded from a PCI Option ROM by mdkinney · 17 years ago
  70. 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
  71. 67996c4 Module clean up. by vanjeff · 17 years ago
  72. d4ff9b4 Tracker merger. "There is no "NV" display when change the certain option in NT32" by vanjeff · 17 years ago
  73. 7f0f1b8 Merge tracker. Add check whether CreateResourceNode successful or not. by vanjeff · 17 years ago
  74. 507b36c First round of PI enabling work: by qwang12 · 17 years ago
  75. 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
  76. 888b8af Added missing dependent package by jwang36 · 17 years ago
  77. 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
  78. fd2537e Fix the invalid return code for OemHookStatusCodeLibNull library instance. by klu2 · 17 years ago
  79. 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
  80. a02c7e1 Fix the CYGWIN GCC build issue. by klu2 · 17 years ago
  81. d01c093 1. Sync Tcp4 protocol definitions to match UEFI 2.1 by vanjeff · 17 years ago
  82. 6bee163 Fix building issue for Intel Compiler by klu2 · 17 years ago
  83. 702887d Update PciCfg2.c to follow strict ANSI C spec. by yshang1 · 17 years ago
  84. 4718082 Use <> in #include statements instead of "" for include files from packages by mdkinney · 17 years ago
  85. 6b88cee Updated to use new PCD settings by AJFISH · 17 years ago
  86. 656f6e6 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  87. 3da07a7 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  88. d026a74 Move some datahub producer GUID from IntelFrameworkPkg to IntelFrameworkModulePkg. by klu2 · 17 years ago
  89. 551ed06 Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to IntelFrameworkModulePkg by klu2 · 17 years ago
  90. df809f3 1) Fix bug in StatusCodeDxe about the nested DataHub->Log in callback. by yshang1 · 17 years ago
  91. d35be2a Sync code with MdePkg spec for Scsi library class and CustomDecompress library class. by lgao4 · 17 years ago
  92. 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
  93. a1e3528 Replace EFI_MAX() with MAX() Replace EFI_MIN() with MIN() by mdkinney · 17 years ago
  94. f0e78fc Add VaraiblePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  95. 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  96. 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
  97. 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
  98. bbdeca9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  99. 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  100. 30bb474 Fixed the LIBRARY_CLASS format error by jwang36 · 17 years ago