summaryrefslogtreecommitdiffstats
path: root/DuetPkg
Commit message (Expand)AuthorAgeFilesLines
* Update paths for items which moved from DuetPkg to PcAtChipsetPkg.jljusten2009-02-231-9/+9
* DuetPkg/Library/DuetSerialIoLib => PcAtChipsetPkg/Library/SerialIoLibjljusten2009-02-232-258/+0
* PcRtc: DuetPkg => PcAtChipsetPkgjljusten2009-02-234-1780/+0
* KbcResetDxe: DuetPkg => PcAtChipsetPkgjljusten2009-02-234-282/+0
* IsaAcpiDxe: DuetPkg => PcAtChipsetPkgjljusten2009-02-235-1014/+0
* 8254TimerDxe: DuetPkg => PcAtChipsetPkgjljusten2009-02-233-767/+0
* CpuIoDxe driver was moved to UefiCpuPkg.jljusten2009-02-231-2/+2
* Moving DuetPkg/CpuIoDxe to UefiCpuPkg. jljusten2009-02-233-827/+0
* Merge tristan's patch:klu22009-02-231-3/+3
* Fix building issue for VS2003 and VS2005 tool chain. The "/GS-" is not recogn...klu22009-02-231-2/+1
* Update DuetPkg to include DxePcdDriver.qhuang82009-02-232-2/+10
* Remove unused DuetDxeReportStatusCodeLibqhuang82009-02-234-899/+0
* Add build option /GS- to pass build.gikidy2009-02-201-2/+2
* Port Intel .asm to GAS Sgikidy2009-02-203-4/+1517
* Linkage errors fixed.gikidy2009-02-202-67/+65
* Patch for CpuInterrupt.S from Tristan Gingold.gikidy2009-02-201-541/+657
* New .S files addedjji42009-02-201-18/+33
* syntax checkedjji42009-02-203-3/+3
* The asm file for Ia32 has been translated from MASM to GAS.jji42009-02-202-0/+718
* Port Intel .asm to GNU .Sjji42009-02-201-0/+913
* Port Intel .asm to GNU .Sgikidy2009-02-204-0/+1752
* Port Intel .asm to GNU .Sjji42009-02-203-0/+609
* Use "==" to define build options for USER_DEFINED modulejwang362009-02-201-5/+5
* Add comments in DSC files to explain the function and design of components se...xli242009-02-101-11/+19
* Update ReportStatusCodeLib mapping: Use DxeCoreReportStatusLibFromHob DXE_COR...qhuang82009-02-091-2/+2
* Add DxeCoreReportStatusCodeLibFromHob library instance. For now, it is dedica...qhuang82009-02-094-0/+901
* Add comments in platform DSC files to remind that binaries are only listed in...xli242009-02-061-0/+11
* Update DUET PCI Bus Driver to use PeCoffLib instead of parsing the PE/COFF im...mdkinney2009-02-053-8/+13
* Fix minor coding style issue.qhuang82009-02-051-1/+1
* Clean up PcRtc:qhuang82009-02-038-458/+6
* clean up PciRootBridgeNoEnumerationDxe:qhuang82009-02-031-6/+12
* Clean up DuetBdsLib:qhuang82009-02-033-27/+49
* Clean up KbcRestDxe:qhuang82009-02-037-290/+2
* Clean up to fix GUID format issues to pass GCC tool chain.qhuang82009-02-033-3/+3
* Clean up FvbRuntimeService:qhuang82009-02-031-26/+0
* Clean up FSVariable:qhuang82009-02-031-26/+0
* Clean up EfiLdr:qhuang82009-02-031-3/+3
* Clean up DxeIpl:qhuang82009-02-0314-384/+232
* Clean up DataHubGenDxe:qhuang82009-02-033-41/+3
* Clean up CpuIoDxe:qhuang82009-02-038-621/+7
* Remove unused DXS file.qhuang82009-02-031-25/+0
* Add GCC assember for DxeIpl moduleklu22009-02-021-1/+3
* Add GCC assember for DxeIpl moduleklu22009-02-022-0/+43
* Split out Synchronization Library from Base Librarymdkinney2009-01-301-0/+1
* Fix the path for BDS.qhuang82009-01-231-1/+1
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-232-2/+2
* 1, Add logo.bmp to fv file for showing it in graphic modeklu22009-01-202-0/+8
* For PollMem or PollIo, EFI_SUCESS should be returned when paramter Delay == 0.klu22009-01-141-2/+6
* Use ACPI timer for Duet platform.klu22009-01-132-60/+138
* Fix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file.klu22009-01-133-35/+57