- 57cca89 Remove usage of MemoryAllocationLib, and use a simplistic allocation by jljusten · 16 years ago
- de29c94 Add the optional EfiRom CodeRevision option. by lgao4 · 16 years ago
- 1a98add Update EfiRom to handle ClassCode and CodeRevision options correctly. by lgao4 · 16 years ago
- de9c25b GenFds change efirom command line option from '-I' to '-l'. by jlin16 · 16 years ago
- 1745666 Add SMM_DRIVER and SMM_CORE support by jwang36 · 16 years ago
- 3b2b355 GenFds add option ROM parameters override of those in INF file. by jlin16 · 16 years ago
- 19a4a0a Merge PEI & DXE LzmaCustomDecompressLib. A previous implementation by jljusten · 16 years ago
- f580c1b Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead of StrLen. by rsun3 · 16 years ago
- b4e3c5a fix the typo by eric_tian · 16 years ago
- de42c02 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
- a137361 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
- 8243b08 Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThunk16 interface. These interfaces could be used in either physical mode or virtual modes with paging enabled where virtual to physical mappings for ThunkContext.RealModeBuffer is mapped to 1:1 by klu2 · 16 years ago
- d1be17a Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL and THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 are set at same time. by klu2 · 16 years ago
- 1554334 Implemented feature request hsd202262 and incorporated SMM support by jwang36 · 16 years ago
- c470d83 Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. by jljusten · 16 years ago
- 306bf4e Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was by jljusten · 16 years ago
- 33d487d Sync bug fix of Base Tools r1559. by qhuang8 · 16 years ago
- 11ca63e Review the comments to match Spec. by gikidy · 16 years ago
- 1d4826a Correct HiiGetBrowserData API usage. by lgao4 · 16 years ago
- 744e71a Fix the bug that EnablePaging64() should assert() for x64 platform. by qhuang8 · 16 years ago
- 8cf6dad Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 607e91f Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 5f08e28 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 718a15c Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- f445a13 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 54b44c4 HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
- 278663a HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
- 4bca47e Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 8469b66 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 0254efc Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 7eb0563 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 981b0f9 Update BasePeCoffLib comments to specify this library support scope. by lgao4 · 16 years ago
- 26e8967 update to pass GCC build as we replace VA_START with __builtin_va_start by eric_tian · 16 years ago
- 821b090 Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't support IA32 and X64 PeImage by lgao4 · 16 years ago
- 8672ccb Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect. by xli24 · 16 years ago
- 687add7 Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress() in virtual mode is not correct. by xli24 · 16 years ago
- 51967a5 Acquire & Release the lock from the high level variable service by jljusten · 16 years ago
- 6198c34 fixed 2 k8 issues. by vanjeff · 16 years ago
- 21946ba fix ICC build warning by eric_tian · 16 years ago
- 52fa075 Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), AsmPrepareAndThunk16() interfaces that they are could only be used in physical mode but can not be used in virtual mode with paging. by klu2 · 16 years ago
- f55d5b1 update the spec file name in header by tding1 · 16 years ago
- 253f983 update the header to point to Smm Cis v1.1 to cover the definition of MP API by tding1 · 16 years ago
- 4eb3ee5 Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf. by xli24 · 16 years ago
- d9f0ad2 Fix the bug that InternalReallocatePool() ignores the input parameter PoolType, and does always allocates memory of type EfiBootServicesData. by xli24 · 16 years ago
- a24b404 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
- b4ab47e fixed ECC issues. by vanjeff · 16 years ago
- bd39735 Fix bug in variable driver about the incorrect usage for GetBestLanguage(), which expects the NULL to be the last var arg by qhuang8 · 16 years ago
- 0c420e2 update by eric_tian · 16 years ago
- ec33326 Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the lanuage codes variable auto-update mechanism was implemented. by rsun3 · 16 years ago
- b96c210 update to pass ICC build by eric_tian · 16 years ago
- 12b3e61 Add ASSERT when EFI decompress need to be parsed but it is not supported. by lgao4 · 16 years ago
- 873b799 Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save space by jljusten · 16 years ago
- 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
- 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
- 85eb579 Update directory/file names for status code PEIM. by xli24 · 16 years ago
- d5aea10 Code Scrub for Status Code PEIM. by xli24 · 16 years ago
- d357145 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
- 72399da update platformlangcodes and langcodes to adapt new language convert algorithm. by eric_tian · 16 years ago
- ec2e30d update platformlangcodes and langcodes to adapt new language convert algorithm. by eric_tian · 16 years ago
- ecd8990 Update FDF files according to update of status code driver. by xli24 · 16 years ago
- 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
- 20e7a77 Update directory/file names for status code runtime dxe driver. by xli24 · 16 years ago
- 9484bb6 Some minor refinements for function header. by xli24 · 16 years ago
- a8cbf34 Code Scrub for Status Code Runtime Dxe driver. by xli24 · 16 years ago
- 27e87da Update HiiGetBrowserData API by lgao4 · 16 years ago
- 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
- 7059dad Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-oriented. by qhuang8 · 16 years ago
- 1cea34d Correct minor comments. by lgao4 · 16 years ago
- e8eecbf DEC file reviewed. by gikidy · 16 years ago
- 9f6531d Adjust the code so that global variable placed at beginning of file. by gikidy · 16 years ago
- 14d59fa update DriverSample driver unload function to remove the installed package list. by lgao4 · 16 years ago
- d32509c Remove unused IfrSupportLib header file. by lgao4 · 16 years ago
- 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
- 59f1d89 COMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING checked in inf files. by gikidy · 16 years ago
- 170e7ff COMPONENT_NAME & COMPONENT_NAME2 checked in inf files. by gikidy · 16 years ago
- 363bb1b Merge RuntimeLib and RuntimeServices.c. by qhuang8 · 16 years ago
- 7c18874 Use GUIDed event for virtual address change event by qhuang8 · 16 years ago
- 50cd68d Add check for the validity of resource directory address. by qhuang8 · 16 years ago
- 55a1bb4 Code scrub for VgaClass Driver. by xli24 · 16 years ago
- 4ee6846 1. EDK_RELEASE_VERSION removed; by gikidy · 16 years ago
- 2a9aee6 Fix a typo. by gikidy · 16 years ago
- d908a2d Add checking for start address for PCI express Read/Write Buffer by qhuang8 · 16 years ago
- 2bf3421 add type cast. by vanjeff · 16 years ago
- 7da7367 Fix ICC build break. by lgao4 · 16 years ago
- 14c6da2 update string function comments by eric_tian · 16 years ago
- 4324075 fixed one bug when copy MAC address. by vanjeff · 16 years ago
- 779b836 Fix build break caused by a unresolved external symbol _memset in BaseUefiTianoCustomDecompressLib. by rsun3 · 16 years ago
- 50c247f update by eric_tian · 16 years ago
- 53e9661 update string function comment to clear the semantic meaning. by eric_tian · 16 years ago
- 97d77cc Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib. by lgao4 · 16 years ago
- e602a22 Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib. by lgao4 · 16 years ago
- fcd1a84 Retire framework IfrSupportLib and HiiLib, which will be replaced by new designed Hii library in MdeModulePkg. by lgao4 · 16 years ago
- b9e388d Correct comments by lgao4 · 16 years ago
- 80267d5 Remove volatile local variable sync to MdePkg BaseUefiDecompressLib and fix ICC build error. by lgao4 · 16 years ago
- e97e2b7 Fix that the variable can't be stored. Next, I will update GetBrowserData API. by lgao4 · 16 years ago
- 0a1147e Update SetUp Browser doesn't set a default value to Numeric field per UEFI spec. And Update Setup Browser driver parse the introduced IFR FormSet classguid in UEFI2.1. by lgao4 · 16 years ago
- 96f99e1 Use DiskIo->ReadDisk() API to avoid alignment issue. by qhuang8 · 16 years ago
- 15a7c2f Update VfrCompiler to handle ideqvallist as the first opcode case. Per UEFI spec, If the expression consists of more than a single opcode, then the first opcode in the expression must have the Scope bit set and the expression must end with EFI_IFR_END by lgao4 · 16 years ago
- 7547649 Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadImage() if it detects the existence of HII resource on the PE image. by qhuang8 · 16 years ago