summaryrefslogtreecommitdiffstats
path: root/DuetPkg
Commit message (Expand)AuthorAgeFilesLines
* Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg.klu22009-07-288-1741/+2
* Add IDE support for edk2 Duet platform.klu22009-07-248-3/+1744
* if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian2009-07-242-3/+3
* ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian2009-07-131-6/+11
* remove work around, since we had added return value check.vanjeff2009-07-131-9/+2
* If module really is a Framework module and not a PI module, then use Framewor...mdkinney2009-07-111-1/+1
* roll back the change on the naming of DataHubRecords.h for backward compatibi...eric_tian2009-07-101-2/+2
* Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao42009-07-101-0/+34
* Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI ...mdkinney2009-07-092-18/+0
* Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao42009-07-094-4/+5
* change ProcessorCoreFrequencyRecordType to EFI_PROCESSOR_FREQUENCY_RECORD_NUM...eric_tian2009-07-081-2/+2
* Correct the file name case for linux environmentklu22009-07-081-3/+3
* Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.in...klu22009-07-071-1/+1
* Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.in...klu22009-07-071-1/+1
* Fix system memory map issue.gikidy2009-06-304-25/+150
* Fix build warning of implicitly pointer castingklu22009-06-241-2/+2
* remove the self-implementation on checksum() in this module by using BaseLib.eric_tian2009-06-241-35/+3
* This patch includes:klu22009-06-2221-51/+56
* Corrected bad declaration.gikidy2009-06-151-1/+1
* Retire gEfiProcessorProducerGuid,gEfiMemoryProducerGuid,lgao42009-06-123-10/+7
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-072-34/+9
* Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP...mdkinney2009-06-072-6/+3
* Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney2009-06-055-5/+45
* Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2009-06-011-7/+7
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-011-1/+1
* Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy2009-06-018-12/+25
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-302-6/+6
* change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun32009-05-251-0/+0
* Terminate the Capability List traversal if the Capability Pointer is less tha...mdkinney2009-05-211-5/+1
* Replace .globl with ASM_GLOBALxli242009-05-202-10/+10
* 1. Remove .extern from GCC assembly.xli242009-05-204-10/+10
* Remove the duplicated EdidActive.h & EdidDiscovery.h in DuetPkg. MdePkg has a...qhuang82009-05-082-79/+0
* Delete useless files.gikidy2009-05-064-423/+0
* 1. Open USB related and logo support FVs, remove some useless FVs.gikidy2009-05-062-13/+10
* Ported LZMA to DUET platform.gikidy2009-05-065-29/+77
* Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang82009-05-041-1/+1
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-9/+9
* fix ICC build warningeric_tian2009-04-291-1/+4
* improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. eric_tian2009-04-293-256/+664
* Add a note for Duet build under Linux environment.gikidy2009-04-201-1/+3
* Steps for build Duet under Linux environment added.gikidy2009-04-171-5/+55
* Remove unused IfrSupportLib and ExtendedIfrSupportLiblgao42009-04-171-2/+0
* Remove macro usage of EFI32, EFI64 in duet package.klu22009-04-164-9/+6
* Fix BiosVideo thunk bug about invalid legacy region area.klu22009-04-162-8/+7
* add return if no valid architectureklu22009-04-161-0/+2
* HII Library Class interface refine.rsun32009-04-141-10/+13
* Per UEFI spec, SetMode() should clear screen anyway with black color.vanjeff2009-04-141-5/+1
* Add UefiHiiServicesLib library instance in every one DSClgao42009-04-131-35/+36
* Fix the bug that debug output fails to print hex value to screen. Remove modu...qhuang82009-04-101-140/+86
* Add comments for introducing startup sequence for DUET boot disk.klu22009-04-091-3/+15