1. 95c2e69 Update PeiServicesTablePointerLib instance to add new API MigratePeiServicesTablePointer by Gao, Liming · 11 years ago
  2. 94c4575 EmulatorPkg: Use FaultTolerantWritePei driver. by Star Zeng · 11 years ago
  3. 990c917 EmulatorPkg: Add SerialPortExtLib library class mapping by jljusten · 12 years ago
  4. 4c43e85 EmulatorPkg/(Pei|Dxe)EmuSerialPortLib: Remove the SerialPortExtLib functions from SerialPortLib by oliviermartin · 12 years ago
  5. 5b484a2 Update to build with 10.8 OS X Frameworks. This is a Mac only change. by andrewfish · 12 years ago
  6. 171bb2e Sync with EmulatorPkg changes. by andrewfish · 12 years ago
  7. 6c76e4f Fix structure init issues. by andrewfish · 12 years ago
  8. 611db14 EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCC by jljusten · 12 years ago
  9. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  10. e148512 EmulatorPkg: Fix Visual Studio build for IA32 & X64 by jljusten · 12 years ago
  11. 35cfa92 EmulatorPkg: Support GCC47 toolchain by jljusten · 12 years ago
  12. 1d602b1 EmulatorPkg/build.sh: Fix link issue for openSUSE by jljusten · 13 years ago
  13. bff8c6f Update copyright format by hhtian · 13 years ago
  14. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  15. 5d81a9b Fix build break caused by CPU Exception Library. by andrewfish · 13 years ago
  16. 3e570e6 Append double-null for Type 19 data record. by lzeng14 · 13 years ago
  17. 66c4400 Fix case sensativity issues. by andrewfish · 13 years ago
  18. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  19. 79b3ce7 Update based on review feedback. by andrewfish · 13 years ago
  20. 8fa6b23 cleanup SmbiosLib.h definitions, and the code that depends on them. by andrewfish · 13 years ago
  21. 803936c Oops missed these items in 12966. Also forgot the signoff, this signoff includes svn 12966. by andrewfish · 13 years ago
  22. 63f9b9b Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framework or Hii. by andrewfish · 13 years ago
  23. b02127e Fix bug where { NULL } did not terminate with a double NULL. Add support for passing in NULL for the string pack. Update the comments. by andrewfish · 13 years ago
  24. a0af6b2 Remove Framework concepts and fully port to PI. Remove the use of Hii for hard coded strings. by andrewfish · 13 years ago
  25. f79fa76 Fix bug in SNP driver where default values for SNP mode are not filled in. This causes ARP and other drivers to fail to bind as they don't think it is an ethernet connection. Mode structure is filled via lazy update, so defaults need some genericly valid info, not zero. by andrewfish · 13 years ago
  26. 2c5ce61 Fix bug where open() mode was not being set based on type of device being emulated. by andrewfish · 13 years ago
  27. 9cf20bb Add an error print and exit if SEC core is not found. by andrewfish · 13 years ago
  28. dd6f7d0 Add a PcdEmulatorLazyLoadSymbols that allows non-lazy symbol loading. The problem with lazy symbol loading is it only happens after you hit a breakpoint. This means you can't add breakpoints from the GUI and have them hit, this requires symbols being loaded as modules load so the breakpoints can get resolved. by andrewfish · 13 years ago
  29. 2bfd90f According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  30. 22f9423 EmulatorPkg, OvmfPkg: Remove debug code in build.sh by jljusten · 13 years ago
  31. 52cb711 EmulatorPkg: Fix DSC_SPECIFICATION typo in dsc by jljusten · 13 years ago
  32. d75d040 EmulatorPkg: Remove variables that are set, but not used by jljusten · 13 years ago
  33. d142bb6 EmulatorPkg Linux: Improve detection of libraries for host executable by jljusten · 13 years ago
  34. ca3ba72 EmulatorPkg/build.sh: Detect GCC 4.5 & 4.6 by jljusten · 13 years ago
  35. c8a556e EmulatorPkg/build.sh: Cleanup variable names by jljusten · 13 years ago
  36. 46e5da2 Remove unused PCD entry that generates warning on a build. by andrewfish · 13 years ago
  37. 7f5d742 Fix EmulatorPkg build error. by li-elvin · 13 years ago
  38. df1b757 Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet, Unix and Emulator platform. by lgao4 · 13 years ago
  39. 5672b88 EmulatorPkg/build.sh: Pass extra build options to the build command by jljusten · 13 years ago
  40. 1fc9308 EmulatorPkg: Remove UnixPkg instance of the BaseLib and use PcdDxeIplBuildPageTables. by andrewfish · 13 years ago
  41. 9184d5d EmulatorPkg: Make the library work with DXE Core. by andrewfish · 13 years ago
  42. bed0bbc EmulatorPkg: Make early DEBUG prints in DXE Core work. by andrewfish · 13 years ago
  43. b1874d3 EmulatorPkg/build.sh: Add build target to command line by jljusten · 13 years ago
  44. f2a74da EmulatorPkg: Fix bug with missing &. Causes a link failure on TOT clang. by andrewfish · 13 years ago
  45. 5407ce1 EmulatorPkg: update New Shell build for new PathLib. Turn off GuardMalloc library as the default for the Shell. by andrewfish · 14 years ago
  46. 697aa37 EmulatorPkg: Match paths/names for Xcode with new package naming scheme. by andrewfish · 14 years ago
  47. 82b2ab6 EmulatorPkg: Add README file by jljusten · 14 years ago
  48. 461e8e8 EmulatorPkg: Merge build*.sh into build.sh by jljusten · 14 years ago
  49. e23e488 EmulatorPkg: Move Unix/UnixX64.* to EmulatorPkg.* by jljusten · 14 years ago
  50. 59ad461 EmulatorPkg/Unix: Rename SecMain to Host by jljusten · 14 years ago
  51. 3f2035e EmulatorPkg: Fix build break. by andrewfish · 14 years ago
  52. 2fbfd3f EmulatorPkg: Fix issue with ReadKeyStroke returning EFI_SUCCESS when only a modifier key is pressed. by andrewfish · 14 years ago
  53. d18d8a1 EmulatorPkg: Remove all trailing whitespace by jljusten · 14 years ago
  54. bb89ec1 InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host by jljusten · 14 years ago