summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Read/Write memory space including MMIO range with the width requested from HOST.vanjeff2013-05-061-27/+125
* Fix memory overflow & VariableSize check issue for SetVariable append write.czhang462013-05-023-30/+73
* Fix the bug which incorrectly programs the 64bit base address register in the...niruiyu2013-04-271-4/+42
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-259-59/+350
* Check for NULL pointer before free it.sfu52013-04-251-3/+5
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-2510-542/+1611
* Fix ping command issue in IP4 driver.sfu52013-04-252-21/+48
* Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu52013-04-252-24/+4
* Mallicious code may use SmmFaultTolerantWriteHandler() to update some flash a...lzeng142013-04-243-5/+63
* Remove the blank line between InitializeLangVariable() and it's function header.lzeng142013-04-231-1/+0
* Remove unused [Guids] section from PXE inf file.sfu52013-04-232-10/+2
* The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated...sfu52013-04-232-171/+61
* Fix GCC build failure caused by R14307.lzeng142013-04-231-1/+1
* Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to Pla...lzeng142013-04-221-72/+134
* Add security check.vanjeff2013-04-221-0/+1
* Fix potential overflow for SetVariable interfaceczhang462013-04-226-19/+56
* Check-in missing part at r14302.vanjeff2013-04-201-1/+1
* 1. Add CPU arch type in Mailbox, debug agent will not access HOB if CPU arch ...vanjeff2013-04-204-20/+48
* Add transit bit check for detecting partial response in iSCSI stack.tye12013-04-191-2/+2
* Add transit bit check for detecting partial response in iSCSI stack.tye12013-04-191-1/+1
* Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang462013-04-192-0/+26
* ShellPkg: explicitly prevent dereferencing pointerjcarsey2013-04-181-1/+1
* Enhance DebugCommunicationLibUsb to reset the debug port when the PORT_ENABLE...niruiyu2013-04-181-1/+9
* Allocate ACPImemoryNVS type memory to save mailbox and debug port handle buff...vanjeff2013-04-181-6/+34
* MdeModulePkg/AtaBus: AtaBusDxe module would ignore ATA Pass Thru Protocol ins...erictian2013-04-181-1/+26
* Update code not to block application/driver load when event log is full.gdong12013-04-181-1/+9
* Revert change 14281, should not check in here.ydong102013-04-172-200/+0
* Split browser with browser core and display engine.ydong102013-04-172-0/+200
* Update the browser logic, make the storage as browser level instead of form s...ydong102013-04-163-342/+327
* MdeMdeModulePkg/BootScriptExecutorDxe: Replaces absolute addressing that requ...erictian2013-04-161-4/+4
* Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang462013-04-152-20/+56
* ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin2013-04-143-8/+27
* ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin2013-04-142-3/+0
* ArmPkg/BdsLib: Fix uInitrd detectionoliviermartin2013-04-141-1/+1
* ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node alread...oliviermartin2013-04-141-3/+11
* ArmPlatformPkg: Remove an unused function.oliviermartin2013-04-147-124/+0
* Remove unused L2 controller PCD from platform files.oliviermartin2013-04-143-15/+0
* ArmPkg/BdsLib: Replace ARM magic value by a proper defined value.oliviermartin2013-04-142-2/+3
* EmbeddedPkg: Remove an unused binary.oliviermartin2013-04-141-0/+0
* ArmPlatformPkg/Bds: Missing CRC32 updateoliviermartin2013-04-141-0/+14
* ArmPkg/PL390Gic: Do not try to clear spurious interrupts.oliviermartin2013-04-141-6/+7
* EmbeddedPkg/MmcDxe: Make the driver more compliant with the UEFI specificationoliviermartin2013-04-141-7/+17
* ArmPlatformPkg/NorFlashDxe: Make the driver more compliant with the UEFI spec...oliviermartin2013-04-142-12/+21
* ArmPkg/SemihostFs: Make the driver more compliant with the UEFI specificationoliviermartin2013-04-141-38/+114
* ArmPlatformPkg/PL011Uart: Added support for default BaudRateoliviermartin2013-04-142-11/+19
* Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ...li-elvin2013-04-121-1/+1
* Fix build failure by adding UINT16 type cast.niruiyu2013-04-121-4/+4
* Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang462013-04-123-20/+61
* Update secure boot UI driver to handle “reset to default” hot key.sfu52013-04-123-1/+46
* Fix several bugs in the implementation of converting SAS/SASEX device path no...niruiyu2013-04-112-38/+98