summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use correct pointer to install DevicePath protocol.Star Zeng2013-06-131-2/+2
* ShellBinPkg: Upadate both MinUefiShell and UefiShell for IA32 and X64 based o...Jaben Carsey2013-06-125-1/+1
* ShellPkg: Fix ARM build errors.jcarsey2013-06-1115-17/+13
* Update to new SVN URL in readme.txtTian, Hot2013-06-086-10/+10
* Use right LBA to get the backed up WorkSpace in spare block.Star Zeng2013-06-071-3/+5
* Update code to follow spec, add discard form action before reset.Eric Dong2013-06-061-0/+1
* Fix overflow issue in TcgProtocolChao Zhang2013-06-061-3/+10
* Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin2013-06-042-2/+2
* ShellPkg: refine the logic for cp commandEric Dong2013-06-041-13/+23
* ArmPlatformPkg/Bds: Fixed potential overflow in EditHIInputStr()Ryan Harkin2013-05-291-2/+9
* Though the comment of RandomSeed() states it should return FALSE if there is ...tye12013-05-293-3/+15
* ShellPkg: make help footer string have same info as help usage informationjcarsey2013-05-281-0/+0
* OvmfPkg/SerializeVariablesLib: ignore secure variable restore errorsjljusten2013-05-281-7/+20
* Refine the logic about processing options for oneof opcode.ydong102013-05-271-6/+24
* Fix the issue that FreePool is too early in FirmwarePerformanceDxe.lgao42013-05-271-4/+11
* Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao42013-05-242-3/+20
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-236-58/+76
* Correct the incorrect Copyright or License in EDKII source files.lgao42013-05-225-9/+6
* When finish using the browser storage for one formset, browser should clean t...ydong102013-05-212-1/+160
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-216-26/+53
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-208-22/+356
* Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...niruiyu2013-05-203-43/+20
* Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52013-05-173-65/+2
* New EDK Shell binary(r63).niruiyu2013-05-177-2/+2
* Pop up error message when user tries to enroll an invalid certificate file in...sfu52013-05-171-6/+33
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-1714-30/+487
* Update the logic about get initial value for one storage.ydong102013-05-162-9/+198
* Separate memory allocation for FPDT S3 performance table and boot performance...lzeng142013-05-166-91/+196
* ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c:darylm5032013-05-151-6/+6
* OvmfPkg: QemuBootOrder: recognize Ethernet OFW device pathsjljusten2013-05-151-0/+29
* OvmfPkg: enable the generic network stack by defaultjljusten2013-05-157-37/+65
* EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin2013-05-157-49/+62
* OvmfPkg: describe debug messages in the README filejljusten2013-05-151-3/+20
* OvmfPkg: adapt VirtioFlush()'s leading comment to the coding stylejljusten2013-05-152-10/+8
* OvmfPkg: adapt VirtioAppendDesc()'s leading comment to the coding stylejljusten2013-05-152-42/+40
* OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding stylejljusten2013-05-152-2/+2
* EmulatorPkg: Add SerialPortExtLib library class mappingjljusten2013-05-151-0/+1
* StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult...darylm5032013-05-151-24/+22
* EmulatorPkg/(Pei|Dxe)EmuSerialPortLib: Remove the SerialPortExtLib functions ...oliviermartin2013-05-142-111/+0
* OvmfPkg: VirtioLib: populate the Available Ring correctlyjljusten2013-05-142-36/+43
* Add Copyright notices and comments for Red Hat contributor.sfu52013-05-142-6/+11
* Fix bug in PXE driver: memory may be freed before use.sfu52013-05-141-3/+4
* ShellPkg: remove unused enumjcarsey2013-05-131-7/+1
* Update Code to pass EBC compiler.lgao42013-05-1312-87/+82
* ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin2013-05-122-13/+41
* ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function.oliviermartin2013-05-121-7/+12
* ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.oliviermartin2013-05-121-80/+131
* ArmPlatformPkg/ArmVExpressPkg: Switch from ATAG to FDT for VExpress RTSMoliviermartin2013-05-123-4/+7
* ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction()oliviermartin2013-05-1019-21/+91
* ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2013-05-1010-50/+73