summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-13Code refinement.xli2414-333/+1010
2010-07-13Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag...rsun31-9/+9
2010-07-13Return from ProgramBar() after VF BARs are programmed.rsun31-1/+2
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun36-228/+289
2010-07-12remove duplicated code.vanjeff1-6/+1
2010-07-09Removed the requirement to pass in at least one parameter to the script.geekboy15a1-1/+0
2010-07-09Ported more of EdkCompatabilityPkg to ARM to support SCT port.andrewfish8-2/+120
2010-07-08Remove ASSERT and change to if ()hhuan131-4/+5
2010-07-08Fix a bug by adding * for Ptr8hhuan131-1/+1
2010-07-08Add a tempate for a RealView FVB for the variable services.andrewfish3-0/+471
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish1-8/+8
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish1-1/+6
2010-07-07Fix a bug:hhuan131-0/+9
2010-07-07Update EdkShellBinPkg to integrate a patch in Shell SVN r41.qhuang810-2/+2
2010-07-05Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set ...lgao43-129/+96
2010-07-05Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set ...lgao42-103/+61
2010-07-05Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCac...xdu21-12/+9
2010-07-051. update to use 1 EFI Variable per NIC (instead of converge all NIC configur...xdu29-610/+274
2010-07-04Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney1-0/+1
2010-07-02Update logic in Suuported() for PCI-ISA Bridges with Positive Decode to avoid...mdkinney1-4/+23
2010-07-02Fix path in scriptandrewfish1-1/+1
2010-07-02Use same scheme as *.asm file.andrewfish1-4/+2
2010-07-02Make SEC ModuleEntryPoint build with Xcode. Just need another level of indire...andrewfish1-4/+6
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish60-758/+2493
2010-07-02Report correct MediaPresentSupported value from Nt32 SNP mode data.xdu21-2/+2
2010-07-01Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan134-3/+7
2010-07-01Use ASSERT to check the expression.lgao41-1/+1
2010-07-011. fixed one bug to construct config request string header used child handle ...vanjeff2-4/+93
2010-06-30Add routing header type to NetLib.tye11-0/+1
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter62-980/+1191
2010-06-29Fix FFS file type for binary modules of type UEFI_DRIVERmdkinney2-2/+2