summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DuetPkg: Send EfiLdr messages to serial portjljusten2010-10-164-10/+54
* DuetPkg: Add build32.sh and build64.shjljusten2010-10-162-0/+229
* DuetPkg CreateBootDisk.sh: Enable building a DUET floppy imagejljusten2010-10-161-6/+34
* DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if definedjljusten2010-10-161-2/+6
* DuetPkg: Fix EFIAPI usage inconsistenciesjljusten2010-10-164-21/+23
* Update to support Xcode 64-bit debug.andrewfish2010-10-152-2/+3
* Fix minor gcc build break.andrewfish2010-10-151-1/+1
* Refile code to make code following the UEFI spec.ydong102010-10-151-1/+2
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-159-148/+454
* Sync EDKII BaseTools to BaseTools project r2068.lgao42010-10-1425-8/+43
* Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu2010-10-143-16/+112
* fix 32bit build warningerictian2010-10-142-14/+14
* UnixPkg: Allow build.sh/build64.sh to be run from the edk2 rootjljusten2010-10-132-14/+27
* UnixPkg MiscSubClassPlatformDxe: Add en-US langdef to *.unijljusten2010-10-1310-0/+0
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-135-7/+7
* MdePkg: Use builtin offsetof function for GCC 4.0 and newerjljusten2010-10-131-109/+117
* EdkCompatibilityPkg: Re-add VA_COPY macrojljusten2010-10-131-0/+6
* OVMF: Only enable MDEPKG_NDEBUG for RELEASE buildsjljusten2010-10-133-19/+19
* OVMF: Support greater than 2GB of memoryjljusten2010-10-133-12/+19
* OVMF BDS: Don't call BdsLibSaveMemoryTypeInformationjljusten2010-10-131-2/+1
* UnixPkg build64.sh: Build UnixPkg X64 with GCC44jljusten2010-10-131-12/+12
* UnixPkg SEC: Fix link flags for using GCC on Linux x86-64jljusten2010-10-131-7/+7
* UnixPkg: Enable gasket functions for all X64 toolchainsjljusten2010-10-133-411/+419
* UnixPkg: Added missing EFIAPI for many Gasket functionsjljusten2010-10-135-230/+593
* Fix bad NT 32 reference in print to be UnixPkg.andrewfish2010-10-121-1/+1
* Make the script pass arguments so clean from Xcode works properly.andrewfish2010-10-121-1/+1
* Add Framework SMM Status Code Protocol on PI SMM Status Code Protocol Thunk d...rsun32010-10-123-0/+120
* add ataatapipassthru driver to dsc fileerictian2010-10-121-0/+1
* Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVe...rsun32010-10-111-1/+1
* Sync EDKII BaseTools to BaseTools project r2065.lgao42010-10-1152-207/+381
* Fix the corner case when there is only "\0\0" appended and the Index is 1. Re...niruiyu2010-10-111-1/+5
* Fixed update file time error problem.ydong102010-10-093-2/+37
* Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec.andrewfish2010-10-051-0/+2
* remove link to old infjcarsey2010-10-051-1/+0
* Verify more memory allocations.jcarsey2010-10-044-32/+64
* Verify memory allocations were successful.jcarsey2010-10-047-109/+163
* change the en-dash to the standard dash character.jcarsey2010-10-043-0/+0
* verify that a memory allocation was successful.jcarsey2010-10-041-0/+3
* move DeleteScriptFileStruct from a private to a public function. This allows...jcarsey2010-10-043-23/+28
* fix a misspelling.jcarsey2010-10-042-9/+30
* 1) Removing ASSERTs for proper return values. jcarsey2010-10-047-205/+307
* remove additional space from comments and pass ICC/GCC44 builderictian2010-09-305-1124/+1114
* PerformancePkg: Fix build with GCCjljusten2010-09-293-7/+7
* add native ide/ahci drivererictian2010-09-298-0/+8805
* Add ACPI4.0 header file.jyao12010-09-292-2/+1304
* No need to sort arrays of 1 element.jcarsey2010-09-282-25/+32
* delete unnecessary files.jcarsey2010-09-282-394/+0
* add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is ...erictian2010-09-271-1/+12
* Add the missing EFIAPI for StatusCode handler.lgao42010-09-252-0/+2
* Finish spliting SecDispatchTableLib into two functions so it can be a BaseLibandrewfish2010-09-206-24/+78