1. fcf0359 Add function doxygen header for VgaMiniPort module. by klu2 · 17 years ago
  2. 57076f4 Add function doxygen header for PciBus module. by klu2 · 17 years ago
  3. a3b8e25 Add function doxygen header for PciBus module. by klu2 · 17 years ago
  4. ff1fcef Add function's doxygen header for Ps2Mouse module. by klu2 · 17 years ago
  5. bcd7041 Coding style modification. by klu2 · 17 years ago
  6. a73d0c7 Add some function/header comments. by klu2 · 17 years ago
  7. ed7752e Add some function/header comments. by klu2 · 17 years ago
  8. 32eed1f Add blank space in the file end. by lgao4 · 17 years ago
  9. b463f6f Fix a typo. by qhuang8 · 17 years ago
  10. 2a4b165 Add missing Guid declaration. by klu2 · 17 years ago
  11. c05d012 IntelFrameworkModulePkg/ by jljusten · 17 years ago
  12. 6d87c34 [Description] by eric_tian · 17 years ago
  13. e12848a [Description]: by yshang1 · 17 years ago
  14. 695f7e9 add some error check and return. by vanjeff · 17 years ago
  15. 8541ada add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consuming, it could save size by changing PCD's value to FALSE. by vanjeff · 17 years ago
  16. 3dbba77 Modify all file header to follow doxygen format by klu2 · 17 years ago
  17. d63e4c2 edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf: by jljusten · 17 years ago
  18. 17adfa9 Renamed to match filename naming recommendations. by jljusten · 17 years ago
  19. 9c29437 Update BaseUefiTianoCustomDecompressLib to pass GCC build. by xli24 · 17 years ago
  20. de63148 [Description] by eric_tian · 17 years ago
  21. 4beb4af [Description]: by vanjeff · 17 years ago
  22. 31bbf49 Enhanced the PCI Bus DXE module by zliu3 · 17 years ago
  23. a1d887b Merger tracker:Fixed a Pci bus driver logic error by vanjeff · 17 years ago
  24. 4ba9722 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
  25. 25724a9 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
  26. 725a03b Remove DriverSample. MdeModulePkg\Universal\DriverSampleDxe is the replacement complying to UEFI HII. by qwang12 · 17 years ago
  27. 62e6733 Remove Framework SetupBrowser. MdeModulePkg\Universal\SetupBrowserDxe is the replacement complying to HII in UEFI 2.1 spec. by qwang12 · 17 years ago
  28. ae55729 Remove Framework HiiDatabase by qwang12 · 17 years ago
  29. eb9a9a5 Produce all the PciIo & Dpath protocol for all the pci devices under the current host bridge. by qhuang8 · 17 years ago
  30. 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
  31. 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
  32. 5127b47 Fix an issue to match invalid Language codes like "enus" by qhuang8 · 17 years ago
  33. 0df40b2 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c: by jljusten · 17 years ago
  34. fd431a9 Add the check- in missed file by gtian · 17 years ago
  35. f26f2a7 Retire the constructor to reduce the possibility of circular library dependency. by yshang1 · 17 years ago
  36. ff8ff13 Update PeiReportStatusCodeLib instance, which will support report data prior to installed the REPORT STATUSCODE PPI. by yshang1 · 17 years ago
  37. 3431f36 Sync with the PO-2 release branch (version: EDK 4645 and R9 3897) by zliu3 · 17 years ago
  38. ea5632e 1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 HC protocol. by vanjeff · 17 years ago
  39. 08a4be3 Comment out the IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf as VfrCompilor does not support the Framework VFR format. by qwang12 · 17 years ago
  40. 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
  41. f79314f UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  42. 4f51e5c Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg; by yshang1 · 17 years ago
  43. e5516b4 Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg, which supports log message in SMM, DXE, DXE runtime, UEFI and UEFI APPLICATION. by yshang1 · 17 years ago
  44. 130e256 1) Replace MACRO with C functions. by yshang1 · 17 years ago
  45. ab5f0d6 Change C functions, xxxSizeOfVariable(), to MACRO, which can avoid the ICC compile error "Unspecific evaluated order". by yshang1 · 17 years ago
  46. 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
  47. 41e4912 fix DataHubGetNextRecord bug by eric_tian · 17 years ago
  48. 96d1b17 Add the Rom Image to internal database for later PCI light enumeration by eric_tian · 17 years ago
  49. 797a9d6 MdeModule cleanup for PI: by klu2 · 17 years ago
  50. 1f6727d Update default value to adapt to most platform. by qhuang8 · 17 years ago
  51. 66afcde Update default value to adapt to most platform. by qhuang8 · 17 years ago
  52. afd0fe2 the last check-in for Ps2MouseAbsolutePointer is not correct. do it again. by eric_tian · 17 years ago
  53. ac4f8b5 modify the corresponding file path about Ps2MouseAbsolutePointerDxe driver & rename the Ps2MouseSimulateTouchPadDxe folder to Ps2MouseAbsolutePointer by eric_tian · 17 years ago
  54. 52e6fae change "Ps2MouseSimulateTouchPad" to "Ps2MouseAbsolutePointer" for more clearing the name's meaning. by eric_tian · 17 years ago
  55. 0f8304c use a PS/2 mouse to simulate a faked touchpad device. by eric_tian · 17 years ago
  56. 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
  57. cfe9de5 1. CoreOpenImageFile(): FilePath should be IN OUT. by vanjeff · 17 years ago
  58. f0b425b Fix a memory leak issue. by qhuang8 · 17 years ago
  59. d6b50e7 Fix a memory leak issue. by qhuang8 · 17 years ago
  60. ebc1ca5 Fix two issues: by qhuang8 · 17 years ago
  61. 518d395 define the variable related to PCD for supporting big variable (>32K) easily. by gtian · 17 years ago
  62. dfc4846 Add Add Driver Diagnostic 2 Protocol support for IdeBus driver. by qhuang8 · 17 years ago
  63. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  64. f3d1e94 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  65. e6c560a Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec. by lgao4 · 17 years ago
  66. f66a2a1 Removed reference to non-existing library class by jwang36 · 17 years ago
  67. 6240921 Merger trackers #7807 and #8372. by vanjeff · 17 years ago
  68. 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
  69. 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
  70. 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
  71. 6979fd9 fixed the following problems: by eric_tian · 17 years ago
  72. 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
  73. 23bd66f Changed to pass the build with Visual Studio 2005 by jwang36 · 17 years ago
  74. 6deef76 Fixed NT32 Build break. by AJFISH · 17 years ago
  75. 0c6bbb6 Cleaned the code for passing Visual Studio 2005 build by jwang36 · 17 years ago
  76. 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
  77. af3c1a5 added the CpuLib by vprabhal · 17 years ago
  78. 866e817 Update change log to include the enabling of component name 2 protocol. by qhuang8 · 17 years ago
  79. 9d64ff8 Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  80. 733f03a Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  81. f3d08cc Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable. by qhuang8 · 17 years ago
  82. 18fd8d6 1. Add ExtractGuidedSectionLib library to replace customdecompress library. by lgao4 · 17 years ago
  83. ff62de3 PCI Bus Driver Enhancement by xli24 · 17 years ago
  84. 3048d63 Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE by mdkinney · 17 years ago
  85. 1f77169 translate Ctrl + alpha to control value for simple text input protocol by qhuang8 · 17 years ago
  86. e8da126 Change the function name. by klu2 · 17 years ago
  87. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  88. 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
  89. d940d5e Bug fix for the runtime memory status code. by yshang1 · 17 years ago
  90. bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
  91. 2d9d2ab Build a valid device path to an EFI driver loaded from a PCI Option ROM by mdkinney · 17 years ago
  92. 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
  93. 67996c4 Module clean up. by vanjeff · 17 years ago
  94. d4ff9b4 Tracker merger. "There is no "NV" display when change the certain option in NT32" by vanjeff · 17 years ago
  95. 7f0f1b8 Merge tracker. Add check whether CreateResourceNode successful or not. by vanjeff · 17 years ago
  96. 507b36c First round of PI enabling work: by qwang12 · 17 years ago
  97. 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
  98. 888b8af Added missing dependent package by jwang36 · 17 years ago
  99. 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
  100. fd2537e Fix the invalid return code for OemHookStatusCodeLibNull library instance. by klu2 · 17 years ago