summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg
Commit message (Expand)AuthorAgeFilesLines
* EmulatorPkg:Unix: Add support for X11 on Mac OS X via XQuartzAnderw Fish2014-08-282-1/+2
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-251-0/+14
* EmulatorPkg/Mpservice: Add StateLock where missingChen Fan2014-07-311-3/+14
* EmulatorPkg/Mpservice: Remove StackLock for Info.StateFlagChen Fan2014-07-311-4/+0
* EmulatorPkg/Mpservice: Remove addressof operatorChen Fan2014-07-311-11/+11
* EmulatorPkg/Mpservice: CpuCheckAllAPsStatus: ProcedureLock => StateLockChen Fan2014-07-311-2/+2
* EmulatorPkg: Add support for GCC48 & GCC49 toolchainsJordan Justen2014-07-282-1/+9
* EmulatorPkg/MpService: modify AP state should hold a mutexChen Fan2014-07-221-0/+5
* EmulatorPkg: Add structure braces { } to fix build warningJordan Justen2014-07-042-5/+7
* EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c: Convert to CRLF (dos text)Jordan Justen2014-07-041-448/+448
* EmulatorPkg/EmuSimpleFileSystemDxe: Fix incorrect return values upon allocati...Paulo Alcantara2014-07-031-0/+2
* EmulatorPkg/EmuSimpleFileSystemDxe: Fix minor typosPaulo Alcantara2014-07-031-2/+2
* EmulatorPkg/CpuRuntimeDxe: Fix typos in MpServiceChen Fan2014-06-272-4/+4
* EmulatorPkg/Unix GCC: Add additional library search pathsJordan Justen2014-04-151-2/+2
* EmulatorPkg/Unix GCC: Link to libdlJordan Justen2014-04-151-1/+1
* EmulatorPkg: Add missing DisplayEngineDxe driverAndrew Fish2014-04-152-0/+3
* Update PeiServicesTablePointerLib instance to add new API MigratePeiServicesT...Gao, Liming2014-01-163-0/+78
* EmulatorPkg: Use FaultTolerantWritePei driver.Star Zeng2013-07-032-7/+9
* EmulatorPkg: Add SerialPortExtLib library class mappingjljusten2013-05-151-0/+1
* EmulatorPkg/(Pei|Dxe)EmuSerialPortLib: Remove the SerialPortExtLib functions ...oliviermartin2013-05-142-111/+0
* Update to build with 10.8 OS X Frameworks. This is a Mac only change.andrewfish2012-12-221-6/+14
* Sync with EmulatorPkg changes.andrewfish2012-12-224-0/+111
* Fix structure init issues.andrewfish2012-12-222-3/+7
* EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCCjljusten2012-08-281-1/+1
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-2/+2
* EmulatorPkg: Fix Visual Studio build for IA32 & X64jljusten2012-08-159-16/+191
* EmulatorPkg: Support GCC47 toolchainjljusten2012-08-132-0/+4
* EmulatorPkg/build.sh: Fix link issue for openSUSEjljusten2012-04-301-2/+2
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Fix build break caused by CPU Exception Library.andrewfish2012-03-161-1/+1
* Append double-null for Type 19 data record.lzeng142012-02-031-3/+2
* Fix case sensativity issues.andrewfish2012-02-013-3/+3
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-6/+2
* Update based on review feedback.andrewfish2012-01-312-10/+12
* cleanup SmbiosLib.h definitions, and the code that depends on them. andrewfish2012-01-303-52/+64
* Oops missed these items in 12966. Also forgot the signoff, this signoff inclu...andrewfish2012-01-302-0/+404
* Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framew...andrewfish2012-01-307-2/+825
* Fix bug where { NULL } did not terminate with a double NULL. Add support for ...andrewfish2012-01-261-10/+37
* Remove Framework concepts and fully port to PI. Remove the use of Hii for har...andrewfish2012-01-246-119/+195
* Fix bug in SNP driver where default values for SNP mode are not filled in. Th...andrewfish2012-01-111-10/+38
* Fix bug where open() mode was not being set based on type of device being emu...andrewfish2012-01-071-0/+2
* Add an error print and exit if SEC core is not found. andrewfish2012-01-061-0/+6
* Add a PcdEmulatorLazyLoadSymbols that allows non-lazy symbol loading. The pro...andrewfish2011-12-153-27/+83
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-2115-108/+85
* EmulatorPkg, OvmfPkg: Remove debug code in build.shjljusten2011-11-081-1/+0
* EmulatorPkg: Fix DSC_SPECIFICATION typo in dscjljusten2011-10-311-1/+1
* EmulatorPkg: Remove variables that are set, but not usedjljusten2011-10-314-34/+10
* EmulatorPkg Linux: Improve detection of libraries for host executablejljusten2011-10-312-9/+19
* EmulatorPkg/build.sh: Detect GCC 4.5 & 4.6jljusten2011-10-311-0/+14