summaryrefslogtreecommitdiff
path: root/EmulatorPkg
AgeCommit message (Expand)AuthorFilesLines
2014-08-28EmulatorPkg:Unix: Add support for X11 on Mac OS X via XQuartzAnderw Fish2-1/+2
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-07-31EmulatorPkg/Mpservice: Add StateLock where missingChen Fan1-3/+14
2014-07-31EmulatorPkg/Mpservice: Remove StackLock for Info.StateFlagChen Fan1-4/+0
2014-07-31EmulatorPkg/Mpservice: Remove addressof operatorChen Fan1-11/+11
2014-07-31EmulatorPkg/Mpservice: CpuCheckAllAPsStatus: ProcedureLock => StateLockChen Fan1-2/+2
2014-07-28EmulatorPkg: Add support for GCC48 & GCC49 toolchainsJordan Justen2-1/+9
2014-07-22EmulatorPkg/MpService: modify AP state should hold a mutexChen Fan1-0/+5
2014-07-04EmulatorPkg: Add structure braces { } to fix build warningJordan Justen2-5/+7
2014-07-04EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c: Convert to CRLF (dos text)Jordan Justen1-448/+448
2014-07-03EmulatorPkg/EmuSimpleFileSystemDxe: Fix incorrect return values upon allocati...Paulo Alcantara1-0/+2
2014-07-03EmulatorPkg/EmuSimpleFileSystemDxe: Fix minor typosPaulo Alcantara1-2/+2
2014-06-27EmulatorPkg/CpuRuntimeDxe: Fix typos in MpServiceChen Fan2-4/+4
2014-04-15EmulatorPkg/Unix GCC: Add additional library search pathsJordan Justen1-2/+2
2014-04-15EmulatorPkg/Unix GCC: Link to libdlJordan Justen1-1/+1
2014-04-15EmulatorPkg: Add missing DisplayEngineDxe driverAndrew Fish2-0/+3
2014-01-16Update PeiServicesTablePointerLib instance to add new API MigratePeiServicesT...Gao, Liming3-0/+78
2013-07-03EmulatorPkg: Use FaultTolerantWritePei driver.Star Zeng2-7/+9
2013-05-15EmulatorPkg: Add SerialPortExtLib library class mappingjljusten1-0/+1
2013-05-14EmulatorPkg/(Pei|Dxe)EmuSerialPortLib: Remove the SerialPortExtLib functions ...oliviermartin2-111/+0
2012-12-22Update to build with 10.8 OS X Frameworks. This is a Mac only change.andrewfish1-6/+14
2012-12-22Sync with EmulatorPkg changes.andrewfish4-0/+111
2012-12-22Fix structure init issues.andrewfish2-3/+7
2012-08-28EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCCjljusten1-1/+1
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-2/+2
2012-08-15EmulatorPkg: Fix Visual Studio build for IA32 & X64jljusten9-16/+191
2012-08-13EmulatorPkg: Support GCC47 toolchainjljusten2-0/+4
2012-04-30EmulatorPkg/build.sh: Fix link issue for openSUSEjljusten1-2/+2
2012-04-24Update copyright formathhtian1-3/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-03-16Fix build break caused by CPU Exception Library.andrewfish1-1/+1
2012-02-03Append double-null for Type 19 data record.lzeng141-3/+2
2012-02-01Fix case sensativity issues.andrewfish3-3/+3
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-6/+2
2012-01-31Update based on review feedback.andrewfish2-10/+12
2012-01-30cleanup SmbiosLib.h definitions, and the code that depends on them. andrewfish3-52/+64
2012-01-30Oops missed these items in 12966. Also forgot the signoff, this signoff inclu...andrewfish2-0/+404
2012-01-30Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framew...andrewfish7-2/+825
2012-01-26Fix bug where { NULL } did not terminate with a double NULL. Add support for ...andrewfish1-10/+37
2012-01-24Remove Framework concepts and fully port to PI. Remove the use of Hii for har...andrewfish6-119/+195
2012-01-11Fix bug in SNP driver where default values for SNP mode are not filled in. Th...andrewfish1-10/+38
2012-01-07Fix bug where open() mode was not being set based on type of device being emu...andrewfish1-0/+2
2012-01-06Add an error print and exit if SEC core is not found. andrewfish1-0/+6
2011-12-15Add a PcdEmulatorLazyLoadSymbols that allows non-lazy symbol loading. The pro...andrewfish3-27/+83
2011-11-21According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng1415-108/+85
2011-11-08EmulatorPkg, OvmfPkg: Remove debug code in build.shjljusten1-1/+0
2011-10-31EmulatorPkg: Fix DSC_SPECIFICATION typo in dscjljusten1-1/+1
2011-10-31EmulatorPkg: Remove variables that are set, but not usedjljusten4-34/+10
2011-10-31EmulatorPkg Linux: Improve detection of libraries for host executablejljusten2-9/+19
2011-10-31EmulatorPkg/build.sh: Detect GCC 4.5 & 4.6jljusten1-0/+14