summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-21ShellPkg: Update rm command to properly prepend file system identifiers to fi...Jaben Carsey1-1/+18
2013-06-21ArmPlatformPkg: Fixed deprecated ifdef syntax in DSC filesOlivier Martin7-21/+21
2013-06-21ArmPlatformPkg/ArmVExpressPkg: CTA9x4: Default to EDK2_ARMVE_STANDALONE=1Ryan Harkin1-6/+13
2013-06-21ArmPlatformPkg/ArmVExpressPkg: Add Shutdown supportRyan Harkin1-1/+6
2013-06-21ArmPlatformPkg/Bds: Make ".EFI" files recognizable as EFI applicationsLeif Lindholm1-1/+2
2013-06-19ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu...Olivier Martin1-1/+1
2013-06-19ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin2-3/+7
2013-06-19ArmPkg/BdsLib: Update FDT CPU node formatOlivier Martin1-3/+4
2013-06-19ArmPkg/Drivers/TimerDxe: Improve Timer initialisation.Olivier Martin1-18/+15
2013-06-19ArmPlatformPkg/PL011Uart: Ignore BAUD rate if Integral non-zeroOlivier Martin1-7/+5
2013-06-19ArmPlatformPkg/PL011Uart: Fixed conditionOlivier Martin1-1/+1
2013-06-19ArmPlatformPkg/Bds: Moved the PrintLib() after forcing the last character to ...Olivier Martin1-3/+3
2013-06-19ArmPlatformPkg/ArmVExpressLibCTA15-A7: Fixed ARM Toolchain buildOlivier Martin1-1/+1
2013-06-18MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian1-4/+6
2013-06-17ShellBinPkg/UefiShell: Updated Shell Binary for ARM architectureOlivier Martin1-0/+0
2013-06-17ArmPlatformPkg: Fixed size of RTSM FDsOlivier Martin5-12/+13
2013-06-17The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2-0/+46
2013-06-17Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni2-1006/+960
2013-06-14OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assertJordan Justen3-3/+3
2013-06-14Fixed the issue that IPv6 network stack assert infrequently – assert once e...Ye Ting1-34/+45
2013-06-14OvmfPkg: enable building VirtioNetDxeLaszlo Ersek7-13/+30
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