summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Override the base address to make LoadLibraryEx success in WIN7 SP1 OS.ydong101-1/+1
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian5-56/+53
2012-03-07Clarify alignment of GetSpinLockProperties() is byte alignment.lgao44-12/+12
2012-03-06MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian1-1/+5
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42-12/+12
2012-03-05Fix read issue detected by the following Python program. The issue was that ...lpleahy2-0/+10
2012-03-05ShellPkg: Fix ICC11 build failure.jcarsey1-6/+10
2012-03-01When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 u...li-elvin3-7/+15
2012-02-29ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin1-2/+4
2012-02-29ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin5-43/+46
2012-02-29ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin6-368/+650
2012-02-29Update FrameworkUefiLib library instance to implement the missing CatSPrint()...lgao41-0/+101
2012-02-29Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao41-9/+27
2012-02-29Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao44-4/+35
2012-02-28MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM to...oliviermartin1-0/+5
2012-02-28ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGet...oliviermartin2-1/+19
2012-02-28ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin2-32/+32
2012-02-28ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin9-357/+372
2012-02-28ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hex...oliviermartin1-2/+2
2012-02-28ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD va...oliviermartin1-0/+5
2012-02-28ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCRoliviermartin2-13/+17
2012-02-28ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCColiviermartin4-50/+94
2012-02-28ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin12-34/+196
2012-02-28ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin8-186/+169
2012-02-28ArmPlatformPkg/PrePi: Fixed stack setup when System Memory is mapped upto 0xF...oliviermartin2-2/+42
2012-02-28ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin1-2/+2
2012-02-28ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin1-3/+3
2012-02-28ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin6-10/+11
2012-02-28ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controller (2)oliviermartin3-0/+274
2012-02-28ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin26-458/+435
2012-02-28ArmPlatformPkg/LcdGraphicsOutputDxe: Added support for ARM HDLCD controlleroliviermartin1-1/+1
2012-02-28StdLib, AppPkg: Update ReadMe files.darylm5033-357/+501
2012-02-27StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib.darylm5031-83/+29
2012-02-27ArmPlatformPkg/PrePeiCore: Ensured the size is 8-byte alignedoliviermartin2-6/+14
2012-02-27ArmPlatformPkg/ArmPlatformGlobalVariableLib: Added an assert to ensure the 'V...oliviermartin7-22/+32
2012-02-27ArmPlatformPkg/SP804TimerDxe: Move 'gVector' initialization earlier in the codeoliviermartin1-1/+4
2012-02-27ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'oliviermartin2-4/+4
2012-02-27ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interruptsoliviermartin1-5/+2
2012-02-27ArmPkg/LinuxLoader: Fixed memory leakoliviermartin1-1/+2
2012-02-27Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao42-4/+4
2012-02-27Update ECP Package Glue BaseLib to save/restore xmm6-xmm15 in functions setJu...lgao45-8/+58
2012-02-27Add code check to avoid access violation.ydong102-0/+12
2012-02-27Remove ASSERT to let DXE core return gracefully when loading an invalid image.gdong11-3/+1
2012-02-24Fix issues detected by python web-server.lpleahy8-56/+73
2012-02-24ShellPkg: Fix ICC11 build failure.jcarsey1-6/+10
2012-02-24ArmPkg/BdsLib: Added support for using uInitrdoliviermartin1-0/+14
2012-02-24ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei formatoliviermartin1-0/+1
2012-02-24EmbeddedPkg/FdtLib: Added patches to support libfdt in EDK2oliviermartin4-0/+1010
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin1-2/+2
2012-02-22MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun32-2/+23