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