- b47694b 1) Use 0xFFEE as the VarId the reason is as follows: by qwang12 · 17 years ago
- ea7cb08 Minor coding style adjustment for DiskIo, Partition, English and Ebc modules. by qhuang8 · 17 years ago
- d292708 Add in example on by qwang12 · 17 years ago
- c5e1d28 Fixed an issue in default storage for checkbox and changed the format of error message. by jwang36 · 17 years ago
- 708919b Minor coding style adjustment for DxeIpl. by qhuang8 · 17 years ago
- db405d1 Minor coding style adjustment for DxeCore. by qhuang8 · 17 years ago
- 366219a Fix the prediction warnings in EBC. by qhuang8 · 17 years ago
- 8e3bc75 Add doxygen style comments for functions in EBC module. by qhuang8 · 17 years ago
- 335b890 Added incremental support in GenFds by jwang36 · 17 years ago
- 7aef403 Fix the bug in GenSec tool, the nonexist file can't be parsed correctly. by lgao4 · 17 years ago
- 58f33ba Changed the path of symbol file to be always the same as vtf file by jwang36 · 17 years ago
- 71f6891 Fix the prediction warnings in DxeMain. by qhuang8 · 17 years ago
- 162ed59 Add doxygen style comments for functions in DxeMain. by qhuang8 · 17 years ago
- dc2e539 Assert() break point default is DEADLOOP(). by lgao4 · 17 years ago
- f703388 edk2/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c: by jljusten · 17 years ago
- aa32d1e a) Added explicit banner for pass/fail indication of build by jwang36 · 17 years ago
- 63dd6a9 1) Fix a bug. Before this fix, a Module that calling UEFI HII Interface to get the String Information will fail to locate the Package List based on a Package GUID if a required String Pack is registered using Framework HII NewPack instance. by qwang12 · 17 years ago
- adf74fc Fix typo. by klu2 · 17 years ago
- c5dfb47 Support X64 build for DUET platform. by klu2 · 17 years ago
- a8d0c20 Add doxygen style comments for functions in Partition & Disk IO modules. by qhuang8 · 17 years ago
- 1f4dfdd Add ASM16 tool configuration for MYTOOLS tag. by klu2 · 17 years ago
- 394bbc5 1) Fix some casting working in X64 building by klu2 · 17 years ago
- 61e3343 Add doxygen style comments for functions in English module. by qhuang8 · 17 years ago
- c51b1cb Do not use EntryPoint library for EfiLdr module. by klu2 · 17 years ago
- df166ce 1) DxeIpl should not use UefiDriverEntryPointLib by klu2 · 17 years ago
- 6f33781 Re-enable ExtractDataFromHiiHandle and FindHiiHandle. The Framework to HII Thunk layer has enable these two functions to be called by the module that written against Framework HII spec. by qwang12 · 17 years ago
- ea58467 Add in supports for platform Setup module which is programmed using Framework HII interface. by qwang12 · 17 years ago
- 91d92e2 Add doxygen style comments for functions in DxeIpl. by qhuang8 · 17 years ago
- 6d3f772 Add some customization BAT steps for DUET platform by klu2 · 17 years ago
- d61444c Update GenBootSector tools' binary for tool code cleanup. by klu2 · 17 years ago
- cc582cf Rename the confusing PCD. by qhuang8 · 17 years ago
- ec35e99 Enable storage of daylight saving and time zone data of SetTime() service, and fix bug of SetWakeupTime() service. by lgao4 · 17 years ago
- 65a18d1 Update BootSectImage and GenBootSector tools' binary for DUET platform. by klu2 · 17 years ago
- fdbc68e Use binary FAT module. by klu2 · 17 years ago
- 1ec2592 Add private protocol's definitions for DUET package. by klu2 · 17 years ago
- 6d09f04 Add missing IndustryStandard. by klu2 · 17 years ago
- a04ef65 Add missing file by klu2 · 17 years ago
- f5752cb Add DuetTimerLib and DuetSerialIo library instance. by klu2 · 17 years ago
- ccb3cad Wrong check-in, library instance should not support DXE_RUNTIME_DRIVER, for DUET's runtime driver, DuetPkg should provide self's TimerLib for Duet's fake runtime driver. by klu2 · 17 years ago
- af3977b Add DXE_RUNTIME_DRIVER type support SecPeiDxeTimeLibCpu driver. by klu2 · 17 years ago
- 97fdb60 Use Binary Fat package instead of source package. by klu2 · 17 years ago
- be76888 Fix many bugs in DUET package and now DUET package is enabled for floppy successful. by klu2 · 17 years ago
- 1059058 Add PciBusNoEnumeration module by klu2 · 17 years ago
- c64feb9 Fix a bug which cause the thunk code failed to handle creation of "One Of" and "Ordered List" UEFI opcode from Framework counterparts. by qwang12 · 17 years ago
- e5653d9 Fix some bugs in FSVariable and BdsPlatform for duet platform. by klu2 · 17 years ago
- 22f5582 fixed bug for special case. by vanjeff · 17 years ago
- f274810 Add in code to support the deletion of opcode from a form. by qwang12 · 17 years ago
- 5391c4f Add support to map more Framework Opcode (such as OrderedList, OneOf, etc) to Uefi Opcode. by qwang12 · 17 years ago
- 9aa0880 Fix the bugs for DatahubGen module by klu2 · 17 years ago
- eb16e24 Add 8254 module and fix the hob operation for R9 library. by klu2 · 17 years ago
- 46b5ebc For UNI file, some String may not be defined for a language. This has been true for a lot of platform code. For this case, EFI_NOT_FOUND will be returned. To allow the old code to be run without porting, we don't assert on EFI_NOT_FOUND. The missing String will be declared if user select differnt languages for the platform. by qwang12 · 17 years ago
- 714e811 Fixed an issue which would cause build failure in some corner cases. by jwang36 · 17 years ago
- 4646749 Fix the bug about comparing with mismatched integrate type by klu2 · 17 years ago
- cb56d4e Correct depex for Cpu and CpuIo module. by klu2 · 17 years ago
- 5ea4132 Use correct IoLib's library instance for DxeStatusCode driver. by klu2 · 17 years ago
- 2b505f5 Remove CpuDeadLoop(). by qhuang8 · 17 years ago
- d17b286 Add missing library instance and module for Duet platform. by klu2 · 17 years ago
- 9dce17a Fix a bug for producing status code instance. by klu2 · 17 years ago
- 60bb271 StatusCode driver is optional dependent on gEfiDataHubProtocolGuid but not always, so remove it from depex section. by klu2 · 17 years ago
- 48014ae Made it working by jwang36 · 17 years ago
- 391cdf4 Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All reference to these name should use the standard name defined in UEFI 2.1 specification which are EFI_GLYPH_WIDTH and EFI_GLYPH_HEIGHT by qwang12 · 17 years ago
- 0898c57 Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All reference to these name should use the standard name defined in UEFI 2.1 specification which are EFI_GLYPH_WIDTH and EFI_GLYPH_HEIGHT by qwang12 · 17 years ago
- a0b629b Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All reference to these name should use the standard name defined in UEFI 2.1 specification which are EFI_GLYPH_WIDTH and EFI_GLYPH_HEIGHT by qwang12 · 17 years ago
- ff514e2 Add more debug print message and fix some issues. by klu2 · 17 years ago
- 2a3ce6d Added python wrapper of EFI (de)compressor by jwang36 · 17 years ago
- 3da85e6 1, Use PrintLib in Duet loader by klu2 · 17 years ago
- 8c1ba7f The library instance BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg is for decompressing GUID section. So it could not be used for EfiLdr module. Just implement TianoDecompress in EfiLdr module itself. by klu2 · 17 years ago
- 52ce3fa Move post building command from make file to bat file. Until build system support post build, these command will be for Duet platform's post building commands. by klu2 · 17 years ago
- 79f16ea Move post building command from make file to bat file. Until build system support post build, these command will be for Duet platform's post building commands. by klu2 · 17 years ago
- 4cb4319 Fix various warnings with the Intel C compiler. by jljusten · 17 years ago
- 8067d30 Correct the bug to ignore the encapsulated section. by lgao4 · 17 years ago
- 54b8514 Fixed an CR/LF issue in FDF file by jwang36 · 17 years ago
- e645aac Fixed several typo in variable names by jwang36 · 17 years ago
- 5933617 1) Add in IfrParser so that the FrameworkHii->GetDefaultImage can scan UEFI IFR opcodes and get the default value embedded in the IFR. by qwang12 · 17 years ago
- c7ec71b Fix the makefile issue for bootsector module by klu2 · 17 years ago
- e00f3fe 1. GenSec tool only updates output file when the contents of the output file are modified. by lgao4 · 17 years ago
- bc02104 Delete the macro definitions which build system will provided automatically. by klu2 · 17 years ago
- b9a3117 init target should not be used in customize makefile. Fix it. by klu2 · 17 years ago
- b67754b initialize local variable before use. by htao · 17 years ago
- 0ce1dd7 [Description] by eric_tian · 17 years ago
- 152af59 [Description] by eric_tian · 17 years ago
- fdb05fa Fix missing include header file and fix typo in comment. by klu2 · 17 years ago
- 01aef47 Fix missing include header file and fix typo in comment. by klu2 · 17 years ago
- 7459094 Fix typo in comment. by klu2 · 17 years ago
- 2a254b9 Fix typo in comment. by klu2 · 17 years ago
- 7dd8b91 Fix comment typo by klu2 · 17 years ago
- d1057d4 Fix comment typo. by klu2 · 17 years ago
- 3f748e5 Fix missing include file which break doxygen parsing. by klu2 · 17 years ago
- 0c7f62f Fix missing include file which break doxygen parsing. by klu2 · 17 years ago
- 0b3cac3 Fix missing include file which break doxygen parsing. by klu2 · 17 years ago
- ec0ccdd Fix missing include file which break doxygen parsing. by klu2 · 17 years ago
- 4bd9469 Changed GenFds to use database based module/package/platform information retrieval mechanism by jwang36 · 17 years ago
- 30d3be3 Add missing library class declaration. by klu2 · 17 years ago
- d6b69c1 Add missing library class. by klu2 · 17 years ago
- 6a30250 Added several improvements for user experience by jwang36 · 17 years ago
- 102e727 rename EFI_HII_UPDATE_DATA in FrameworkHii.h to FRAMEWORK_EFI_HII_UPDATE_DATA as it is a duplicated definition with IfrSupportLib.h by qwang12 · 17 years ago
- 0f9d26a Add the function relative address to the base address in the map file for user easy reference. by lgao4 · 17 years ago
- 2c1bc18 Fixed error data in generated listing file by jwang36 · 17 years ago
- c2c8503 Correct EFI_COMPATIBILITY16_TABLE_SIGNATURE definition to "IFE$" by lgao4 · 17 years ago
- 6cd4aed Remove unused function. by klu2 · 17 years ago