1. a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
  2. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  3. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  4. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago[Renamed (98%) from DuetPkg/DuetPkg.dsc]
  5. 7c090c0 Remove the PcdsDynamicHii section from Duet platform as currently PCD driver running at TPL_NOTIFY and cannot co-work with Duet's variable driver currently. by niruiyu · 15 years ago
  6. 6dc1935 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  7. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  8. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  9. 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
  10. 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
  11. c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
  12. 86c8520 Add EBC driver to Duet platform so that EBC option ROM can get dispatched. by niruiyu · 15 years ago
  13. 9f485cc File header added. by gikidy · 15 years ago
  14. 2b963c0 Add SmbiosDxe module that is required by BDS by mdkinney · 15 years ago
  15. 74bafba Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  16. 102e708 Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  17. b6d793e Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
  18. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  19. 21020c7 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  20. 595c3b6 Add Ehci driver for handle USB 2.0 device. by klu2 · 15 years ago
  21. d3a12d7 Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg. by klu2 · 15 years ago
  22. 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 15 years ago
  23. ba6f7d3 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 15 years ago
  24. e88f305 This patch includes: by klu2 · 16 years ago
  25. 8b85412 Ported LZMA to DUET platform. by gikidy · 16 years ago
  26. c1a83b5 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  27. 72be1c7 Remove macro usage of EFI32, EFI64 in duet package. by klu2 · 16 years ago
  28. 87cac63 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  29. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  30. bda1bdb Add more comments for override PCD and library instance. by klu2 · 16 years ago
  31. d6ca2c1 1, cleanup DSC file, use NULL library instance for DebugLib and by klu2 · 16 years ago
  32. c6811ca Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" by qhuang8 · 16 years ago
  33. 3fd6fde Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
  34. 3efaa6e Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to by jljusten · 16 years ago
  35. 7da78b1 1, Port BiosVideoThunkDxe driver from edk to edk2; by klu2 · 16 years ago
  36. 7632bfc Update paths for items which moved from DuetPkg to PcAtChipsetPkg. by jljusten · 16 years ago
  37. 4a6a21c CpuIoDxe driver was moved to UefiCpuPkg. by jljusten · 16 years ago
  38. b4e83ab Update DuetPkg to include DxePcdDriver. by qhuang8 · 16 years ago
  39. 6074a6f Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  40. 8e0e028 Update ReportStatusCodeLib mapping: Use DxeCoreReportStatusLibFromHob DXE_CORE and DxeReportStatusCodeLib in IntelFrameworkModulePkg for all other modules. by qhuang8 · 16 years ago
  41. 693e49c Add comments in platform DSC files to remind that binaries are only listed in FDF, not in DSC. by xli24 · 16 years ago
  42. 914826b Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  43. cc4678a Fix the path for BDS. by qhuang8 · 16 years ago
  44. 80f73b5 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
  45. dc4dc1d 1, Remove DxeReportStatus driver, because DxeIpl has published a instance from hob. And new status code library will use this instance from hob. by klu2 · 16 years ago
  46. afbf572 Add bootsector module, this module is not a EFI driver or PEIM, but the raw image for boot disk. It is should be built in tiny mode with 16 assembler compiler and linker. And currently only MSFT is supported. by klu2 · 16 years ago
  47. ac4274d Remove /Fa option to cause multithread build failed. by lgao4 · 16 years ago
  48. e25803f 1, Enable USB boot for R9's Duet. by klu2 · 16 years ago
  49. 54cdf47 Correct Compiler option /FAcs to /FAsc by lgao4 · 16 years ago
  50. 82ec45f Enable debug print for Duet platform. by klu2 · 16 years ago
  51. 8cb5c72 Remove BootSector from DSC of DuetPkg. by xli24 · 16 years ago
  52. 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
  53. 765ee7b Update DUET DSC file for library class/instances renaming. by qhuang8 · 16 years ago
  54. a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago
  55. aa79e01 Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  56. 289598a Add usblib library class mapping. by klu2 · 16 years ago
  57. 05e2f68 Switch DxeCore to use DxeCoreMemoryAllocationLib for Duet platform. by qhuang8 · 16 years ago
  58. c5dfb47 Support X64 build for DUET platform. by klu2 · 17 years ago
  59. df166ce 1) DxeIpl should not use UefiDriverEntryPointLib by klu2 · 17 years ago
  60. 6d3f772 Add some customization BAT steps for DUET platform by klu2 · 17 years ago
  61. fdbc68e Use binary FAT module. by klu2 · 17 years ago
  62. f5752cb Add DuetTimerLib and DuetSerialIo library instance. by klu2 · 17 years ago
  63. be76888 Fix many bugs in DUET package and now DUET package is enabled for floppy successful. by klu2 · 17 years ago
  64. e5653d9 Fix some bugs in FSVariable and BdsPlatform for duet platform. by klu2 · 17 years ago
  65. eb16e24 Add 8254 module and fix the hob operation for R9 library. by klu2 · 17 years ago
  66. cb56d4e Correct depex for Cpu and CpuIo module. by klu2 · 17 years ago
  67. 5ea4132 Use correct IoLib's library instance for DxeStatusCode driver. by klu2 · 17 years ago
  68. d17b286 Add missing library instance and module for Duet platform. by klu2 · 17 years ago
  69. 3da85e6 1, Use PrintLib in Duet loader by klu2 · 17 years ago
  70. 79f16ea Move post building command from make file to bat file. Until build system support post build, these command will be for Duet platform's post building commands. by klu2 · 17 years ago
  71. b9a3117 init target should not be used in customize makefile. Fix it. by klu2 · 17 years ago
  72. d55eb54 User customize build method for BootSector module. by klu2 · 17 years ago
  73. c69dd9d Porting Duet module from EDKI to EDKII by klu2 · 17 years ago
  74. 91aac0e Rebase the duet module with new HII modifications. by klu2 · 17 years ago
  75. ca16210 Initialize DuetPkg ... by klu2 · 17 years ago