summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-23Enabling usb3.0 XHCI support.erictian16-84/+8042
2011-08-23remove some const modifier to spec compliance.erictian1-3/+3
2011-08-23Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.lzeng141-0/+1
2011-08-22Add documentation on how to build for execution within an emulation environment.darylm5031-0/+5
2011-08-22ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin1-2/+4
2011-08-22Fix GCC build error.lzeng141-1/+1
2011-08-19ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin1-2/+2
2011-08-19Revert last commit about "Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE...gikidy2-115/+594
2011-08-19Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE_PATH and remove DevicePat...gikidy2-594/+115
2011-08-19Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu1-43/+11
2011-08-18ArmPlatformPkg: Changed the reference base of the PI Global Pointer Offsetoliviermartin2-4/+10
2011-08-18BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2-3/+7
2011-08-18ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin1-4/+20
2011-08-18ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin11-96/+286
2011-08-18ArmPlatformPkg/Bds: Add return carriage after the user presses 'ESC'oliviermartin1-0/+6
2011-08-18ArmPlatformPkg/PrePiHobListPointerLib: Fixed pointer calculationoliviermartin2-19/+16
2011-08-18ArmPlatformPkg/PrePi: Removed harcoded HobList pointer calculation to use Pre...oliviermartin1-4/+4
2011-08-18ArmPkg: Fix ARMGCC buildoliviermartin2-2/+1
2011-08-18ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLiboliviermartin1-3/+0
2011-08-18ArmPlatformPkg/SP804TimerLib: Fix delay functions to be reentrantoliviermartin1-29/+92
2011-08-18ArmPlatformPkg/SP804TimerLib: Fixed macro timer base addressesoliviermartin1-7/+7
2011-08-18Omap35xxPkg/Library/RealTimeClockLib: Add RTC Supportoliviermartin8-10/+1118
2011-08-18Omap35xxPkg/MMCHSDxe: Fixed initialization when started from gBS->ConnectCont...oliviermartin1-6/+1
2011-08-18Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. vanjeff1-1/+7
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff1-3/+28
2011-08-18Fix mismatch between the declaration and definition of fwrite.darylm5031-4/+4
2011-08-18Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. vanjeff1-9/+12
2011-08-18Re-enable the declaration for ftello.darylm5031-1/+1
2011-08-17OvmfPkg/SmbiosPlatformDxe: Fix Visual Studio build issuejljusten1-2/+2
2011-08-17Update or add comments to files and functions for use by Doxygen.darylm5037-569/+2443
2011-08-17Allocate memory buffer to store TscFrequency, and InstallConfigurationTable w...lzeng142-6/+12
2011-08-17Remove the blank line. lgao41-2/+1
2011-08-17Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye126-1/+14300
2011-08-161. Add Uefi231 secure boot related definitionshhuan133-9/+51
2011-08-16Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye118-158/+1440
2011-08-161.Fix a icc build breakhhuan131-1/+1
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun38-5/+166
2011-08-15Update or add comments to files and functions for use by Doxygen.darylm50311-714/+1746
2011-08-15ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the...oliviermartin1-1/+1
2011-08-15ArmPkg/ArmDmaLib: Fix coherency issues in DmaLiboliviermartin1-32/+42
2011-08-15ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'oliviermartin1-0/+2
2011-08-15ArmPkg/PL390Gic: Fix RegisterInterruptSource() to be able to unregister an in...oliviermartin1-2/+8
2011-08-15Omap35xxPkg: Turn on the power for the USB Huboliviermartin2-11/+28
2011-08-15EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transferoliviermartin1-10/+12
2011-08-15EmbeddedPkg/MmcDxe: Fix the indexes in the response arrayoliviermartin3-14/+13
2011-08-15EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD ...oliviermartin2-3/+3
2011-08-15EmbeddedPkg/MmcDxe: Fix the CMD3 sequenceoliviermartin1-11/+13
2011-08-15EmbeddedPkg/MmcDxe: Improved parameters checkingoliviermartin1-9/+19
2011-08-15EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is presentoliviermartin3-6/+87