summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-26Add support for e1000 NICs to OVMFmdkinney
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao4
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao4
2010-07-26Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseL...qhuang8
2010-07-26Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang8
2010-07-25Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish
2010-07-24minor format updatehhtian
2010-07-24Started working on EFI ABI to UNIX ABI assembly gasketandrewfish
2010-07-23Changed the X64 gasket so it would be possible to port it to deal with the Un...andrewfish
2010-07-23Add an option to build the GccShell. './build.sh shell' or './build64.sh' wil...andrewfish
2010-07-23Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in ...andrewfish
2010-07-23Fix the build break in two open source packages caused by check in 10660.andrewfish
2010-07-22Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In...andrewfish
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish
2010-07-22Added to support X64 port (with SV5 ABI). May be able to remove after we port...andrewfish
2010-07-22Fix bug that cursor position will change when enter newly registered HII Form...xdu2
2010-07-22Fix a bug in SmmBaseHelper driver that the JMP instruction which jumps to the...rsun3
2010-07-21Sync EDKII BaseTools to BaseTools project r1997qhuang8
2010-07-20Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place.andrewfish
2010-07-20Remove spec compliance comment. It follows PI1.2B spec now.jyao1
2010-07-20Add msvcr71.dll used by base tools win32 binaries in case the environment doe...qhuang8
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu
2010-07-191. Update FFS_FIXED_CHECKSUM to 0xAA to match PI FV image generated by EDKII...lgao4
2010-07-19Add some error checking.xdu2
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish
2010-07-16Remove IO and MMIO GCD add operations from this generic PCI Hot Bridge drivers.mdkinney
2010-07-16Update OVMF Platform PEI to declare IO and MMIO resources.mdkinney
2010-07-16Fixes for the ARM port of SCTsandrewfish
2010-07-16Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao1
2010-07-15Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish
2010-07-15Some more 64-bit fixes.andrewfish
2010-07-14Fix xcode project to point to the correct X64 paths. Also update print out to...andrewfish
2010-07-14Add an Xcode project to build 64-bit UnixPkg. Currently crashes in PeiCore().andrewfish
2010-07-14Fix 64-bit compile bugandrewfish
2010-07-14Started trying to get the UnixPkg to compile for X64 with UnixABI. So far onl...andrewfish
2010-07-13Refine code.vanjeff
2010-07-13Code refinement.xli24
2010-07-13Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag...rsun3
2010-07-13Return from ProgramBar() after VF BARs are programmed.rsun3
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun3
2010-07-12remove duplicated code.vanjeff
2010-07-09Removed the requirement to pass in at least one parameter to the script.geekboy15a
2010-07-09Ported more of EdkCompatabilityPkg to ARM to support SCT port.andrewfish
2010-07-08Remove ASSERT and change to if ()hhuan13
2010-07-08Fix a bug by adding * for Ptr8hhuan13
2010-07-08Add a tempate for a RealView FVB for the variable services.andrewfish
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish
2010-07-07Fix a bug:hhuan13