1. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  2. f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
  3. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  4. a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
  5. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  6. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  7. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  8. fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
  9. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  10. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
  11. 39301e9 Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV. by niruiyu · 15 years ago
  12. 4903c01 Change the PM Timer RegisterBitWidth according to the Flags by niruiyu · 15 years ago
  13. e8c2392 Add BlockSize declaration in FvMain section other tool would create a FV with blocksize=1 and huge number of blocks. by niruiyu · 15 years ago
  14. c4ae279 1, Remove comma after year by klu2 · 15 years ago
  15. e4c0074 Cleanup license header by klu2 · 15 years ago
  16. fe89d43 Add license header for Duet's makefile. by klu2 · 15 years ago
  17. 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
  18. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  19. a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
  20. d989c45 Still use |.efi Rule for INF file with binary EFI image, because the binary EFI image specified INF file is not in output directory. by lgao4 · 15 years ago
  21. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  22. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  23. 6dc1935 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  24. c6f293a DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage by jljusten · 15 years ago
  25. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  26. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  27. d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
  28. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  29. 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
  30. 09163a4 Fix build breaks by mdkinney · 15 years ago
  31. 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
  32. c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
  33. 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
  34. 787ef90 Add device path DXE driver in Duet FDF file to compliant with UEFI. by klu2 · 15 years ago
  35. 9612f0c Add license header by klu2 · 15 years ago
  36. 86c8520 Add EBC driver to Duet platform so that EBC option ROM can get dispatched. by niruiyu · 15 years ago
  37. d4577dc Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  38. 4a1db20 Remove unused definitions by mdkinney · 15 years ago
  39. 9f485cc File header added. by gikidy · 15 years ago
  40. fee4cb8 Fix the issue GCC DUET x64 cannot boot to front page but reset when timer interrupt is enabled (HSD 203180). by niruiyu · 15 years ago
  41. 5270672 Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue was fixed. by niruiyu · 15 years ago
  42. d9dd98f Fix DUET x64 hang in Video Option ROM. by niruiyu · 15 years ago
  43. fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
  44. e843cdd 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. by eric_tian · 15 years ago
  45. f4d7c87 Seems the BiosVideo thunk does not work recently, temporary disable it. by klu2 · 15 years ago
  46. 2b963c0 Add SmbiosDxe module that is required by BDS by mdkinney · 15 years ago
  47. 3ae5030 Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg. by klu2 · 15 years ago
  48. a8a863a add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables. by eric_tian · 15 years ago
  49. b149a61 Update Copyright date by mdkinney · 15 years ago
  50. fa7df1d Clean up MetronomeDxe INF file. This module uses the IoLib, so the dependency on the CPU I/O Protocol can be removed from this INF file. If the IoLib that layers on top of a CPU I/O Protocol is used, then the dependency will be inherited from the lib. by mdkinney · 15 years ago
  51. 74bafba Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  52. 102e708 Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  53. 1d7dfeb Add package dependency for gEfiStatusCodeDataTypeDebugGuid. by xli24 · 15 years ago
  54. 5e973c9 Correct license's header. by klu2 · 15 years ago
  55. 81c5255 add error handling for input parameter. by eric_tian · 15 years ago
  56. 4b37cc0 Update ReadMe file for we use the binaries of boot sector directly instead of building it. by gikidy · 15 years ago
  57. 1c8bea1 Fix a obvious bug for judge whether the PPB support ISA by klu2 · 15 years ago
  58. 3a5ac5b Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
  59. b6d793e Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
  60. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  61. 21020c7 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  62. 169fa21 Correct the shell script file type as executable by klu2 · 15 years ago
  63. b0b961c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  64. 595c3b6 Add Ehci driver for handle USB 2.0 device. by klu2 · 15 years ago
  65. df6434f Rollback patch temporary until receive legal approve. by klu2 · 15 years ago
  66. e7b2c17 Apply patch from Patrick Georgi. Correct build tool path to stable version. by klu2 · 15 years ago
  67. 208628f Remove .rept directive to improve portability. by qhuang8 · 15 years ago
  68. b29a823 Detab in DuetPkg by qhuang8 · 15 years ago
  69. 08b1f48 Use .fill directive to improve portability. by qhuang8 · 15 years ago
  70. 9811c39 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
  71. f3eb213 Make end of line consistent for DuetPkg. There is no other update. by qhuang8 · 15 years ago
  72. e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
  73. 626790e update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  74. d3a12d7 Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg. by klu2 · 15 years ago
  75. 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 15 years ago
  76. 1a573c7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  77. 03a2bbf ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 15 years ago
  78. ebe8d2b remove work around, since we had added return value check. by vanjeff · 15 years ago
  79. 551b6ad If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h and FrameworkPei.h instead of PiPei.h by mdkinney · 15 years ago
  80. 1257e05 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 15 years ago
  81. 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 15 years ago
  82. 951d309 Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead. by mdkinney · 15 years ago
  83. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 15 years ago
  84. 59d2a62 change ProcessorCoreFrequencyRecordType to EFI_PROCESSOR_FREQUENCY_RECORD_NUMBER. the latter is defined by spec. by eric_tian · 15 years ago
  85. 9e8c32c Correct the file name case for linux environment by klu2 · 15 years ago
  86. dc12989 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 15 years ago
  87. ba6f7d3 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 15 years ago
  88. d569cbb Fix system memory map issue. by gikidy · 16 years ago
  89. ea7beac Fix build warning of implicitly pointer casting by klu2 · 16 years ago
  90. 86608df remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
  91. e88f305 This patch includes: by klu2 · 16 years ago
  92. 7e7e7fe Corrected bad declaration. by gikidy · 16 years ago
  93. c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
  94. 20fac44 Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  95. 0c1e176 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  96. df93b0f Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg by mdkinney · 16 years ago
  97. bc61c01 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  98. fd89439 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  99. ae3d1e9 Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link warnings. by gikidy · 16 years ago
  100. b5a8e95 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago