- 0c949ba Update the Package version. by niruiyu · 13 years ago
- 697ecfd DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S/Mbr.S. by rsun3 · 13 years ago
- 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
- 3a4b9eb DuetPkg BootSector: by rsun3 · 13 years ago
- 80d6c27 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
- 25d7031 Avoid using code name in comments. by niruiyu · 13 years ago
- db4d3fa Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
- 38e47f7 Fix DUET X64 build error. by li-elvin · 13 years ago
- df1b757 Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet, Unix and Emulator platform. by lgao4 · 13 years ago
- b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
- 271c790 Fix ICC build error. by lzeng14 · 14 years ago
- 7708d08 Fix CreateBootDisk.bat not using config variables by niruiyu · 14 years ago
- 976f617 Fix ICC build error. by lzeng14 · 14 years ago
- 61a02ac Fix ICC build error. by lzeng14 · 14 years ago
- 8de0692 add (UINT8 *) type cast to fix ICC build failure. by niruiyu · 14 years ago
- fd99d1a Fix UnixGcc build failures. by niruiyu · 14 years ago
- b68b78e Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. by niruiyu · 14 years ago
- 452f020 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
- a70dbff Remove the local LegacyBiosMpTable.h. It has been defined in MdePkg. by lgao4 · 14 years ago
- 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
- 27f3015 Add AHCI support for DUET. by lzeng14 · 14 years ago
- 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
- 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
- e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
- 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
- d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
- b8781a7 DuetPkg: Use UefiCpuPkg/CpuDxe instead of DuetPkg/CpuDxe by jljusten · 14 years ago
- 0587c98 DuetPkg: Add DXE APRIORI for 8259 driver by jljusten · 14 years ago
- b4f9bc4 Add static type cast to fix ICC build failure. by niruiyu · 14 years ago
- 01b024f DuetPkg DxeIpl: Send result of PrintValue to serial port by jljusten · 14 years ago
- dcb428d DuetPkg: Move EfiLdr Handoff data to stack by jljusten · 14 years ago
- 6fc74ea DuetPkg: Send EfiLdr messages to serial port by jljusten · 14 years ago
- 65e9e35 DuetPkg: Add build32.sh and build64.sh by jljusten · 14 years ago
- 5c1138b DuetPkg CreateBootDisk.sh: Enable building a DUET floppy image by jljusten · 14 years ago
- 9046a2f DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if defined by jljusten · 14 years ago
- 0492698 DuetPkg: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
- 815119f DuetPkg, MdeModulePkg: Fix several enum comparions by jljusten · 14 years ago
- 63c89e0 remove --image-base option EfiLdr.inf, and use GenFw to do image base relocation by klu2 · 15 years ago
- 7830363 fix GCC X64 build broken by klu2 · 15 years ago
- 12c1395 fix X64 build broken by klu2 · 15 years ago
- 636844a Fix minor format issue in file header by qhuang8 · 15 years ago
- b1f700a Update the copyright notice format by hhtian · 15 years ago
- 55111a8 1. Remove DataHubGen drive, which is replaced by SmbiosGen. by lgao4 · 15 years ago
- 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
- f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
- 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
- a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
- 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
- b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
- 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
- fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
- ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
- ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
- 39301e9 Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV. by niruiyu · 15 years ago
- 4903c01 Change the PM Timer RegisterBitWidth according to the Flags by niruiyu · 15 years ago
- 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
- c4ae279 1, Remove comma after year by klu2 · 15 years ago
- e4c0074 Cleanup license header by klu2 · 15 years ago
- fe89d43 Add license header for Duet's makefile. by klu2 · 15 years ago
- 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
- f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
- a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
- 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
- 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
- a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
- 6dc1935 add debug agent null instance in DSC file. by vanjeff · 15 years ago
- c6f293a DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage by jljusten · 15 years ago
- a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
- 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
- 09163a4 Fix build breaks by mdkinney · 15 years ago
- 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
- c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
- 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
- 787ef90 Add device path DXE driver in Duet FDF file to compliant with UEFI. by klu2 · 15 years ago
- 9612f0c Add license header by klu2 · 15 years ago
- 86c8520 Add EBC driver to Duet platform so that EBC option ROM can get dispatched. by niruiyu · 15 years ago
- 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
- 4a1db20 Remove unused definitions by mdkinney · 15 years ago
- 9f485cc File header added. by gikidy · 15 years ago
- 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
- 5270672 Re-enable BoisVideoThunk driver in DUET because the BiosVideoThunk hang issue was fixed. by niruiyu · 15 years ago
- d9dd98f Fix DUET x64 hang in Video Option ROM. by niruiyu · 15 years ago
- fa8a1af Use GetFirstGuidHob() instead of GetNextGuidHob() when only the first GUID instance is required by mdkinney · 15 years ago
- e843cdd 1. update bat file to generate right bootia32.efi/bootx64.efi file according to command line parameters. by eric_tian · 15 years ago
- f4d7c87 Seems the BiosVideo thunk does not work recently, temporary disable it. by klu2 · 15 years ago
- 2b963c0 Add SmbiosDxe module that is required by BDS by mdkinney · 15 years ago
- 3ae5030 Fix Duet broken caused by LzmaUefiDecompress's interface is changed in IntelFrameworkModulePkg. by klu2 · 15 years ago
- a8a863a add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when try to delete these variables. by eric_tian · 15 years ago
- b149a61 Update Copyright date by mdkinney · 15 years ago
- 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
- 74bafba Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
- 102e708 Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
- 1d7dfeb Add package dependency for gEfiStatusCodeDataTypeDebugGuid. by xli24 · 15 years ago
- 5e973c9 Correct license's header. by klu2 · 15 years ago
- 81c5255 add error handling for input parameter. by eric_tian · 15 years ago
- 4b37cc0 Update ReadMe file for we use the binaries of boot sector directly instead of building it. by gikidy · 15 years ago
- 1c8bea1 Fix a obvious bug for judge whether the PPB support ISA by klu2 · 15 years ago