- 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
- 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
- b7771ea Revert OUTPUT_DIRECTORY to Build/EdkCompatibilityPkg. Build tool is enhanced to handle long path name issue which cause build failure in GCC tool chains by qwang12 · 16 years ago
- 667ced8 Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including: by qwang12 · 16 years ago
- 679242b Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <= 0x00020000. When EFI_SPECIFICATION_VERSION > 0x00020000, this definition is defined at EdkCompatibilityPkg\Foundation\Efi\Include\EfiDevicePath.h by qwang12 · 16 years ago
- 0ecc0cb Update the OUTPUT_DIRECTORY name. This is to shorten the possbile command line which may cause a sub-process spawned from the ar command to fail for GCC tool chains. by qwang12 · 16 years ago
- a235abd Following UEFI spec to do auto booting after a time-out. This feature is implemented by qwang12 · 16 years ago
- a3a8317 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
- dee207e 1) Keep the original Varstore Name when replacing it with L"Setup" to allow Framework HII module get variable which is saved by UEFI Setup Browser. by qwang12 · 16 years ago
- 73d1dcb Add in code to convert the Default VarStore name to be L"Setup" based on Framework HII's assumption. by qwang12 · 16 years ago
- f51aea9 Use correct capitalization for include path. by xli24 · 16 years ago
- bb4af29 IPF GCC tool-chain cleanup. by qwang12 · 16 years ago
- 90eff00 update comment by qwang12 · 16 years ago
- d8444a2 1) GCC Clean up. by qwang12 · 16 years ago
- 9e21d6d Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_Lib_Spec. by gikidy · 16 years ago
- 2b534a7 Fix a bug of not initialize Private->PciRootBridgeIo correctly. by qwang12 · 16 years ago
- 9fd4915 Use .radix directive that GCC assembly supports. by xli24 · 16 years ago
- 8138a06 a statement ".radix D" which cause build break for *NIX IPF tool-chain. This is temperarily comment out. This .s file will be reimplemented to follow EDKII's MdePkg's BaseLib's IPF instruction flush code. by qwang12 · 16 years ago
- 97f201c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
- d87a4d5 UNIX GCC cleanup: file name is case sensitive. by qwang12 · 16 years ago
- aa274d2 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
- 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
- f90eb36 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
- 0325471 1) Fix a bug of DefaultVarStoreId of the Form Set should be used when Framework IfrSupportLib create new opcode. by qwang12 · 16 years ago
- 168da75 Fixed a error although Math.c is not built include for building. by qwang12 · 16 years ago
- 0fc1f8f GCC Cleanup: Files name should match the case in the file system. by qwang12 · 16 years ago
- 6bc3c11 GCC cleanup: forward slash used.o by qwang12 · 16 years ago