- d26b17e Also output information to serial by klu2 · 16 years ago
- 66f5da3 Update FAT binary for the source update: by qhuang8 · 16 years ago
- 5489a50 GenFds fix PCD byte array format support for PCD specified file GUID; enhance warning message for binary module/file path case-sensitive conditions. by jlin16 · 16 years ago
- 2848736 Move registration of Font into driver entry point. by xli24 · 16 years ago
- 3ffa0f1 Fix name conflict for GetVariable defined in UefiLib.h by klu2 · 16 years ago
- e6a5cb9 remove unused display option. by lgao4 · 16 years ago
- 52b2a30 Fixing coding style issue. by niry · 16 years ago
- 5fe2f07 Fixing coding style issue. by niry · 16 years ago
- 8d7e5af Fixing coding style issue. by niry · 16 years ago
- 8de75da Fix coding style issue. by niry · 16 years ago
- bd68247 Prefix variable services functions with 'Emu'. Specifically this is by jljusten · 16 years ago
- f6a6518 Apply GetBestLanguage() in UefiLib to get the driver name from Component Name (2) protocol. by qhuang8 · 16 years ago
- 35db118 Fix minor formatting issue. by qhuang8 · 16 years ago
- 77aa96e Update the revision number for the binary by qhuang8 · 16 years ago
- 40057e6 1. Fix a spec conformance issue that "Attributes" should only be checked when OpenMode is Create. by qhuang8 · 16 years ago
- 6d28c49 Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib. by qhuang8 · 16 years ago
- 9411994 add map generation for GCC tool chain by klu2 · 16 years ago
- 536c563 Add a parameter for process boot disk create. by gikidy · 16 years ago
- 4af947e Add PCD to save size. by gdong1 · 16 years ago
- 4601f37 correct a wrong offset arithmetic, replace EFI_FAULT_TOLERANT_WRITE_HEADER with EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER. It will cause FTW write operation break. by eric_tian · 16 years ago
- 121ac75 Update Nt32 FVB driver to provide the valid FvHeader that header checksum is zero. by lgao4 · 16 years ago
- 5547062 Fixed two K8 report issue by gdong1 · 16 years ago
- 33f201a Fix the issue that VariablePei hangs on Richford when variable region is wiped out. by xli24 · 16 years ago
- 261136b fix Klocwork issues by hfang · 16 years ago
- 3fb46d0 Status should be initialzied to be EFI_SUCCESS. by vanjeff · 16 years ago
- a0afd24 retired some private protocols used by EFI 1.10 network stack. by vanjeff · 16 years ago
- 2d73ba9 remove EFI 1.10 network stack. by vanjeff · 16 years ago
- 6c822f4 remove clean console control protocol. by vanjeff · 16 years ago
- 1e976d7 Temporarily rollback the previous check in for more investigations of PCD database data structures difference for PcdPeim and PcdDxe. by qhuang8 · 16 years ago
- 5f55c70 Add ACPI drivers: by jljusten · 16 years ago
- 3c506dd Add gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile which by jljusten · 16 years ago
- 5d7c160 clean console control protocol in bds module. by vanjeff · 16 years ago
- 9efcf13 Change 'WatchDog' to 'Watchdog' in FDF file. by jlin16 · 16 years ago
- 8a83f2c use -pie(Position Independent for executable file) instead of "-dll". A EFI image generated by UNIXGCC tool chain should be relocated when loaded. by klu2 · 16 years ago
- fba0ee1 Fix tracker 202216:linux runtime test issue. by eric_tian · 16 years ago
- f7796c7 Fix the wrong Revision number. According to PI spec 1.0, this field should be set to 2. by qhuang8 · 16 years ago
- fc5f0e3 Fix the wrong Revision number. According to PI spec 1.0, this field should be set to 2. by qhuang8 · 16 years ago
- db488c7 a. Fixed build break caused by EdkLogger.warning by jwang36 · 16 years ago
- 1e5914b R8 tracker sync: by eric_tian · 16 years ago
- 533020e close notify event to avoid variable architectural protocol to be installed twice or more. by eric_tian · 16 years ago
- 3a4e990 Remove single module's compression from FDF. We could get smaller size when compressing whole image. by klu2 · 16 years ago
- 974a027 Fix build break. ISO_639_2_ENTRY_SIZE has been moved to be local. by jji4 · 16 years ago
- 024a05a GenFds add support for PCD specified file GUID. by jlin16 · 16 years ago
- e8e519e ISO_639_2_ENTRY_SIZE has been moved to be local. by jji4 · 16 years ago
- a27b11c ISO_639_2_ENTRY_SIZE has been made local. by jji4 · 16 years ago
- da96258 ISO_639_2_ENTRY_SIZE has been made local. by jji4 · 16 years ago
- 4d6c29c modify the format of DynamicHii type pcd in DSC file. We directly use Unicode string to describe the stored variable string name rather than original hex code. by eric_tian · 16 years ago
- 70c92c7 modify the format of DynamicHii type pcd in DSC file. We directly use Unicode string to describe the stored variable string name rather than original hex code. by eric_tian · 16 years ago
- 7bc4989 Fix build break for EFI_SMBIOS_TABLE_GUID name has been changed. by gikidy · 16 years ago
- 9205b2d Update the header file coding style (alignment, comment, etc.) by gdong1 · 16 years ago
- c40aa22 Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample implementation is UEFI compliant system which always produces gEfiHiiConfigRoutingProtocolGuid. by qwang12 · 16 years ago
- d267432 GenFds add option ROM and Defines section support. by jlin16 · 16 years ago
- 7974918 Fix tracker 202216:linux runtime test issue. by eric_tian · 16 years ago
- e343d44 File st32_64.S added for X64. by gikidy · 16 years ago
- 72f7d3c File st16_64.S added for X64. by gikidy · 16 years ago
- 3bd0ef8 Added efi64.S file for X64 and reviewed efi32.S file. by gikidy · 16 years ago
- 319075f 1. sync PXE boot trackers for Windows 2008 server. by vanjeff · 16 years ago
- fe9591c It is safe to use bcat command to cat binary files, if bcat is avaiable, so add bcat command into comments by klu2 · 16 years ago
- ded312f 1. Add start64.S file for X64. 2. start.S file reviewed. by gikidy · 16 years ago
- 560b815 Final boot image just need combination, no need to create directory by klu2 · 16 years ago
- 80610ca Use options for size reduction by klu2 · 16 years ago
- 33b30a1 remove some internal definitions. by vanjeff · 16 years ago
- 9f214f6 Remove working modification for debug by klu2 · 16 years ago
- 4979475 Remove exit from batch file by klu2 · 16 years ago
- 0306d9a Added a workaround to bypass the error caused by SaveFileToDisk in Common.PyUtility.pyd by jwang36 · 16 years ago
- 47e8adb EFI driver should base 0x0 by klu2 · 16 years ago
- d11ad58 Rename BaseMemoryTestLib to MemoryTestLib. by xli24 · 16 years ago
- d0b0659 cleanScreen verified. by gikidy · 16 years ago
- 7674c40 Fix cleanScreen issue. by gikidy · 16 years ago
- 25cda2e Correct EfiRom tool to don't check vendor id and device id when the input image is the legacy option rom. by lgao4 · 16 years ago
- 40571bf Refine some comments. by xli24 · 16 years ago
- b703aec Update default EDK Shell project Folder to be directly under workspace. by qhuang8 · 16 years ago
- a114969 Try to remove duplicated include path in command line option by jwang36 · 16 years ago
- 3152f16 PeiInstallPeiMemory should only be called one time. by klu2 · 16 years ago
- 2c0bbf4 Fix typos in GCC assembly. by qhuang8 · 16 years ago
- 9336760 retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol. by eric_tian · 16 years ago
- f3fb74c 1. Fix some convert issue. 2. org address changed. by gikidy · 16 years ago
- 98a601b Add comments and refine code to avoid addition overflow. by qhuang8 · 16 years ago
- 97ef8cf Add more usages in NT32 dsc and fdf by lgao4 · 16 years ago
- 18fcd6a Add check to the allocated pool. by lgao4 · 16 years ago
- 1e34ba7 Fix build error caused by the unused local variable by lgao4 · 16 years ago
- df098cd Fix build error caused by the unused local variable by lgao4 · 16 years ago
- 454b8ca Fix build warning generated by GCC. by jljusten · 16 years ago
- 8fd7909 Cleanup to Remove default PCD value and extra build option. by qhuang8 · 16 years ago
- 4e17cc9 Minor update the PCD section by qhuang8 · 16 years ago
- 808f4a6 Remove wrong comments in function header. by qhuang8 · 16 years ago
- 6203199 Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number. by qhuang8 · 16 years ago
- ff565d7 Remove incorrect assertion. According to spec, it should not assert and should return 0. by qhuang8 · 16 years ago
- 9d34ae2 change the default value of PcdBootState into TRUE, therefore the first boot after burning tip into flash will do full_configuration but not incorrect no_changes. by eric_tian · 16 years ago
- eb92036 Add FvNameGuid for FV extension header. by klu2 · 16 years ago
- 8426656 Update DxeCore to deal PIWG FV device path case if FV contains extension header. by klu2 · 16 years ago
- f0480ec Fix K8 check error. by lgao4 · 16 years ago
- 4941d88 Retire TCG platform protocol, which will be replaced by PI Security Architecture protocol. by lgao4 · 16 years ago
- 351d6e7 Correct ASSERT to more cases. by lgao4 · 16 years ago
- 07d9727 Add more checks for Dxe Report status code library to access boot service. by lgao4 · 16 years ago
- 9d3dae3 Update Comment for the call to EDKII ReportStatus by lgao4 · 16 years ago
- 07a2097 Refine BaseMemoryTestLib to handle memory address at zero. by xli24 · 16 years ago
- 28af9a4 Fix the bug in DebugPort on error reporting. by xli24 · 16 years ago
- 157398c Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. by vanjeff · 16 years ago
- dad6083 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. by vanjeff · 16 years ago