1. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  2. 6c6004f Fix build break for missing PeCoffLib mapping by mdkinney · 16 years ago
  3. 16f3deb Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  4. 5c08e11 Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependent on gEfiLegacyBiosProtocol to provide legacy boot support. But legacy boot is not described by PI/UEFI specification. by klu2 · 16 years ago
  5. bd5315c Update IoLib instance mapping so that the DSC file can support EBC build validation. by qhuang8 · 16 years ago
  6. a694b67 Add module Legacy8259Dxe to IntelFrameworkModulePkg.dsc, and make it clean for ICC build. by xli24 · 16 years ago
  7. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  8. 774a1c8 Removed Graphics library instance in IntelFrameworkModulePkg, since no one use it and Graphics library class will be retried later. by vanjeff · 16 years ago
  9. 2067710 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
  10. 601c8c2 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  11. 1a8802f Update some module INF files in IntelFrameworkModulePkg to UEFI_DRIVER by qhuang8 · 16 years ago
  12. 38d8677 Remove unused library instances by qhuang8 · 17 years ago
  13. 685aec5 Remove unused library instances by qhuang8 · 17 years ago
  14. 25724a9 Remove SetupBrowser, DriverSample and HiiDatabase. by qwang12 · 17 years ago
  15. 08a4be3 Comment out the IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf as VfrCompilor does not support the Framework VFR format. by qwang12 · 17 years ago
  16. 4f51e5c Add SmmRuntimeDxeReportStatusCodeLibFramework in IntelFrameworkModulePkg; by yshang1 · 17 years ago
  17. 797a9d6 MdeModule cleanup for PI: by klu2 · 17 years ago
  18. ac4f8b5 modify the corresponding file path about Ps2MouseAbsolutePointerDxe driver & rename the Ps2MouseSimulateTouchPadDxe folder to Ps2MouseAbsolutePointer by eric_tian · 17 years ago
  19. 0f8304c use a PS/2 mouse to simulate a faked touchpad device. by eric_tian · 17 years ago
  20. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  21. af3c1a5 added the CpuLib by vprabhal · 17 years ago
  22. 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
  23. 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
  24. 656f6e6 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
  25. 5da9710 Fix missing PCD issue for IntelFrameworkModulePkg.dsc by klu2 · 17 years ago
  26. 7ba905c Add VariablePei into IntelFrameworkModulePkg by klu2 · 17 years ago
  27. 2287f23 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
  28. e8ed718 Remove duplicate module in IntelFrameworkModulePkg by klu2 · 17 years ago
  29. 38d64b3 Remove ${WORKSPACE} by klu2 · 17 years ago
  30. 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
  31. 1223277 1) Add PcatSingleSegmentPciCfg2Pei in MdeModulePkg. by yshang1 · 17 years ago
  32. f8cd287 Cleanup the license header by klu2 · 18 years ago
  33. 977bdf0 PcdIoBlockBaseAddressForIpf is required by IPF platform so need add it back by klu2 · 18 years ago
  34. d0288e1 Remove unused library instance by klu2 · 18 years ago
  35. 731f78a Clean up the unused PCD from IntelFrameworkModulePkg by klu2 · 18 years ago
  36. c21fc3e Clean up the Isa related DXE in IntelFrameworkMoudlePkg. by yshang1 · 18 years ago
  37. 98ca253 Move PcatCompatible/RealTimeClockRuntimeDxe module to MdeModulePkg from IntelFrameworkModulePkg. by klu2 · 18 years ago
  38. dcab253 1) Add _MSC_VER judgment for usage of #pragma intrinsic by klu2 · 18 years ago
  39. 69b26c1 Adjust directory structures. by qhuang8 · 18 years ago
  40. 5c86d6c Updated modules reference for different Arch. by vanjeff · 18 years ago
  41. 2fdd0ea mass cleanup inf name by qwang12 · 18 years ago
  42. 7b88e93 rename Ps2keyboard.inf to Ps2keyboardDxe.inf by qwang12 · 18 years ago
  43. ececc2e Modules clean up. by vanjeff · 18 years ago
  44. 514387b Add in VgaMiniPortDxe by qwang12 · 18 years ago
  45. 5db09a6 Add in VgaClassDxe by qwang12 · 18 years ago
  46. 8500e48 Change the path for IsaFloppyDxe by klu2 · 18 years ago
  47. da2b0a8 Remove BootScriptLib from IntelFrameworkPkg. by yshang1 · 18 years ago
  48. 881a7ba by klu2 · 18 years ago
  49. 637ff81 Import IsaSerialDxe in IntelFrameworkModulePkg. by yshang1 · 18 years ago
  50. 11f43df Import IsaFloppy Dxe and Pei in IntelFrameworkModulePkg. by yshang1 · 18 years ago
  51. 3b2265b add in RealTimeClockRuntimeDxe by qwang12 · 18 years ago
  52. 5a9d304 Use () but not {} in dsc file for file path. by klu2 · 18 years ago
  53. 75d51bc Add in Ps2keyboard.inf and Ps2Mouse.inf to IntelFrameworkModuelPkg by qwang12 · 18 years ago
  54. 7a4ba07 Added the SkuIds section by jwang36 · 18 years ago
  55. b4c658d Change section pcd from [PcdsDynamic] to [PcdsDynamicDefault] as defined in spec by hche10x · 18 years ago
  56. c390237 Add DxeBootScriptLibNull in IntelFrameworkPkg. by yshang1 · 18 years ago
  57. 35fec2c 1. Add FrameworkFormBrowser.h by vanjeff · 18 years ago
  58. 103b652 Port DriverSample.inf, HiiDatabase.inf and SetupBrowser.inf by vanjeff · 18 years ago
  59. b1ef401 Add PciBus Module by qhuang8 · 18 years ago
  60. 479922d add in GraphicsLib by qwang12 · 18 years ago
  61. 904a777 remove EdkSerialPortLibNull.inf from IntelFrameworkModulePkg by vanjeff · 18 years ago
  62. ad1a179 1. add EdkSerialPortLibNull.inf 2. add StatusCode Dxe and Pei modules by vanjeff · 18 years ago
  63. ead42ef Add PciBus & IdeBus PciBus cannot build for now for some definition missing. by qhuang8 · 18 years ago
  64. 9fade9b Add IntelFrameworkModulePkg to build its libraries and modules. by qhuang8 · 18 years ago