summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Fix minor typos in BaseLib LinkedList commentslgao43-23/+23
2013-03-12ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey2-46/+104
2013-03-12ShellPkg: Rewrite’s Help.c to call the ShellPrintHelp function. jcarsey2-39/+22
2013-03-12ArmPkg/BdsLib: Fixed TFTP and PXE Bootoliviermartin2-13/+61
2013-03-12ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generate...oliviermartin3-37/+52
2013-03-12ArmPkg/BdsLib: Free the memory when Linux fails to startoliviermartin2-20/+59
2013-03-12ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded.oliviermartin1-12/+25
2013-03-12ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the metho...oliviermartin1-4/+7
2013-03-12ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit valueoliviermartin1-1/+1
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin3-2/+35
2013-03-12ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen()oliviermartin1-0/+5
2013-03-12ArmPkg/SemihostFs: Added comment in FileRead()oliviermartin1-1/+2
2013-03-12ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversionoliviermartin1-12/+3
2013-03-12ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin5-8/+80
2013-03-12ArmPkg/IndustryStandard: Added definition for some SMC IDsoliviermartin2-0/+211
2013-03-12ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin1-0/+80
2013-03-12ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin29-83/+123
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin10-45/+48
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin26-38/+41
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin8-280/+277
2013-03-12ArmPlatformPkg/NorFlashDxe: Fixed BufferSize calculation in NorFlashWriteSing...oliviermartin1-1/+1
2013-03-12ArmPlatformPkg/CTA15-A7: Add a convenient way to restore default values in NO...oliviermartin2-5/+10
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin10-84/+104
2013-03-12ArmPlatformPkg/BootMenu.c: Print loader type in a more friendly way.oliviermartin1-1/+17
2013-03-12ArmPlatformPkg/ArmPlatformLibNull: Fixed buildoliviermartin2-3/+4
2013-03-12EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin14-200/+273
2013-03-12EmbeddedPkg/Metronome.c: Fix delay computed by WaitForTick() function.oliviermartin1-47/+53
2013-03-11StdLib: Fix printf issues with floating point and wide character strings. Al...darylm5034-63/+70
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52-19/+48
2013-03-11Update DHCP6 driver to handle EFI_DHCP6_CALLBACK return status correctly.sfu51-5/+10
2013-03-11Initialize DefaultInfo before using it.sfu52-0/+2
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu51-36/+30
2013-03-11Update code to follow coding style.ydong102-8/+17
2013-03-06Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu51-1/+1
2013-03-06ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin12-16/+119
2013-03-05ArmPkg/DebugPeCoffExtraActionLib: Checked the ImageContext->PdbPointer is not...oliviermartin1-13/+19
2013-03-05Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng144-12/+48
2013-03-05Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu1-3/+7
2013-03-04ShellPkg: Add "dp" command library to ShellPkg.jcarsey14-3/+2377
2013-03-04ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2-0/+79
2013-03-04OvmfPkg: make sure ResetCold() and ResetWarm() never returnjljusten2-1/+6
2013-03-04OvmfPkg: attempt to trigger cold reset through PIIX3 reset control registerjljusten1-1/+2
2013-03-04OvmfPkg: report support for the PIIX3 reset register in the FADTjljusten2-3/+6
2013-03-04OvmfPkg: upgrade the FADT to ACPI 2.0 without functional changesjljusten2-12/+38
2013-03-04OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslcjljusten2-6/+3
2013-03-04OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslcjljusten2-4/+2
2013-03-04OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslcjljusten2-4/+3
2013-03-04OvmfPkg: bump commonly used ACPI table revision numbersjljusten1-2/+3
2013-03-04Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng141-2/+2
2013-02-27Contributed-under: TianoCore Contribution Agreement 1.0lpleahy6-0/+4400