summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-20Add msvcr71.dll used by base tools win32 binaries in case the environment doe...qhuang81-0/+0
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu1-1/+10
2010-07-191. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII...lgao42-6/+4
2010-07-19Add some error checking.xdu22-4/+11
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff3-14/+71
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish1-4/+4
2010-07-16Remove IO and MMIO GCD add operations from this generic PCI Hot Bridge drivers.mdkinney1-36/+0
2010-07-16Update OVMF Platform PEI to declare IO and MMIO resources.mdkinney1-23/+28
2010-07-16Fixes for the ARM port of SCTsandrewfish4-1/+20
2010-07-16Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao11-1/+7
2010-07-15Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish1-3/+6
2010-07-15Some more 64-bit fixes.andrewfish1-4/+12
2010-07-14Fix xcode project to point to the correct X64 paths. Also update print out to...andrewfish3-5/+5
2010-07-14Add an Xcode project to build 64-bit UnixPkg. Currently crashes in PeiCore().andrewfish3-0/+322
2010-07-14Fix 64-bit compile bugandrewfish1-2/+2
2010-07-14Started trying to get the UnixPkg to compile for X64 with UnixABI. So far onl...andrewfish8-1080/+788
2010-07-13Refine code.vanjeff4-21/+175