- 1afe040 Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg. by AJFISH · 15 years ago
- 650efd7 Thunk driver producing PI Legacy Region 2 Protocol based on Framework Legacy Region Protocol. by xli24 · 15 years ago
- df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
- 880ea0e Ignore UEFI OPEN/CLOSE Action for FrameworkCallback by lgao4 · 15 years ago
- f25c99b 1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI 2.3 specification. by tye · 15 years ago
- 43ffc47 Enhance HiiThunkGetString to handle the case that PlatformLanguage is not set. by lgao4 · 15 years ago
- 4c913fe Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will force FVB drivers built through the ECP to produce the PI 1.2 FVB2 Protocol GUID by qhuang8 · 15 years ago
- 1910fba clean up non-English characters. by vanjeff · 15 years ago
- e8de468 Fixed issues compiling for Apple gcc on IA-32 by AJFISH · 15 years ago
- 8a7bae2 Remove unnecessary -D flag for GNU assemblers. This flag should have no effect. by qhuang8 · 15 years ago
- 82dae5e Fix bug that home addresses for register parameters must be allocated for calling C function from X64 assembly code to follow x64 calling convention. by rsun3 · 15 years ago
- b374d62 Update MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH in ECP to align with MdePkg definition for ECP shell to work correctly on EDKII platforms. by qhuang8 · 15 years ago
- 341515e Rename the structure name EFI_IFR_EQ_ID_LIST to EFI_IFR_EQ_ID_VALUE_LIST by qhuang8 · 15 years ago
- af2cfce Add RHSA (remapping hardware static Affinity) structure definition according to VT-d spec. by htao · 15 years ago
- 3032f54 Correct EFI_IFR_RESET_BUTTON from question to statement. by lgao4 · 15 years ago
- 86345de Update to remove .intel_syntax directives to improve portability since it is not supported by all GCC assembliers. by qhuang8 · 15 years ago
- f315cfa Remove unnecessary .align directory and change .align directory to .p2align to avoid ambiguous. by qhuang8 · 15 years ago
- d820181 Remove unnecessary .align directives. by qhuang8 · 15 years ago
- b341712 Update to make end-of-line consistent for all source files in MdePkg. There are no other updates besides that change. by qhuang8 · 15 years ago
- c113cd3 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
- 409aeee update EdkCompatibilityPkg version to 0.90 by vanjeff · 15 years ago
- 99f6759 Enhanced BMP file security check. by vanjeff · 15 years ago
- ac10c72 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
- b6c7207 Fill all EFI_IFR_DATA_ARRAY fields before call FormCallBack function. by lgao4 · 15 years ago
- fe82e4c Remove unused local variable to fix build break. by lgao4 · 16 years ago
- e0e51f6 Remove the auto conversion for the first varstore name to "Setup". by lgao4 · 16 years ago
- aa2ebe0 Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those definitions that don't conflict with ones in UEFI/PI specification. by lgao4 · 16 years ago
- 86c6463 remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are not optional. by eric_tian · 16 years ago
- b4b9fbc Fix build break by mdkinney · 16 years ago
- 904ac28 The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/adding/removing string/form packages into the UEFI HII Database. The notification handler wants to parse the IFR binary data of the form package. However, the code assumes that a form package have a FORM SET OP and if not, it will assert. Remove assert and ignore form packages that can not be handled for error tolerant. by rsun3 · 16 years ago
- ada3f18 Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob length to be multiple of 8. This does not follow the spec. by rsun3 · 16 years ago
- 2d63030 Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h. by rsun3 · 16 years ago
- b3d8b21 Fix build break. by lgao4 · 16 years ago
- 5a35364 Add comments for the inconsistent definition with framework specification. by lgao4 · 16 years ago
- 1ef3c7d Add #defines that were removed from IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h by mdkinney · 16 years ago
- ac0f89b Correct the code format. by lgao4 · 16 years ago
- bcbd52e Reviewed the description of ECP in the .dec file for clarity and completeness, and reviewed comments in the Compatibility/Include folder. by pkandel · 16 years ago
- 6535652 Add directory for the new added Language Library. by lgao4 · 16 years ago
- f324bf4 Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match should be used in HiiDatabase. by rsun3 · 16 years ago
- f6839dd fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
- dfbb47d fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
- b27af9d As ECP package is EDKI style, the AutoGen.h will not include anything. So if we use some basic data structures, we should manually include EdkIIGlueBase.h file. by eric_tian · 16 years ago
- 78709ef change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)" by eric_tian · 16 years ago
- 34e4a9a cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used to generate underscore prior to public symbol or not within various GCC distribution versions. by eric_tian · 16 years ago
- 78b993a Fix ICC build break properly by mdkinney · 16 years ago
- 60ef642 Fix ICC build break by mdkinney · 16 years ago
- 7c9d25a Refine language conversion in ECP. Create a new library LanguageLib providing functions for language conversion between ISO 639-2 and RFC 4646 styles. Update FrameworkHiiOnUefiHiiThunk, UcOnUc2Thunk and Uc2OnUcThunk modules to use this library. by rsun3 · 16 years ago
- 8cf6dad Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 54b44c4 HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
- 27e87da Update HiiGetBrowserData API by lgao4 · 16 years ago
- d32509c Remove unused IfrSupportLib header file. by lgao4 · 16 years ago
- 14c6da2 update string function comments by eric_tian · 16 years ago
- 81c1213 RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
- a542053 Update FrameworkHiiOnUefiHiiThunk to use new HII library. by lgao4 · 16 years ago
- 1e43716 Save segment registers on stack in case the thunk code assembly calls CF9 soft reset and the x64 registers get cleared. by qhuang8 · 16 years ago
- 0f26852 Retire HiiLibGetNextLanguage() API from HII Library class. by rsun3 · 16 years ago
- a45d161 add comments for protocol/print.h and retire ReadOnlyVariableThunkPresent by jchen20 · 16 years ago
- ad5a96a Retire language conversion APIs from HII library class. by rsun3 · 16 years ago
- 887c077 Fix an issue that an assert occurrs if user inputs a password whose length is less than the minimum required length. The root cause is that under such case the Form Browser will pass a null string (string ID = 0) to the Config Access callback. The callback handler does not handle such case correctly. by rsun3 · 16 years ago
- cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
- cdaf790 Fix the conflicted function names to new HII library. by lgao4 · 16 years ago
- 39e65b3 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
- 647a768 Pass correct device path to uninstall the handle on which default config access protocol is installed. by rsun3 · 16 years ago
- 6d93108 Produce the same HiiVendor device path for each Pack that causes Framework HII NewPack service can't be called more than once. by lgao4 · 16 years ago
- 101361d updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
- 00683bf PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib. by rsun3 · 16 years ago
- f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
- 62c236c Fix check error. by lgao4 · 16 years ago
- 0b09813 Retire RFC_3066_ENTRY_SIZE definition. by qhuang8 · 16 years ago
- 974a027 Fix build break. ISO_639_2_ENTRY_SIZE has been moved to be local. by jji4 · 16 years ago
- 78b719a 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
- d14a393 Fix build break to remove over-include file. by qhuang8 · 16 years ago
- 7e26c7e Fix build break: MdeModuleHii.h has been moved from MdeModulePkg/Include to MdeModulePkg/Include/Guid directory. by qhuang8 · 16 years ago
- c85640b 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
- 4fe3ce8 Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkCompatibilityPkg.dsc for build validation. by qhuang8 · 16 years ago
- 46d95f3 Add PrintThunk driver, it depends on PrintLib on top of MdePkg: by qhuang8 · 16 years ago
- 45a3634 Add Print.h, an EDKII public include file for thunk driver by qhuang8 · 16 years ago
- 058bf46 Use #ifdef but not #if for compiler macros. by klu2 · 16 years ago
- b518ea4 fixed typo by jcarsey · 16 years ago
- 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
- b2ba1c1 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
- 092d6a1 1) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility build switch is turned on for Framework HII modules. by qwang12 · 16 years ago
- 59a7e4f For ECP, disable ICC's remark #869: "Parameter" was never referenced warning. by xli24 · 16 years ago
- 1831d0e Split out Synchronization Library from Base Library by mdkinney · 16 years ago
- f67cc2c Update the DSC file name based on the directory name change. by qwang12 · 16 years ago
- a0e221a Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- b650f50 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- 1127174 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- 7bd0459 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- 08e409c Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- 9d006d2 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- 0978682 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- 8460a81 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- b11dcd8 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
- dcb6a8b Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
- 5c6926d Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
- f275c91 Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
- 186bc15 Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. by qwang12 · 16 years ago
- 4c9c0f7 Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. by qwang12 · 16 years ago
- 9fa98a8 Add change log for some new definitions. They are backward compatible. by qhuang8 · 16 years ago