1. 7b414b4 1. add public functions header. 2. apply for doxgen format for file header. by vanjeff · 17 years ago
  2. 74345f6 MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf: by jljusten · 17 years ago
  3. 504214c Add comments and DoxyGen format for these files. by lgao4 · 17 years ago
  4. 897f0ee Clean up BDS lib to remove assembly files, remove R8Lib.h & R8Lib.c by applying Mde Lib. by qhuang8 · 17 years ago
  5. 8dbae30 Update all files to follow doxygen style file header. by qhuang8 · 17 years ago
  6. 23d64dd 1.Port Platform driver override protocol utility application in MdeModulePkg.dsc. by vanjeff · 17 years ago
  7. 1d64c38 edk2/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf: by jljusten · 17 years ago
  8. 2758d1e fixed one typo by vanjeff · 17 years ago
  9. 695f7e9 add some error check and return. by vanjeff · 17 years ago
  10. 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
  11. 4367051 add return error check. by vanjeff · 17 years ago
  12. 8d285ec 1. Enabled SetIpFilter() in UefiPxeBcDxe module. by vanjeff · 17 years ago
  13. 25ca163 Fix GCC building warning. by klu2 · 17 years ago
  14. a1a99cc 1) Sync in patch for EDK 1063 Boot option enumeration algorithm enhancement by qwang12 · 17 years ago
  15. dcf4773 Correct EdkFvbServiceLib instance module type to DXE_RUNTIME_DRIVER, because its interfaces are for runtime driver. by lgao4 · 17 years ago
  16. 2ae8963 Add comments for parameter. Add ASSERT for the input parameters. by lgao4 · 17 years ago
  17. e48e37f Use Mde library and definition instead of some native definitions in NetLib, to simply network library. by vanjeff · 17 years ago
  18. ba0f75a MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c: by jljusten · 17 years ago
  19. 8c15c09 MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf: by jljusten · 17 years ago
  20. 9226efe 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
  21. 7221595 Fix an issue that the bitmap should be loaded from any FV instead of current FV. by qhuang8 · 17 years ago
  22. e2591cb Fix bug in function EfiFvbEraseBlock() by lgao4 · 17 years ago
  23. 07220da Merge Ia32/Fvb.c & X64/Fvb.c, for these two files are identical. by qhuang8 · 17 years ago
  24. 93e3992 UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
  25. 3012ce5 1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBinding protocol. by vanjeff · 17 years ago
  26. b290614 Port PlatformDriOverrideDxe into R9. by vanjeff · 17 years ago
  27. c4a62a1 Sync the latest version from R8. by vanjeff · 17 years ago
  28. bc4b818 Changed the file or directory name inconsistences by jwang36 · 17 years ago
  29. d0e2407 Add Capsule library by lgao4 · 17 years ago
  30. 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago
  31. 952671b MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c: by jljusten · 17 years ago
  32. d0d8c13 Fixed filename case for case-sensitive file systems. by jljusten · 17 years ago
  33. e6c560a Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec. by lgao4 · 17 years ago
  34. 51f6d57 Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  35. d51ffc1 Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  36. 61b8c84 Add Crc32GuidedSectionExtractLib instance to produce Crc32 guided section decoder. by lgao4 · 17 years ago
  37. 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
  38. 67a58d0 Clean up Network Components to support GCC build. by yshang1 · 17 years ago
  39. c58cf83 Remove PeCoffLoader library class and its instances. by lgao4 · 17 years ago
  40. da1d020 Clear up network stack to use R9 MdeLib: by qhuang8 · 17 years ago
  41. 43351b9 Add SEC as a supported Module Type for all libraries that are also compatible with the PEI_CORE by mdkinney · 17 years ago
  42. e8da126 Change the function name. by klu2 · 17 years ago
  43. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  44. d074a8e Update Mde/MdeModulePkg to support ICC build for IA32/X64. by yshang1 · 17 years ago
  45. bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
  46. 01750eb Changed the code style. it could pass EBC and ICC build. by vanjeff · 17 years ago
  47. 85363c1 change the ExitBootService event to SetVirtualMapChanged event. by qwang12 · 17 years ago
  48. 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
  49. b61439a 1. Fixed one bug in Undi driver. by vanjeff · 17 years ago
  50. e5e12de 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib library. by vanjeff · 17 years ago
  51. 84b5c78 Make MdeModulePkg GCC clean. It also pass ICC+IPF and MYTOOLS+EBC build. by qwang12 · 17 years ago
  52. 687a2e5 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 have passed SCT. by vanjeff · 17 years ago
  53. d3a58e2 Update the code to match spec for EfiFvbSetVolumeAttributes API. by qwang12 · 17 years ago
  54. cdebf6c 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. by yshang1 · 17 years ago
  55. 67c23c4 Changed class name EdkFvbServiceLib to FvbServiceLib by jwang36 · 17 years ago
  56. 824b03c Update License header. by yshang1 · 17 years ago
  57. cf029d3 Update the license header. by yshang1 · 17 years ago
  58. 772db4b Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe. by vanjeff · 17 years ago
  59. 3f187a7 Fix the wrong copyright statements. by qhuang8 · 17 years ago
  60. 34edf2a Add volatile type definition to avoid link error when building with ICC by vanjeff · 17 years ago
  61. 4eb65af Fixed EBC build issues. Fixed ICC build issues. by vanjeff · 17 years ago
  62. 6cbcf59 Remove unused section in .INF, .DEC, .DSC of MdePkg and MdeModulePkg. by yshang1 · 17 years ago
  63. 8a67d61 Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe. by vanjeff · 17 years ago
  64. cbf316f 1. Import NetLib, IpIoLib and UdpIoLib class definitions by vanjeff · 17 years ago
  65. ed7748f remove some comments introduced by tools. by vanjeff · 17 years ago
  66. dd0687a remove some comments introduced by tools. by vanjeff · 17 years ago
  67. 6306488 Fix typo in PeCoffLoaderLib.inf. by yshang1 · 18 years ago
  68. 5da3034 remove IPF reference from inf file by vanjeff · 18 years ago
  69. 898d4ac Build drivers for IPF, X64, IA32 arch by klu2 · 18 years ago
  70. 859b72f Removed CommonHeader.h from MdePkg & MdeModulePkg by AJFISH · 18 years ago
  71. cba9012 Enable dynamic PCD for windowBusDriver by klu2 · 18 years ago
  72. baad9ba Add PcdLibNull library instance for Pcd Driver. by klu2 · 18 years ago
  73. 3111e7b Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. by klu2 · 18 years ago
  74. be29ac9 1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeIplSupportEfiDecompress, PcdDxeIplBuildShareCodeHobs should in gEfiMdeModulePkgTokenSpaceGuid token space by klu2 · 18 years ago
  75. 62aec47 Add PeiDxePeCoffLoaderLib instance in MdeModulePkg. by yshang1 · 18 years ago
  76. a0afd01 Import DxeCorePerformanceLib DxePerformanceLib PeiPerformanceLib and EdkDxePrintLib by vanjeff · 18 years ago
  77. ecd9cd1 1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf and VariableRuntimeDxe/Variable.inf by vanjeff · 18 years ago
  78. 5ed00ce removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes sections are not needed and are redundant with [packages] section by AJFISH · 18 years ago
  79. a190687 add ia32 and x64 direcotry for EdkFvbServiceLib by vanjeff · 18 years ago
  80. 9477444 add English.inf, EdkFvbServiceLib.inf and Variable.inf by vanjeff · 18 years ago