summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-12ShellPkg: Rewrite’s Help.c to call the ShellPrintHelp function. jcarsey
2013-03-12ArmPkg/BdsLib: Fixed TFTP and PXE Bootoliviermartin
2013-03-12ArmPlatformPkg/Bds: Fixed adding support for new boot entry when the generate...oliviermartin
2013-03-12ArmPkg/BdsLib: Free the memory when Linux fails to startoliviermartin
2013-03-12ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded.oliviermartin
2013-03-12ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the metho...oliviermartin
2013-03-12ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit valueoliviermartin
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin
2013-03-12ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen()oliviermartin
2013-03-12ArmPkg/SemihostFs: Added comment in FileRead()oliviermartin
2013-03-12ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversionoliviermartin
2013-03-12ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin
2013-03-12ArmPkg/IndustryStandard: Added definition for some SMC IDsoliviermartin
2013-03-12ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin
2013-03-12ArmPlatformPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin
2013-03-12ArmPlatformPkg/NorFlashDxe: Fixed BufferSize calculation in NorFlashWriteSing...oliviermartin
2013-03-12ArmPlatformPkg/CTA15-A7: Add a convenient way to restore default values in NO...oliviermartin
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin
2013-03-12ArmPlatformPkg/BootMenu.c: Print loader type in a more friendly way.oliviermartin
2013-03-12ArmPlatformPkg/ArmPlatformLibNull: Fixed buildoliviermartin
2013-03-12EmbeddedPkg: Introduced a separate SerialPortExtLib libraryoliviermartin
2013-03-12EmbeddedPkg/Metronome.c: Fix delay computed by WaitForTick() function.oliviermartin
2013-03-11StdLib: Fix printf issues with floating point and wide character strings. Al...darylm503
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu5
2013-03-11Update DHCP6 driver to handle EFI_DHCP6_CALLBACK return status correctly.sfu5
2013-03-11Initialize DefaultInfo before using it.sfu5
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu5
2013-03-11Update code to follow coding style.ydong10
2013-03-06Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu5
2013-03-06ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin
2013-03-05ArmPkg/DebugPeCoffExtraActionLib: Checked the ImageContext->PdbPointer is not...oliviermartin
2013-03-05Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng14
2013-03-05Enhance the ConPlatform driver to take care of the optional Controller device...niruiyu
2013-03-04ShellPkg: Add "dp" command library to ShellPkg.jcarsey
2013-03-04ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey
2013-03-04OvmfPkg: make sure ResetCold() and ResetWarm() never returnjljusten
2013-03-04OvmfPkg: attempt to trigger cold reset through PIIX3 reset control registerjljusten
2013-03-04OvmfPkg: report support for the PIIX3 reset register in the FADTjljusten
2013-03-04OvmfPkg: upgrade the FADT to ACPI 2.0 without functional changesjljusten
2013-03-04OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslcjljusten
2013-03-04OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslcjljusten
2013-03-04OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslcjljusten
2013-03-04OvmfPkg: bump commonly used ACPI table revision numbersjljusten
2013-03-04Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify becaus...lzeng14
2013-02-27Contributed-under: TianoCore Contribution Agreement 1.0lpleahy
2013-02-27Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy
2013-02-27Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao4