summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten5-36/+11
2011-10-31When browser was requested to go to another formset, it also needs to update ...ydong106-39/+182
2011-10-28Add the missing HEADER_ALIGN macro.niruiyu1-10/+10
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin4-76/+129
2011-10-281. Update error handling code if failing attach socket with new PCB.tye12-3/+4
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu1-15/+22
2011-10-27Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong101-0/+5
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu7-10/+212
2011-10-25Fix error: Multiline option info only shows the first line error, should show...ydong101-40/+68
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu4-9/+59
2011-10-18Fix GCC build failure.niruiyu1-1/+1
2011-10-14Fix the clang compilation failure to handle all the values in a case statemen...niruiyu1-0/+4
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu6-270/+463
2011-10-13Refine code and check null pointer error.ydong101-7/+5
2011-10-12Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu1-1/+9
2011-10-11Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao11-0/+3
2011-10-11AsciiSPrint returns The number of ASCII characters in the produced output buf...li-elvin3-12/+12
2011-10-10Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong101-4/+9
2011-10-09When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong101-3/+13
2011-10-09Update code to make get string case insensitive about languageydong101-2/+50
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu3-1978/+1980
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu3-1976/+1978
2011-09-29Add pointer check for NULL before dereference it.ydong107-5/+28
2011-09-22Return empty string when END device path is passed in to align the original b...niruiyu1-1/+6
2011-09-21Add PCD for 1G page tablejyao12-5/+10
2011-09-21Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be...lgao41-0/+3
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-19The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu1-12/+53
2011-09-18Clean up the private GUID definition in module Level.lgao437-388/+164
2011-09-17Fix Build fail for NT32 platform.ydong101-1/+1
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong104-3/+5
2011-09-16Refine the logic about getting Value info to avoid check data error.ydong101-1/+7
2011-09-14Fix build error.jyao11-0/+2
2011-09-13MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin1-4/+0
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao49-266/+1237
2011-09-13Add NULl check for pointer.li-elvin2-0/+3
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12-39/+121
2011-09-091. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu51-15/+46
2011-09-05Update capsule pei module to pass IPF build.li-elvin5-69/+78
2011-09-05Support new format of IPv4 device path node, FibreEx and PcieRoot device path...niruiyu3-164/+264
2011-09-02Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin11-847/+2194
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu51-0/+5
2011-09-01Update HiiBlockToConfig function to follow spec.ydong101-4/+11
2011-08-30Add new op-code samples, includes efi varstore, refresh guid group and ref op...ydong105-62/+182
2011-08-30Enable the follow feature for string op-code:ydong103-15/+76
2011-08-29MdeModulePkg: Add ACPI S3 Save State driversjljusten6-0/+2235
2011-08-29MdeModulePkg: Add BootScriptExecutorDxe driverjljusten9-0/+1081
2011-08-29Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish1-10/+27
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong101-1/+5
2011-08-25RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data fro...li-elvin1-6/+14