Age | Commit message (Expand) | Author | Files | Lines |
2009-02-20 | Add build option /GS- to pass build. | gikidy | 1 | -2/+2 |
2009-02-20 | Port Intel .asm to GAS S | gikidy | 3 | -4/+1517 |
2009-02-20 | Linkage errors fixed. | gikidy | 2 | -67/+65 |
2009-02-20 | Patch for CpuInterrupt.S from Tristan Gingold. | gikidy | 1 | -541/+657 |
2009-02-20 | New .S files added | jji4 | 1 | -18/+33 |
2009-02-20 | syntax checked | jji4 | 3 | -3/+3 |
2009-02-20 | The asm file for Ia32 has been translated from MASM to GAS. | jji4 | 2 | -0/+718 |
2009-02-20 | Port Intel .asm to GNU .S | jji4 | 1 | -0/+913 |
2009-02-20 | Port Intel .asm to GNU .S | gikidy | 4 | -0/+1752 |
2009-02-20 | Port Intel .asm to GNU .S | jji4 | 3 | -0/+609 |
2009-02-20 | Use "==" to define build options for USER_DEFINED module | jwang36 | 1 | -5/+5 |
2009-02-10 | Add comments in DSC files to explain the function and design of components se... | xli24 | 1 | -11/+19 |
2009-02-09 | Update ReportStatusCodeLib mapping: Use DxeCoreReportStatusLibFromHob DXE_COR... | qhuang8 | 1 | -2/+2 |
2009-02-09 | Add DxeCoreReportStatusCodeLibFromHob library instance. For now, it is dedica... | qhuang8 | 4 | -0/+901 |
2009-02-06 | Add comments in platform DSC files to remind that binaries are only listed in... | xli24 | 1 | -0/+11 |
2009-02-05 | Update DUET PCI Bus Driver to use PeCoffLib instead of parsing the PE/COFF im... | mdkinney | 3 | -8/+13 |
2009-02-05 | Fix minor coding style issue. | qhuang8 | 1 | -1/+1 |
2009-02-03 | Clean up PcRtc: | qhuang8 | 8 | -458/+6 |
2009-02-03 | clean up PciRootBridgeNoEnumerationDxe: | qhuang8 | 1 | -6/+12 |
2009-02-03 | Clean up DuetBdsLib: | qhuang8 | 3 | -27/+49 |
2009-02-03 | Clean up KbcRestDxe: | qhuang8 | 7 | -290/+2 |
2009-02-03 | Clean up to fix GUID format issues to pass GCC tool chain. | qhuang8 | 3 | -3/+3 |
2009-02-03 | Clean up FvbRuntimeService: | qhuang8 | 1 | -26/+0 |
2009-02-03 | Clean up FSVariable: | qhuang8 | 1 | -26/+0 |
2009-02-03 | Clean up EfiLdr: | qhuang8 | 1 | -3/+3 |
2009-02-03 | Clean up DxeIpl: | qhuang8 | 14 | -384/+232 |
2009-02-03 | Clean up DataHubGenDxe: | qhuang8 | 3 | -41/+3 |
2009-02-03 | Clean up CpuIoDxe: | qhuang8 | 8 | -621/+7 |
2009-02-03 | Remove unused DXS file. | qhuang8 | 1 | -25/+0 |
2009-02-02 | Add GCC assember for DxeIpl module | klu2 | 1 | -1/+3 |
2009-02-02 | Add GCC assember for DxeIpl module | klu2 | 2 | -0/+43 |
2009-01-30 | Split out Synchronization Library from Base Library | mdkinney | 1 | -0/+1 |
2009-01-23 | Fix the path for BDS. | qhuang8 | 1 | -1/+1 |
2009-01-23 | Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ... | klu2 | 2 | -2/+2 |
2009-01-20 | 1, Add logo.bmp to fv file for showing it in graphic mode | klu2 | 2 | -0/+8 |
2009-01-14 | For PollMem or PollIo, EFI_SUCESS should be returned when paramter Delay == 0. | klu2 | 1 | -2/+6 |
2009-01-13 | Use ACPI timer for Duet platform. | klu2 | 2 | -60/+138 |
2009-01-13 | Fix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file. | klu2 | 3 | -35/+57 |
2009-01-09 | Add build steps for duet platform. | klu2 | 1 | -0/+55 |
2009-01-09 | Move Varialbe common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into M... | lgao4 | 2 | -19/+10 |
2009-01-07 | 1, Remove DxeReportStatus driver, because DxeIpl has published a instance fro... | klu2 | 5 | -164/+66 |
2009-01-07 | Usb ASM but *not* ASM16, the tool chain of ASM is same as ASM16 in tool_def.t... | klu2 | 1 | -13/+13 |
2009-01-06 | Remove debug code. | klu2 | 1 | -14/+1 |
2009-01-06 | Add dummy GnuMakefile to pass UNIXGCC building for boot sector module. In fut... | klu2 | 2 | -2/+4 |
2009-01-06 | Add bootsector module, this module is not a EFI driver or PEIM, but the raw i... | klu2 | 1 | -1/+4 |
2009-01-06 | Remove /Fa option to cause multithread build failed. | lgao4 | 1 | -1/+1 |
2009-01-06 | Use ASMLINK macro but *not* ASMLINK16 | klu2 | 1 | -13/+13 |
2009-01-06 | Use relative path for base tools. | klu2 | 1 | -2/+1 |
2009-01-06 | 1, Enable USB boot for R9's Duet. | klu2 | 4 | -16/+56 |
2009-01-06 | Add DuetDxeReportStatusCodeLib which will get ReportStatusCode from hob if fa... | klu2 | 4 | -0/+900 |