Age | Commit message (Expand) | Author | Files | Lines |
2009-03-01 | Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to | jljusten | 4 | -231/+233 |
2009-03-01 | Move IntelFrameworkModulePkg/Universal/Legacy8259Dxe to | jljusten | 3 | -0/+0 |
2009-03-01 | a. Allow different types PCD declaration in dec file | jwang36 | 2 | -0/+0 |
2009-03-01 | Add thunk code for CpuDxe driver. | klu2 | 3 | -14/+147 |
2009-03-01 | Add missing protocol definition in dec file and remove LegacyBiosThunk protocol. | klu2 | 4 | -128/+57 |
2009-03-01 | Duet X64 still use IA32 tool chain to generate bootsector. So update postbuil... | klu2 | 2 | -4/+8 |
2009-03-01 | Pass X64 GCC building | klu2 | 3 | -2/+869 |
2009-03-01 | Update step for FAT32 usb. | klu2 | 1 | -3/+7 |
2009-03-01 | fix building issue for linux tool chain | klu2 | 1 | -14/+18 |
2009-03-01 | Refine the comments for BiosVideo thunk driver. | klu2 | 3 | -861/+571 |
2009-03-01 | Update BiosVideo driver to produce GOP protocol but not UgaDraw protocol whic... | klu2 | 4 | -969/+1614 |
2009-02-28 | Should use UINTN for architecture register. | klu2 | 1 | -1/+1 |
2009-02-28 | Fix building issue for linux toolchain | klu2 | 1 | -10/+14 |
2009-02-28 | Fix build broken for variable's header modification. | klu2 | 4 | -4/+5 |
2009-02-28 | 1, Port BiosVideoThunkDxe driver from edk to edk2; | klu2 | 7 | -0/+3834 |
2009-02-28 | Changed deprecated DPATH to DLL for CYGWINGCC tool chain. | jwang36 | 1 | -1/+1 |
2009-02-28 | Frozen from source r1503: added quote marks for the reference of $(MAKE) to a... | jwang36 | 1 | -0/+0 |
2009-02-27 | Define EFI_REMOVABLE_MEDIA_FILE_NAME for EBC architecture in GenericBdsLib li... | klu2 | 2 | -7/+14 |
2009-02-27 | remove redundant judgement as ALIGNMENT can only equate with 1 or 8 instead of 0 | eric_tian | 1 | -1/+1 |
2009-02-27 | 1. delete Include/Guid/VariableInfo.h | eric_tian | 29 | -90/+115 |
2009-02-27 | Update PCD help text. | lgao4 | 1 | -12/+61 |
2009-02-27 | 1. Use /Map to generate map files; | gikidy | 1 | -84/+107 |
2009-02-27 | GenericBdsLib can not be built under EBC because specification does not give ... | klu2 | 1 | -3/+9 |
2009-02-27 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 2 | -23/+4 |
2009-02-26 | Remove unwanted svn properties added by tool. | jljusten | 0 | -0/+0 |
2009-02-26 | Added the definition of $(MAKE) macro back into top level makefile for the sa... | jwang36 | 1 | -0/+0 |
2009-02-26 | Should use code16 for 16-bit assembler, otherwise 32-bit prefix will be added | klu2 | 5 | -30/+41 |
2009-02-26 | boot sector use 16-bit code. | klu2 | 3 | -3/+3 |
2009-02-26 | in 16-bit code, cs:[] require prefix because sengment size is set 32 bits. so... | klu2 | 3 | -14/+14 |
2009-02-26 | corrected typo. | qwang12 | 1 | -1/+1 |
2009-02-26 | Use default boot file name from UefiSpec.h and retired related PCDs | klu2 | 1 | -20/+0 |
2009-02-26 | Use default boot file name from UefiSpec.h and retired related PCDs | klu2 | 2 | -5/+3 |
2009-02-26 | Update help information for PcdSupportFullConfigRoutingProtocol. | qwang12 | 1 | -2/+3 |
2009-02-26 | 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s... | klu2 | 1 | -0/+1 |
2009-02-26 | 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s... | klu2 | 5 | -33/+21 |
2009-02-26 | 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s... | klu2 | 1 | -12/+0 |
2009-02-26 | All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap... | eric_tian | 2 | -2/+4 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 2 | -23/+3 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 2 | -2/+5 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 3 | -4/+5 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 8 | -65/+12 |
2009-02-26 | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 1 | -12/+0 |
2009-02-26 | If variable does not exist for a HII PCD, a new NV variable need to be created. | klu2 | 1 | -5/+32 |
2009-02-26 | All UEFI applications in the MdeModukePkg should be placed in MdeModulePkg/Ap... | eric_tian | 2 | -0/+0 |
2009-02-26 | Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg | klu2 | 2 | -91/+0 |
2009-02-26 | PeiStatusCode PEIM does not dependent on BaseMemoryLib library class. | klu2 | 1 | -1/+0 |
2009-02-26 | Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg | klu2 | 2 | -0/+91 |
2009-02-26 | Add GNUmakefile for Linux GCC to build BootSector; | gikidy | 1 | -0/+93 |
2009-02-26 | 1. Add GNUmakefile for Linux GCC to build BootSector; | gikidy | 9 | -49/+57 |
2009-02-26 | Add some comments in BdsDxe INF file. | lgao4 | 2 | -12/+12 |