1. c27b9ff Fix CRLF format by Tian, Hot · 11 years ago
  2. 3a7ec65 Fix Duet hang/reboot issue due to the NULL instance of CpuExceptionHandlerLib is used. by Ruiyu Ni · 11 years ago
  3. f34ac84 Fix DuetPkg build failure after adding the new reset type EfiResetPlatformSpecific. by Ruiyu Ni · 11 years ago
  4. 6b1ac44 Update NT32/Duet platform to use new display engine and browser. by Eric Dong · 11 years ago
  5. 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago
  6. b9feb4b Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
  7. fa1dad1 Update to new SVN URL in readme.txt by Tian, Hot · 12 years ago
  8. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  9. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  10. ae837d3 Fix the bug in PciBusNoEnumerationDxe driver to correct parse the 64bit BAR. by niruiyu · 12 years ago
  11. d4d58cb DuetPkg DuetPkgIa32.dsc & DuetPkgX64.dsc: Add library class and instance mapping for UefiCpuLib after UefiCpuPkg\CpuDxe consumes UefiCpuLib. by rsun3 · 12 years ago
  12. 86702b3 DuetPkg/SataController: Fix possible memory leak at error handling of SataController driver by erictian · 13 years ago
  13. c5ae1de DuetPkg: Enabled build with new version of CpuDxe driver. by geekboy15a · 13 years ago
  14. bff8c6f Update copyright format by hhtian · 13 years ago
  15. 7e24278 MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerManagementFeature() to clear 4 related R/W bits in the PMCSR register, leaving other bits preserved. by rsun3 · 13 years ago
  16. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  17. 2a95fdb Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
  18. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  19. e9a9efb DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wrong. by rsun3 · 13 years ago
  20. e7c4ef5 DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can boot to Shell with boot sector binaries built by GCC. by rsun3 · 13 years ago
  21. 69b1c02 DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build. by rsun3 · 13 years ago
  22. 0c949ba Update the Package version. by niruiyu · 13 years ago
  23. 697ecfd DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S/Mbr.S. by rsun3 · 13 years ago
  24. 979a00f According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  25. 3a4b9eb DuetPkg BootSector: by rsun3 · 13 years ago
  26. 80d6c27 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
  27. 25d7031 Avoid using code name in comments. by niruiyu · 13 years ago
  28. db4d3fa Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  29. 38e47f7 Fix DUET X64 build error. by li-elvin · 13 years ago
  30. df1b757 Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet, Unix and Emulator platform. by lgao4 · 13 years ago
  31. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  32. 271c790 Fix ICC build error. by lzeng14 · 14 years ago
  33. 7708d08 Fix CreateBootDisk.bat not using config variables by niruiyu · 14 years ago
  34. 976f617 Fix ICC build error. by lzeng14 · 14 years ago
  35. 61a02ac Fix ICC build error. by lzeng14 · 14 years ago
  36. 8de0692 add (UINT8 *) type cast to fix ICC build failure. by niruiyu · 14 years ago
  37. fd99d1a Fix UnixGcc build failures. by niruiyu · 14 years ago
  38. b68b78e Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. by niruiyu · 14 years ago
  39. 452f020 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
  40. a70dbff Remove the local LegacyBiosMpTable.h. It has been defined in MdePkg. by lgao4 · 14 years ago
  41. f4845fc Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  42. 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
  43. 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
  44. 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
  45. e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
  46. 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  47. d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  48. b8781a7 DuetPkg: Use UefiCpuPkg/CpuDxe instead of DuetPkg/CpuDxe by jljusten · 14 years ago
  49. 0587c98 DuetPkg: Add DXE APRIORI for 8259 driver by jljusten · 14 years ago
  50. b4f9bc4 Add static type cast to fix ICC build failure. by niruiyu · 14 years ago
  51. 01b024f DuetPkg DxeIpl: Send result of PrintValue to serial port by jljusten · 14 years ago
  52. dcb428d DuetPkg: Move EfiLdr Handoff data to stack by jljusten · 14 years ago
  53. 6fc74ea DuetPkg: Send EfiLdr messages to serial port by jljusten · 14 years ago
  54. 65e9e35 DuetPkg: Add build32.sh and build64.sh by jljusten · 14 years ago
  55. 5c1138b DuetPkg CreateBootDisk.sh: Enable building a DUET floppy image by jljusten · 14 years ago
  56. 9046a2f DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if defined by jljusten · 14 years ago
  57. 0492698 DuetPkg: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  58. 815119f DuetPkg, MdeModulePkg: Fix several enum comparions by jljusten · 14 years ago
  59. 63c89e0 remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation by klu2 · 15 years ago
  60. 7830363 fix GCC X64 build broken by klu2 · 15 years ago
  61. 12c1395 fix X64 build broken by klu2 · 15 years ago
  62. 636844a Fix minor format issue in file header by qhuang8 · 15 years ago
  63. b1f700a Update the copyright notice format by hhtian · 15 years ago
  64. 55111a8 1. Remove DataHubGen drive, which is replaced by SmbiosGen. by lgao4 · 15 years ago
  65. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  66. f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
  67. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  68. a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
  69. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  70. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  71. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  72. fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
  73. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  74. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
  75. 39301e9 Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV. by niruiyu · 15 years ago
  76. 4903c01 Change the PM Timer RegisterBitWidth according to the Flags by niruiyu · 15 years ago
  77. 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
  78. c4ae279 1, Remove comma after year by klu2 · 15 years ago
  79. e4c0074 Cleanup license header by klu2 · 15 years ago
  80. fe89d43 Add license header for Duet's makefile. by klu2 · 15 years ago
  81. 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
  82. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  83. a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
  84. 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
  85. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  86. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  87. 6dc1935 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  88. c6f293a DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage by jljusten · 15 years ago
  89. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  90. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  91. d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
  92. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  93. 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
  94. 09163a4 Fix build breaks by mdkinney · 15 years ago
  95. 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
  96. c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
  97. 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
  98. 787ef90 Add device path DXE driver in Duet FDF file to compliant with UEFI. by klu2 · 15 years ago
  99. 9612f0c Add license header by klu2 · 15 years ago
  100. 86c8520 Add EBC driver to Duet platform so that EBC option ROM can get dispatched. by niruiyu · 15 years ago