1. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  2. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  3. d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
  4. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  5. 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
  6. 09163a4 Fix build breaks by mdkinney · 15 years ago
  7. 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
  8. c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
  9. 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
  10. 787ef90 Add device path DXE driver in Duet FDF file to compliant with UEFI. by klu2 · 15 years ago
  11. 9612f0c Add license header by klu2 · 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. 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
  14. 4a1db20 Remove unused definitions by mdkinney · 15 years ago
  15. 9f485cc File header added. by gikidy · 15 years ago
  16. 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
  17. 5270672 Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue was fixed. by niruiyu · 15 years ago
  18. d9dd98f Fix DUET x64 hang in Video Option ROM. by niruiyu · 15 years ago
  19. fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
  20. e843cdd 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. by eric_tian · 15 years ago
  21. f4d7c87 Seems the BiosVideo thunk does not work recently, temporary disable it. by klu2 · 15 years ago
  22. 2b963c0 Add SmbiosDxe module that is required by BDS by mdkinney · 15 years ago
  23. 3ae5030 Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg. by klu2 · 15 years ago
  24. a8a863a add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables. by eric_tian · 15 years ago
  25. b149a61 Update Copyright date by mdkinney · 15 years ago
  26. 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
  27. 74bafba Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  28. 102e708 Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  29. 1d7dfeb Add package dependency for gEfiStatusCodeDataTypeDebugGuid. by xli24 · 15 years ago
  30. 5e973c9 Correct license's header. by klu2 · 15 years ago
  31. 81c5255 add error handling for input parameter. by eric_tian · 15 years ago
  32. 4b37cc0 Update ReadMe file for we use the binaries of boot sector directly instead of building it. by gikidy · 15 years ago
  33. 1c8bea1 Fix a obvious bug for judge whether the PPB support ISA by klu2 · 15 years ago
  34. 3a5ac5b Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
  35. b6d793e Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
  36. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  37. 21020c7 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
  38. 169fa21 Correct the shell script file type as executable by klu2 · 15 years ago
  39. b0b961c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
  40. 595c3b6 Add Ehci driver for handle USB 2.0 device. by klu2 · 15 years ago
  41. df6434f Rollback patch temporary until receive legal approve. by klu2 · 15 years ago
  42. e7b2c17 Apply patch from Patrick Georgi. Correct build tool path to stable version. by klu2 · 15 years ago
  43. 208628f Remove .rept directive to improve portability. by qhuang8 · 15 years ago
  44. b29a823 Detab in DuetPkg by qhuang8 · 15 years ago
  45. 08b1f48 Use .fill directive to improve portability. by qhuang8 · 15 years ago
  46. 9811c39 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
  47. f3eb213 Make end of line consistent for DuetPkg. There is no other update. by qhuang8 · 15 years ago
  48. e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
  49. 626790e update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  50. d3a12d7 Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg. by klu2 · 15 years ago
  51. 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 15 years ago
  52. 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
  53. 03a2bbf ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  54. ebe8d2b remove work around, since we had added return value check. by vanjeff · 16 years ago
  55. 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 · 16 years ago
  56. 1257e05 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 16 years ago
  57. 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 16 years ago
  58. 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 · 16 years ago
  59. d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
  60. 59d2a62 change ProcessorCoreFrequencyRecordType to EFI_PROCESSOR_FREQUENCY_RECORD_NUMBER. the latter is defined by spec. by eric_tian · 16 years ago
  61. 9e8c32c Correct the file name case for linux environment by klu2 · 16 years ago
  62. dc12989 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 16 years ago
  63. ba6f7d3 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 16 years ago
  64. d569cbb Fix system memory map issue. by gikidy · 16 years ago
  65. ea7beac Fix build warning of implicitly pointer casting by klu2 · 16 years ago
  66. 86608df remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
  67. e88f305 This patch includes: by klu2 · 16 years ago
  68. 7e7e7fe Corrected bad declaration. by gikidy · 16 years ago
  69. c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
  70. 20fac44 Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  71. 0c1e176 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  72. df93b0f Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg by mdkinney · 16 years ago
  73. bc61c01 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  74. 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
  75. ae3d1e9 Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link warnings. by gikidy · 16 years ago
  76. 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
  77. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  78. 94853f2 Terminate the Capability List traversal if the Capability Pointer is less than 0x40, or the Capability Pointer is not aligned on a 32-bit boundary. by mdkinney · 16 years ago
  79. ced10e2 Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  80. d5172f9 1. Remove .extern from GCC assembly. by xli24 · 16 years ago
  81. e779654 Remove the duplicated EdidActive.h & EdidDiscovery.h in DuetPkg. MdePkg has already defined these two files with the exactly same contents. by qhuang8 · 16 years ago
  82. 754f83b Delete useless files. by gikidy · 16 years ago
  83. 11d909a 1. Open USB related and logo support FVs, remove some useless FVs. by gikidy · 16 years ago
  84. 8b85412 Ported LZMA to DUET platform. by gikidy · 16 years ago
  85. de42c02 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
  86. 607e91f Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  87. 21946ba fix ICC build warning by eric_tian · 16 years ago
  88. a24b404 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
  89. 986825f Add a note for Duet build under Linux environment. by gikidy · 16 years ago
  90. 0141c70 Steps for build Duet under Linux environment added. by gikidy · 16 years ago
  91. c1a83b5 Remove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  92. 72be1c7 Remove macro usage of EFI32, EFI64 in duet package. by klu2 · 16 years ago
  93. 6c8e40c Fix BiosVideo thunk bug about invalid legacy region area. by klu2 · 16 years ago
  94. f8b30ae add return if no valid architecture by klu2 · 16 years ago
  95. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  96. 05c7cb5 Per UEFI spec, SetMode() should clear screen anyway with black color. by vanjeff · 16 years ago
  97. 87cac63 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  98. f05b1c1 Fix the bug that debug output fails to print hex value to screen. Remove module internal SPrint() and use UnicodeSPrintAsciiFormat() in print library instead. by qhuang8 · 16 years ago
  99. 8141eea Add comments for introducing startup sequence for DUET boot disk. by klu2 · 16 years ago
  100. c0e741e Add comments for introducing startup sequence for DUET boot disk. by klu2 · 16 years ago