- 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
- 3a5ac5b Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
- b6d793e Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol. by xli24 · 15 years ago
- 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
- 21020c7 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago
- 169fa21 Correct the shell script file type as executable by klu2 · 15 years ago
- b0b961c Use to use UEFI EFI_FILE_PROTOCOL to replace EFI_FILE by qhuang8 · 15 years ago
- 595c3b6 Add Ehci driver for handle USB 2.0 device. by klu2 · 15 years ago
- df6434f Rollback patch temporary until receive legal approve. by klu2 · 15 years ago
- e7b2c17 Apply patch from Patrick Georgi. Correct build tool path to stable version. by klu2 · 15 years ago
- 208628f Remove .rept directive to improve portability. by qhuang8 · 15 years ago
- b29a823 Detab in DuetPkg by qhuang8 · 15 years ago
- 08b1f48 Use .fill directive to improve portability. by qhuang8 · 15 years ago
- 9811c39 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
- f3eb213 Make end of line consistent for DuetPkg. There is no other update. by qhuang8 · 15 years ago
- e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
- 626790e update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- d3a12d7 Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg. by klu2 · 15 years ago
- 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 15 years ago
- 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
- 03a2bbf ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
- ebe8d2b remove work around, since we had added return value check. by vanjeff · 16 years ago
- 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
- 1257e05 roll back the change on the naming of DataHubRecords.h for backward compatibility. by eric_tian · 16 years ago
- 24cdd14 Move LockKeyboards API from GenericBdsLib to PlatformBdsLib by lgao4 · 16 years ago
- 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
- d46f363 Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile by lgao4 · 16 years ago
- 59d2a62 change ProcessorCoreFrequencyRecordType to EFI_PROCESSOR_FREQUENCY_RECORD_NUMBER. the latter is defined by spec. by eric_tian · 16 years ago
- 9e8c32c Correct the file name case for linux environment by klu2 · 16 years ago
- dc12989 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 16 years ago
- ba6f7d3 Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.inf instead of original PcAtChipsetPkg\PcRtc\RealTimeClock.inf by klu2 · 16 years ago
- d569cbb Fix system memory map issue. by gikidy · 16 years ago
- ea7beac Fix build warning of implicitly pointer casting by klu2 · 16 years ago
- 86608df remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
- e88f305 This patch includes: by klu2 · 16 years ago
- 7e7e7fe Corrected bad declaration. by gikidy · 16 years ago
- c2bd20a Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid, by lgao4 · 16 years ago
- 20fac44 Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
- 0c1e176 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
- df93b0f Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg by mdkinney · 16 years ago
- bc61c01 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago