summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu2015-12-231-0/+1
* MdeModulePkg: Add PCD description to MdeModulePkg.uniRuiyu Ni2015-12-222-14/+14
* MdeModulePkg: Clean code to follow C Coding style.Zhang Lubo2015-12-211-1/+1
* MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi2015-12-181-0/+2
* MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao2015-12-181-1/+1
* Add clarification for PcdAcpiDefault value PCD.Yao, Jiewen2015-12-172-0/+14
* MdeModulePkg: Update print error level for RuntimeDriver alignment checkLiming Gao2015-12-171-2/+4
* MdeModulePkg:Fix a bug HttpLib can't parse last chunked data wellZhang Lubo2015-12-171-15/+24
* MdeModulePkg/PciSioSerialDxe:bitwise operation have same width operandsFeng Tian2015-12-171-1/+1
* MdeModulePkg/PciSioSerialDxe:add non-null pointer dereference assertionFeng Tian2015-12-171-0/+3
* MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEventHao Wu2015-12-151-3/+4
* MdeModulePkg/PciSioSerialDxe: Fix compiler warningsMichael Kinney2015-12-151-4/+7
* MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaledHao Wu2015-12-111-9/+37
* MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O SupportHao Wu2015-12-113-40/+393
* MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu2015-12-114-14/+1767
* MdeModulePkg: Add PciSioSerialDxe driverRuiyu Ni2015-12-109-0/+3759
* MdeModulePkg: VarCheckUefiLib: Add DeployedMode/AuditMode var check logicChao Zhang2015-12-101-0/+22
* Move CommunicationBuffer from stack to global variable.Yao, Jiewen2015-12-071-13/+13
* MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxeLiming Gao2015-12-041-36/+36
* MdeModulePkg/BDS: Do not pass unnecessary option to boot optionRuiyu Ni2015-12-011-5/+27
* MdeModulePkg: Upstream SerialDxe from EmbeddedPkgStar Zeng2015-11-305-0/+577
* MdeModulePkg BaseSerialPortLib16550:Implement Get(Set)Control/SetAttributesStar Zeng2015-11-301-0/+337
* MdeModulePkg: TerminalDxe: avoid checking uninitialized variableStar Zeng2015-11-301-3/+4
* MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()Star Zeng2015-11-301-1/+1
* Install LoadedImage protocol for PiSmmCore.Yao, Jiewen2015-11-253-2/+82
* Uninstall LoadedImage protocol if SMM driver returns error and is unloaded.Yao, Jiewen2015-11-251-0/+14
* Check InternalAllocPoolByIndex status before refer buffer.Zeng, Star2015-11-251-2/+5
* MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variableRuiyu Ni2015-11-253-12/+20
* Rollback the changes from r18879 - r18886.Jeff Fan2015-11-2011-1376/+0
* MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng2015-11-191-1/+1
* MdeModulePkg: Change BootLogoEnableLogo use INTN for minus valueRuiyu Ni2015-11-182-37/+34
* MdeModulePkg: Change PlatformLogo.GetImage use INTN for minus valueRuiyu Ni2015-11-181-4/+4
* MdeModulePkg/BmpImageDecoderLib: Support ImageFormatUnknown typeRuiyu Ni2015-11-181-1/+1
* MdeModulePkg: Add BootLogoLib to provide interfaces about logo display.Ruiyu Ni2015-11-185-0/+730
* MdeModulePkg: Add BmpImageDecoderLib to provide BMP decoding capabilityRuiyu Ni2015-11-183-0/+315
* MdeModulePkg: Add ImageDecoderLib to provide image decoding service.Ruiyu Ni2015-11-185-0/+245
* MdeModulePkg: Add PlatformLogo protocol definition.Ruiyu Ni2015-11-182-0/+89
* MdeModulePkg:Fix a bug that HttpLib can not parse Ipv6 address correctly.Zhang Lubo2015-11-181-4/+29
* MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng2015-11-181-4/+11
* MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2015-11-162-25/+48
* MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni2015-11-163-80/+171
* MdeModulePkg SmbiosMeasurementDxe: NULL check to String from GetSmbiosStringByIdStar Zeng2015-11-161-0/+1
* MdeModulePkg SmbiosMeasurementDxe: Correct the commentsStar Zeng2015-11-162-6/+9
* MdeModulePkg SmbiosMeasurementDxe: Remove the tailing whitespaceStar Zeng2015-11-162-14/+14
* MdeModulePkg SmbiosMeasurementDxe: Use EFI_D_VERBOSE for internal dump functionsStar Zeng2015-11-161-9/+9
* MdeModulePkg SmbiosMeasurementDxe: Add (VOID **) typecast for GCC build failureStar Zeng2015-11-161-1/+1
* MdeModulePkg SmbiosMeasurementDxe: Use SMBIOS table and GUID correctlyStar Zeng2015-11-161-6/+14
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-11-162-4/+28
* Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen2015-11-165-0/+686
* Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen2015-11-161-12/+0