summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Sync EDKII BaseTools to BaseTools project r2006.lgao424-71/+199
2010-07-31Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish7-1/+2456
2010-07-30Add debug print that the system is about to be reset. I was seeing watchtog t...andrewfish1-0/+3
2010-07-30Add boundary check against APIC ID.xli241-0/+2
2010-07-30Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132-21/+74
2010-07-30Add NULL pointer checking against Data.xli242-2/+4
2010-07-30Add NULL pointer checking against Data.xli243-3/+6
2010-07-30Minor update code comment in last commitment.qhuang81-1/+2
2010-07-30Update UnixUgaScreen module to adapt to the change in Unix UGA protocol inter...qhuang81-6/+15
2010-07-30Fix one issue: Some last IP settings may be lost when IP setting was re-set.vanjeff1-0/+8
2010-07-30Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__.lgao41-1/+1
2010-07-30Add -m32 option for IA32 ASM flag to ensure it is treated as 32-bit for GCC a...qhuang81-1/+1
2010-07-30Handle gEfiStatusCodeDataTypeStringGuid in status code drivers.xli244-4/+26
2010-07-30Handle gEfiStatusCodeDataTypeStringGuid in status code handler drivers.xli249-7/+49
2010-07-30Fix GCC build.xli241-1/+1
2010-07-30Fix the risk of AP stack conflict.xli248-96/+99
2010-07-29Fix Xcode build break.andrewfish2-21/+21
2010-07-29Use FreePool() library API to replace gBS->FreePool() service.lgao41-11/+11
2010-07-29Use local version EfiScriptLibAsciiStrLen() and EfiScriptLibStrLen() function...lgao41-3/+51
2010-07-29Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hook...andrewfish10-7967/+761
2010-07-29Sync fix on MdePkg r9982.lgao41-5/+0
2010-07-28Sync EDKII BaseTools to BaseTools project r2000qhuang821-2/+35
2010-07-28Roll back change r10696, because new update on r10700 and r10701 handles this...lgao41-15/+3
2010-07-28Roll back change r10695, because new update on r10700 and r10701 handles this...lgao42-40/+4
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao41-40/+52
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao41-20/+134
2010-07-28Enhance PiSmmCoreMemoryAllocationLib Free function implementation to call gSm...lgao42-3/+125
2010-07-28Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or ...lgao42-3/+153
2010-07-27Fix Xcode build break.andrewfish1-10/+10
2010-07-271. Consume Debug Agent Library to support debugging AP code based on PI MP pr...vanjeff4-2/+68
2010-07-26Add support for e1000 NICs to OVMFmdkinney7-16/+498
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao41-3/+15
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao42-4/+40
2010-07-26Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL...qhuang81-1/+1
2010-07-26Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang81-1/+1
2010-07-25Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish4-4/+336
2010-07-24minor format updatehhtian1-1/+1
2010-07-24Started working on EFI ABI to UNIX ABI assembly gasketandrewfish1-0/+8047
2010-07-23Changed the X64 gasket so it would be possible to port it to deal with the Un...andrewfish7-305/+8992
2010-07-23Add an option to build the GccShell. './build.sh shell' or './build64.sh' wil...andrewfish2-4/+11
2010-07-23Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish4-10/+50
2010-07-23Fix the build break in two open source packages caused by check in 10660.andrewfish2-2/+2
2010-07-22Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...andrewfish22-218/+1188
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish7-7/+40
2010-07-22Added to support X64 port (with SV5 ABI). May be able to remove after we port...andrewfish148-0/+15774
2010-07-22Fix bug that cursor position will change when enter newly registered HII Form...xdu21-63/+43
2010-07-22Fix a bug in SmmBaseHelper driver that the JMP instruction which jumps to the...rsun32-4/+4
2010-07-21Sync EDKII BaseTools to BaseTools project r1997qhuang827-163/+148
2010-07-20Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place.andrewfish1-1/+1
2010-07-20Remove spec compliance comment. It follows PI1.2B spec now.jyao11-2/+0