summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan132011-08-243-1/+8
* 1. Refine the error handling for PXE-v4 driver.hhuan132011-08-242-4/+6
* Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney2011-08-243-47/+179
* Refine code to follow coding style.ydong102011-08-241-1/+1
* Refine file comments to follow coding style.ydong102011-08-242-2/+2
* ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey2011-08-231-25/+33
* ShellPkg: fix build error when converting INTN to INT32.jcarsey2011-08-231-1/+1
* Enabling usb3.0 XHCI support.erictian2011-08-2316-84/+8042
* remove some const modifier to spec compliance.erictian2011-08-231-3/+3
* Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.lzeng142011-08-231-0/+1
* Add documentation on how to build for execution within an emulation environment.darylm5032011-08-221-0/+5
* ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin2011-08-221-2/+4
* Fix GCC build error.lzeng142011-08-221-1/+1
* ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin2011-08-191-2/+2
* Revert last commit about "Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE...gikidy2011-08-192-115/+594
* Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE_PATH and remove DevicePat...gikidy2011-08-192-594/+115
* Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu2011-08-191-43/+11
* ArmPlatformPkg: Changed the reference base of the PI Global Pointer Offsetoliviermartin2011-08-182-4/+10
* BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2011-08-182-3/+7
* ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin2011-08-181-4/+20
* ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2011-08-1811-96/+286
* ArmPlatformPkg/Bds: Add return carriage after the user presses 'ESC'oliviermartin2011-08-181-0/+6
* ArmPlatformPkg/PrePiHobListPointerLib: Fixed pointer calculationoliviermartin2011-08-182-19/+16
* ArmPlatformPkg/PrePi: Removed harcoded HobList pointer calculation to use Pre...oliviermartin2011-08-181-4/+4
* ArmPkg: Fix ARMGCC buildoliviermartin2011-08-182-2/+1
* ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLiboliviermartin2011-08-181-3/+0
* ArmPlatformPkg/SP804TimerLib: Fix delay functions to be reentrantoliviermartin2011-08-181-29/+92
* ArmPlatformPkg/SP804TimerLib: Fixed macro timer base addressesoliviermartin2011-08-181-7/+7
* Omap35xxPkg/Library/RealTimeClockLib: Add RTC Supportoliviermartin2011-08-188-10/+1118
* Omap35xxPkg/MMCHSDxe: Fixed initialization when started from gBS->ConnectCont...oliviermartin2011-08-181-6/+1
* Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. vanjeff2011-08-181-1/+7
* Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff2011-08-181-3/+28
* Fix mismatch between the declaration and definition of fwrite.darylm5032011-08-181-4/+4
* Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. vanjeff2011-08-181-9/+12
* Re-enable the declaration for ftello.darylm5032011-08-181-1/+1
* OvmfPkg/SmbiosPlatformDxe: Fix Visual Studio build issuejljusten2011-08-171-2/+2
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-177-569/+2443
* Allocate memory buffer to store TscFrequency, and InstallConfigurationTable w...lzeng142011-08-172-6/+12
* Remove the blank line. lgao42011-08-171-2/+1
* Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye12011-08-1726-1/+14300
* 1. Add Uefi231 secure boot related definitionshhuan132011-08-163-9/+51
* Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye12011-08-1618-158/+1440
* 1.Fix a icc build breakhhuan132011-08-161-1/+1
* 1. Add two performance measurement points for SMM performance measurement;rsun32011-08-168-5/+166
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-1511-714/+1746
* ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the...oliviermartin2011-08-151-1/+1
* ArmPkg/ArmDmaLib: Fix coherency issues in DmaLiboliviermartin2011-08-151-32/+42
* ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'oliviermartin2011-08-151-0/+2
* ArmPkg/PL390Gic: Fix RegisterInterruptSource() to be able to unregister an in...oliviermartin2011-08-151-2/+8
* Omap35xxPkg: Turn on the power for the USB Huboliviermartin2011-08-152-11/+28