- 6144e7a Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString by mdkinney · 16 years ago
- 7b0ae7e add security check. update functions comments. by vanjeff · 16 years ago
- 890986c add security check. by vanjeff · 16 years ago
- 51797e6 Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does. by gikidy · 16 years ago
- f5e9ff8 Add check that Progress is NULL by lgao4 · 16 years ago
- 3ebb9bd Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp. by lgao4 · 16 years ago
- 44a25a9 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago
- 345e5a6 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago
- 42c6507 Fix PcRtc Year calculation bug. by lgao4 · 16 years ago
- 54fbbbd Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables. by gikidy · 16 years ago
- 6795df3 remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkg by vanjeff · 16 years ago
- 5e0b1e3 fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion. by eric_tian · 16 years ago
- 4a13fda Refine doxygen comments by klu2 · 16 years ago
- a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
- 9a1eee2 Fix date/time not work for the return value of RtcRead not need type convert. by gikidy · 16 years ago
- c2c1e45 sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP Secret UI allows the minimum number of 13 characters while the spec only requires 12 by eric_tian · 16 years ago
- 064d5de Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs. by mdkinney · 16 years ago
- 653ef62 add error handler to pass K8 check by eric_tian · 16 years ago
- 184f7d8 Refine the member name. by klu2 · 16 years ago
- 894d038 add security check. by vanjeff · 16 years ago
- f2a0647 add assertion to pass K8 check. by eric_tian · 16 years ago
- d14faa5 Update the SCSI Disk Driver to not mount drives on physical only SCSI channels by gikidy · 16 years ago
- 39941da Fix incorrect error handling when PXE boot timeout. by gikidy · 16 years ago
- ef13cf2 Enhance error handle of BuildDevicePath for it is possible to receive other errors. by gikidy · 16 years ago
- 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
- a1ed88a Extend the max number of interface to 128 and correct the display of eth name. by gikidy · 16 years ago
- 0f8e582 roll back r8590 patch by eric_tian · 16 years ago
- 2fd3009 add assertion to ensure ACPI table is checksumed. by eric_tian · 16 years ago
- 35c290c do checksum before installing IBFT. by eric_tian · 16 years ago
- 7e03844 remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
- 841014b refine VariablePei driver to unify the algorithm of access VariableIndexTable among various archs. by eric_tian · 16 years ago
- 5e895e6 update the usage help text on variable statistic information. by eric_tian · 16 years ago
- 432bdae the checksum must to be updated when install a new table into ACPI table by eric_tian · 16 years ago
- 1b954be Fix Parameter IN OUT by lgao4 · 16 years ago
- e40b7d5 Update some comments for MdeModulePkg Include header files. by lgao4 · 16 years ago
- e9b6728 Committing changes to the comments, to improve code documentation. by pkandel · 16 years ago
- 4607d9e The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead. by gikidy · 16 years ago
- b4f26bb Make comments align. by lgao4 · 16 years ago
- 6a194b7 Remove the additional build options. by lgao4 · 16 years ago
- 434ce3f sync tracker:PXE misused the parameter of second since boot in DHCP header. by vanjeff · 16 years ago
- a47b308 Enhance the RTC driver to not reserve the CMOS century register MSB. by gikidy · 16 years ago
- 7076244 The StringIndex should be casted to UINT16* but not UINT8*. by klu2 · 16 years ago
- bcd7070 fix the issue of Inadequate Memory Allocation in Variable Services by eric_tian · 16 years ago
- 97f7781 Make sure BASE_LIST is always aligned on a 64-bit boundary by mdkinney · 16 years ago
- 2062154 The data length of a text request must not exceed the iSCSI target MaxRecvDataSegmentLength. by gikidy · 16 years ago
- 35c218d fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of finding right-most line break opportunity. by eric_tian · 16 years ago
- 071b722 Use DiskIo->WriteDisk() API to avoid alignment issue. by qhuang8 · 16 years ago
- 3cc6e8e a typo of ISCSI string by eric_tian · 16 years ago
- 3fc15d4 fix the typo of ISCSI related string. by eric_tian · 16 years ago
- 2ef9435 Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact it is UINT16 value. by klu2 · 16 years ago
- 504dcb0 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- d096516 Fix the bug that build tool and PCD driver can not deal with byte array or ANSIC type value for dynamic PCD. by klu2 · 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
- 91a306e Correct the check to the valid device path. The device path can't be less than the basic header. by lgao4 · 16 years ago
- 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
- 20610fa Update module to show real dependencies on the MemoryAllocationLib by mdkinney · 16 years ago
- 4772ce7 refine the implementation of HiiStringToImage: by eric_tian · 16 years ago
- de48299 Update DriverSample and PlatDriOverrideDxe driver to correct the return value for ConfigAccess ExtractConfig interface. by lgao4 · 16 years ago
- cfb1461 Update modules to show real dependencies on the BaseMemoryLib and MemoryAllocationLib by mdkinney · 16 years ago
- 752ef5d Add includes for definitions used by the DxeIpIoLib and DxeNetLib by mdkinney · 16 years ago
- 9d9c659 Remove redundant #include statements by mdkinney · 16 years ago
- f3989f4 Update MNP driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
- 776a705 Update USB Mass Storage driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
- 0877891 Add #include Acpi.h so the ACPI 3.0 Table Revision define is available. by mdkinney · 16 years ago
- ae79d2f Update HiiDataBase to fix the SCT hang issues by the invalid device path. by lgao4 · 16 years ago
- 132f41f Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
- d5172f9 1. Remove .extern from GCC assembly. by xli24 · 16 years ago
- ce4106b enhanced to support more routing table entry. by vanjeff · 16 years ago
- f618b2f rename array name to avoid naming collision. by vanjeff · 16 years ago
- 391a072 1.fixed some issue to pass HII sct by vanjeff · 16 years ago
- 6e3f5b2 Fix K8 and Sct failure. by lgao4 · 16 years ago
- 08654ac don't set all bytes in TargetID as zero. This change is made due to keep consistent with GetNextTargetLun and GetTargetLun by eric_tian · 16 years ago
- d1a8a1d Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be discovered. Per SCSI spec, the standard INQUIRY data shall contain at least 36 bytes and the length of the data is variable. The definition by rsun3 · 16 years ago
- f035af2 update the check condition of PASS THRU interface to pass Uefi sct test. by eric_tian · 16 years ago
- 8567300 Fix K8 issues in HiiDataBase by lgao4 · 16 years ago
- 04da0b4 Correct DriverSample to produce the ConfigAccess protocol by lgao4 · 16 years ago
- d6e11f2 1. remove duplicated set operation on UGA device. 2. update some typo. by vanjeff · 16 years ago
- 1f1cb2f Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API. by lgao4 · 16 years ago
- b347c1b Add check for NULL pointer. by gikidy · 16 years ago
- 76c2425 Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value. by lgao4 · 16 years ago
- 84f9a9e 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs. by lgao4 · 16 years ago
- c40a155 fixed typo. by vanjeff · 16 years ago
- 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
- 945e3ae Add a check for CreateQuestion may be return NULL. by gikidy · 16 years ago
- e1f1fb1 fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES. by vanjeff · 16 years ago
- 5630456 Minor update the function interface for three re-allocate pool APIs to check the conformance of OldBuffer only when the memory allocation succeeds. In this way the assert condition is covered by CopyMem () API in BaseMemoryLib. by qhuang8 · 16 years ago
- 446b94b Add conformance check for OldBuffer and size even if the memory allocation fails. by qhuang8 · 16 years ago
- 8bc18cc fix the typo in DxeCore by eric_tian · 16 years ago
- 326c6b7 ConfigRouting should get driver handle by device path in all drivers database in system, not only in Hii Package list database. by vanjeff · 16 years ago
- aa2f249 Update comments in PeiMemoryAllocationLib and UefiMemoryAllocationLib to match updates to MemoryAllocationLib.h. by mdkinney · 16 years ago
- ae55f4e Fix bug in Reallocate Pool functions in DXE Core Memory Allocation Lib. The wrong memory type was being allocated. This syncs the DXE Core Memory Allocation Lib with the fix that was previously made to the UEFI Memory Allocation Lib. by mdkinney · 16 years ago
- 1ea1d3c SetMode() should clear screen per UEFI spec. by vanjeff · 16 years ago
- 0e8e994 Update SetupBrowserDxe and BdsDxe to use an internal string for prompting string missing instead of ASSERT if it fails to get a string for separate module's forms. by rsun3 · 16 years ago
- 844390f Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 languages. by rsun3 · 16 years ago
- da801a6 Fix DEC issue for MdeModulePkg: by klu2 · 16 years ago
- 90e0655 Synchronize PCD_Infrastructure 0.55 with source code. by klu2 · 16 years ago
- 6672d62 correct the minor format. by lgao4 · 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
- a137361 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
- 1d4826a Correct HiiGetBrowserData API usage. by lgao4 · 16 years ago