summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-14OvmfPkg/VirtioNetDxe: Fix build errors on VS2012 (IA32 & X64)Jordan Justen3-7/+7
2013-06-14OvmfPkg: VirtioNetDxe: fix some build errors emitted by Visual StudioLaszlo Ersek2-7/+10
2013-06-14OvmfPkg: VirtioNetDxe: complete driver with INF fileLaszlo Ersek1-0/+60
2013-06-14OvmfPkg: VirtioNetDxe: WaitForPacket and EXIT_BOOT_SERVICES event callbacksLaszlo Ersek1-0/+90
2013-06-14OvmfPkg: VirtioNetDxe: definitions of unsupported SNP member functionsLaszlo Ersek1-0/+160
2013-06-14OvmfPkg: VirtioNetDxe: emulate Rx filter configuration: SNP.ReceiveFiltersLaszlo Ersek1-0/+105
2013-06-14OvmfPkg: VirtioNetDxe: map multicast IP to MAC: SNP.McastIpToMacLaszlo Ersek1-0/+108
2013-06-14OvmfPkg: VirtioNetDxe: implement Tx: SNP.Transmit and SNP.GetStatusLaszlo Ersek2-0/+327
2013-06-14OvmfPkg: VirtioNetDxe: SNP.ReceiveLaszlo Ersek1-0/+188
2013-06-14OvmfPkg: VirtioNetDxe: SNP.ShutdownLaszlo Ersek1-0/+78
2013-06-14OvmfPkg: VirtioNetDxe: add SNP.Initialize and shared dependenciesLaszlo Ersek2-0/+512
2013-06-14OvmfPkg: VirtioNetDxe: Simple Network Protocol members Start and StopLaszlo Ersek2-0/+129
2013-06-14OvmfPkg: VirtioNetDxe: driver bindingLaszlo Ersek1-0/+674
2013-06-14OvmfPkg: VirtioNetDxe: Component Name Protocol implementationLaszlo Ersek1-0/+177
2013-06-14OvmfPkg: VirtioNetDxe: add entry pointLaszlo Ersek1-0/+50
2013-06-14OvmfPkg: VirtioNetDxe: declarations and macro definitionsLaszlo Ersek2-0/+384
2013-06-14OvmfPkg: VirtioNetDxe: add technical notesLaszlo Ersek1-0/+355
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2-960/+1006
2013-06-13Use correct pointer to install DevicePath protocol.Star Zeng1-2/+2
2013-06-12ShellBinPkg: Upadate both MinUefiShell and UefiShell for IA32 and X64 based o...Jaben Carsey5-1/+1
2013-06-11ShellPkg: Fix ARM build errors.jcarsey15-17/+13
2013-06-08Update to new SVN URL in readme.txtTian, Hot6-10/+10
2013-06-07Use right LBA to get the backed up WorkSpace in spare block.Star Zeng1-3/+5
2013-06-06Update code to follow spec, add discard form action before reset.Eric Dong1-0/+1
2013-06-06Fix overflow issue in TcgProtocolChao Zhang1-3/+10
2013-06-04Add the missing "," for the patch to fix status code print string.Gary Ching-Pang Lin2-2/+2
2013-06-04ShellPkg: refine the logic for cp commandEric Dong1-13/+23
2013-05-29ArmPlatformPkg/Bds: Fixed potential overflow in EditHIInputStr()Ryan Harkin1-2/+9
2013-05-29Though the comment of RandomSeed() states it should return FALSE if there is ...tye13-3/+15
2013-05-28ShellPkg: make help footer string have same info as help usage informationjcarsey1-0/+0
2013-05-28OvmfPkg/SerializeVariablesLib: ignore secure variable restore errorsjljusten1-7/+20
2013-05-27Refine the logic about processing options for oneof opcode.ydong101-6/+24
2013-05-27Fix the issue that FreePool is too early in FirmwarePerformanceDxe.lgao41-4/+11
2013-05-24Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ...lgao42-3/+20
2013-05-23Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng146-58/+76
2013-05-22Correct the incorrect Copyright or License in EDKII source files.lgao45-9/+6
2013-05-21When finish using the browser storage for one formset, browser should clean t...ydong102-1/+160
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng146-26/+53
2013-05-20Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu8-22/+356
2013-05-20Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...niruiyu3-43/+20
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu53-65/+2
2013-05-17New EDK Shell binary(r63).niruiyu7-2/+2
2013-05-17Pop up error message when user tries to enroll an invalid certificate file in...sfu51-6/+33
2013-05-17Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu14-30/+487
2013-05-16Update the logic about get initial value for one storage.ydong102-9/+198
2013-05-16Separate memory allocation for FPDT S3 performance table and boot performance...lzeng146-91/+196
2013-05-15ShellPkg\Library\UefiShellCEntryLib\UefiShellCEntryLib.c:darylm5031-6/+6
2013-05-15OvmfPkg: QemuBootOrder: recognize Ethernet OFW device pathsjljusten1-0/+29
2013-05-15OvmfPkg: enable the generic network stack by defaultjljusten7-37/+65
2013-05-15EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype t...oliviermartin7-49/+62