1. 30a3538 DuetPkg: exit pci function loops early if device is not multi-function by Joseph Shifflett · 9 years ago
  2. 83be6be DuetPkg: SataControllerDxe: fix private array subscripting by Laszlo Ersek · 9 years ago
  3. d80e8c4 DuetPkg: SataControllerDxe: fix typo in "DisqulifiedModes" by Laszlo Ersek · 9 years ago
  4. bd70a0b DuetPkg: Use the new PCDs defined in MdePkg. by Ruiyu Ni · 10 years ago
  5. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  6. 2790926 Change NT32 and DUET to use UEFI Shell by default. Use "-D USE_OLD_SHELL" for NT32 to use EDK Shell. by Ruiyu Ni · 10 years ago
  7. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  8. c373687 Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. by Eric Dong · 10 years ago
  9. 741a1e5 Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. by Eric Dong · 10 years ago
  10. 55501e1 Prevent EBDA area being overwritten, get the size info from the address 0x40E. If can’t get the size info, then use the default value for it. by Eric Dong · 10 years ago
  11. cec6685 Both printed fields are 64 bit long for IA32 too. It is better to print them as such. by Nikolai Saoukh · 10 years ago
  12. 5ce5ea6 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  13. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  14. c687b14 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  15. 86b0245 Fixed one code error, should use & instead of |. by Eric Dong · 10 years ago
  16. 85e2e08 Refine the readme.txt for Duet platform, update the GCC tool chain to GCC44. by Eric Dong · 10 years ago
  17. bffaa26 Update the bat file, avoid change the original binary file in SVN, copy a temp file to use. by Eric Dong · 10 years ago
  18. 6b5f577 Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar even it's below 6 to follow the UEFI Spec. by Ruiyu Ni · 11 years ago
  19. c27b9ff Fix CRLF format by Tian, Hot · 11 years ago
  20. 3a7ec65 Fix Duet hang/reboot issue due to the NULL instance of CpuExceptionHandlerLib is used. by Ruiyu Ni · 11 years ago
  21. f34ac84 Fix DuetPkg build failure after adding the new reset type EfiResetPlatformSpecific. by Ruiyu Ni · 11 years ago
  22. 6b1ac44 Update NT32/Duet platform to use new display engine and browser. by Eric Dong · 11 years ago
  23. 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago
  24. b9feb4b Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
  25. fa1dad1 Update to new SVN URL in readme.txt by Tian, Hot · 12 years ago
  26. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  27. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  28. ae837d3 Fix the bug in PciBusNoEnumerationDxe driver to correct parse the 64bit BAR. by niruiyu · 12 years ago
  29. d4d58cb DuetPkg DuetPkgIa32.dsc & DuetPkgX64.dsc: Add library class and instance mapping for UefiCpuLib after UefiCpuPkg\CpuDxe consumes UefiCpuLib. by rsun3 · 12 years ago
  30. 86702b3 DuetPkg/SataController: Fix possible memory leak at error handling of SataController driver by erictian · 12 years ago
  31. c5ae1de DuetPkg: Enabled build with new version of CpuDxe driver. by geekboy15a · 13 years ago
  32. bff8c6f Update copyright format by hhtian · 13 years ago
  33. 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
  34. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  35. 2a95fdb Updated platform DSC files to add CPU Exception Library instances. by vanjeff · 13 years ago
  36. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  37. e9a9efb DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wrong. by rsun3 · 13 years ago
  38. 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
  39. 69b1c02 DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build. by rsun3 · 13 years ago
  40. 0c949ba Update the Package version. by niruiyu · 13 years ago
  41. 697ecfd DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S/Mbr.S. by rsun3 · 13 years ago
  42. 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
  43. 3a4b9eb DuetPkg BootSector: by rsun3 · 13 years ago
  44. 80d6c27 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
  45. 25d7031 Avoid using code name in comments. by niruiyu · 13 years ago
  46. db4d3fa Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  47. 38e47f7 Fix DUET X64 build error. by li-elvin · 13 years ago
  48. df1b757 Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet, Unix and Emulator platform. by lgao4 · 13 years ago
  49. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  50. 271c790 Fix ICC build error. by lzeng14 · 13 years ago
  51. 7708d08 Fix CreateBootDisk.bat not using config variables by niruiyu · 13 years ago
  52. 976f617 Fix ICC build error. by lzeng14 · 13 years ago
  53. 61a02ac Fix ICC build error. by lzeng14 · 13 years ago
  54. 8de0692 add (UINT8 *) type cast to fix ICC build failure. by niruiyu · 14 years ago
  55. fd99d1a Fix UnixGcc build failures. by niruiyu · 14 years ago
  56. b68b78e Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. by niruiyu · 14 years ago
  57. 452f020 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
  58. a70dbff Remove the local LegacyBiosMpTable.h. It has been defined in MdePkg. by lgao4 · 14 years ago
  59. 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
  60. 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
  61. 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
  62. 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
  63. e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
  64. 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  65. d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  66. b8781a7 DuetPkg: Use UefiCpuPkg/CpuDxe instead of DuetPkg/CpuDxe by jljusten · 14 years ago
  67. 0587c98 DuetPkg: Add DXE APRIORI for 8259 driver by jljusten · 14 years ago
  68. b4f9bc4 Add static type cast to fix ICC build failure. by niruiyu · 14 years ago
  69. 01b024f DuetPkg DxeIpl: Send result of PrintValue to serial port by jljusten · 14 years ago
  70. dcb428d DuetPkg: Move EfiLdr Handoff data to stack by jljusten · 14 years ago
  71. 6fc74ea DuetPkg: Send EfiLdr messages to serial port by jljusten · 14 years ago
  72. 65e9e35 DuetPkg: Add build32.sh and build64.sh by jljusten · 14 years ago
  73. 5c1138b DuetPkg CreateBootDisk.sh: Enable building a DUET floppy image by jljusten · 14 years ago
  74. 9046a2f DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if defined by jljusten · 14 years ago
  75. 0492698 DuetPkg: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  76. 815119f DuetPkg, MdeModulePkg: Fix several enum comparions by jljusten · 14 years ago
  77. 63c89e0 remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation by klu2 · 15 years ago
  78. 7830363 fix GCC X64 build broken by klu2 · 15 years ago
  79. 12c1395 fix X64 build broken by klu2 · 15 years ago
  80. 636844a Fix minor format issue in file header by qhuang8 · 15 years ago
  81. b1f700a Update the copyright notice format by hhtian · 15 years ago
  82. 55111a8 1. Remove DataHubGen drive, which is replaced by SmbiosGen. by lgao4 · 15 years ago
  83. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  84. f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
  85. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  86. a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
  87. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  88. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  89. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  90. fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
  91. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  92. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
  93. 39301e9 Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV. by niruiyu · 15 years ago
  94. 4903c01 Change the PM Timer RegisterBitWidth according to the Flags by niruiyu · 15 years ago
  95. 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
  96. c4ae279 1, Remove comma after year by klu2 · 15 years ago
  97. e4c0074 Cleanup license header by klu2 · 15 years ago
  98. fe89d43 Add license header for Duet's makefile. by klu2 · 15 years ago
  99. 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
  100. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago