1. 7052047 OvmfPkg/*.dsc: Change FileHandleLib instance path by jljusten · 14 years ago
  2. 667bf1e OvmfPkg/PlatformPei: Fix issue with 'RELEASE' tag build by jljusten · 14 years ago
  3. 9ed65b1 OvmfPkg/PlatformPei: Set BootMode, install MasterBootMode PPI by jljusten · 14 years ago
  4. d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
  5. 5de1a57 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  6. 267865e OvmfPkg: Add create-release.py script by jljusten · 14 years ago
  7. 59b1946 OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLib by jljusten · 14 years ago
  8. b043ebc OvmfPkg: Add SerializeVariablesLib library instance by jljusten · 14 years ago
  9. e79f62f OvmfPkg: Add SerializeVariablesLib library class by jljusten · 14 years ago
  10. 4631644 OvmfPkg ResetSystemLib: Fix build issue with VS2005 by jljusten · 14 years ago
  11. c0e1097 OvmfPkg: Add support for memory above 4GB by jljusten · 14 years ago
  12. 999a815 OvmfPkg: Add NullMemoryTestDxe driver by jljusten · 14 years ago
  13. 3ca1591 OvmfPkg: Add DEBUG messages to dump the contents of CMOS by jljusten · 14 years ago
  14. e313026 OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCD by jljusten · 14 years ago
  15. 7ca30a6 OvmfPkg ResetSystemLib: Add shutdown support for OVMF by jljusten · 14 years ago
  16. c756b2a OvmfPkg/PlatformPei: Set PM base address OVMF by jljusten · 14 years ago
  17. 0462965 OvmfPkg/build.sh: Recognize '-p' switch by jljusten · 14 years ago
  18. 3a4ddfc OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLib by jljusten · 14 years ago
  19. 949b0f3 OvmfPkg EMU FVB: Convert to FVB2 protocol by jljusten · 14 years ago
  20. 9529d0f OvmfPkg PlatformFvbLib: Change PlatformFvbDataWritten by jljusten · 14 years ago
  21. 6632587 OvmfPkg/build.sh: Add features and replace build32/64.sh by jljusten · 14 years ago
  22. 4a8266f OvmfPkg: Work around issue seen with kvm + grub2 (efi) by jljusten · 14 years ago
  23. 689562c OvmfPkg: Add USB support by jljusten · 14 years ago
  24. aed8e2e OvmfPkg README: Group network information together by jljusten · 14 years ago
  25. 5a9745b OvmfPkg: Add build32.sh and build64.sh scripts by jljusten · 14 years ago
  26. 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
  27. 85c0b5e Fix PCD token value conflict issue. by gikidy · 14 years ago
  28. 152d9a6 OVMF: Only enable MDEPKG_NDEBUG for RELEASE builds by jljusten · 14 years ago
  29. 55cdb67 OVMF: Support greater than 2GB of memory by jljusten · 14 years ago
  30. 3d131d1 OVMF BDS: Don't call BdsLibSaveMemoryTypeInformation by jljusten · 14 years ago
  31. c6efcc2 Update Ovmf DSC/FDF files to support source debugging feature that will be switched on by "-D SOURCE_DEBUG_ENABLE". by vanjeff · 14 years ago
  32. 42a83e8 Clean up SEC implementation for Ovmf. by mdkinney · 14 years ago
  33. 7416f4e Add support for e1000 NICs to OVMF by mdkinney · 14 years ago
  34. 991d956 Update OVMF Platform PEI to declare IO and MMIO resources. by mdkinney · 14 years ago
  35. 8df3a68 Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation by mdkinney · 14 years ago
  36. 3b33c6d Fix FFS file type for binary modules of type UEFI_DRIVER by mdkinney · 15 years ago
  37. 7a743a2 Remove extra references to binary INFs from DSC file by mdkinney · 15 years ago
  38. 76d428b Simplify DSC/FDF files for OVMF by mdkinney · 15 years ago
  39. fcd7e67 Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg by lgao4 · 15 years ago
  40. 56d7640 Update the copyright notice format by hhtian · 15 years ago
  41. 953c3e3 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI OVMF platform. by lgao4 · 15 years ago
  42. 87d0817 Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  43. f46d494 OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005 by jljusten · 15 years ago
  44. efd82c5 OVMF: Add BlockMmioToBlockIoDxe driver by jljusten · 15 years ago
  45. b0f5144 OVMF: Add Block MMIO protocol definition by jljusten · 15 years ago
  46. 8fa729a Merge the same type PCD section. by lgao4 · 15 years ago
  47. d989c45 Still use |.efi Rule for INF file with binary EFI image, because the binary EFI image specified INF file is not in output directory. by lgao4 · 15 years ago
  48. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  49. 2ec2dee Update OvmfPkg FDF to avoid DXE driver to be rebased on build time. by lgao4 · 15 years ago
  50. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  51. 4f34464 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  52. b05ad4a Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled by jljusten · 15 years ago
  53. c29f6c0 OVMF: Move DXE drivers into a new firmware volume by jljusten · 15 years ago
  54. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  55. 3a87639 remove svn:executable attribute for INF file. by klu2 · 15 years ago
  56. f579d6c Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  57. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  58. c315da0 OVMF: Update README file by jljusten · 15 years ago
  59. d79d2cd Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing local reset vector files. by geekboy15a · 15 years ago
  60. 29a3f13 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
  61. 2831927 Fixed GDT load issue in some cases after a reset. Only CS should be used to access flash prior to entering protected mode. by geekboy15a · 15 years ago
  62. cb0a429 OVMF SEC: Fix VS2005 compiler warnings by jljusten · 15 years ago
  63. 141815f OVMF VTF0 Reset Vector: Cleanup Global Descriptor Table (GDT) by jljusten · 15 years ago
  64. d22d1f5 OVMF VTF0 Reset Vector: Set 'accessed' bit in GDT descriptors by jljusten · 15 years ago
  65. e8d1b8d OVMF Status Codes: Disable serial output, enable memory output by jljusten · 15 years ago
  66. 0bc7e56 OVMF: Define MDEPKG_NDEBUG to disable all debug code by default by jljusten · 15 years ago
  67. c1c2669 OVMF: Update OVMF FD/FV build to minimize ROM size by jljusten · 15 years ago
  68. 8cf01ca OVMF: Use optimized BaseMemoryLib libraries by jljusten · 15 years ago
  69. 451e64b OVMF: Add SEC ExtractGuidedSection implementation by jljusten · 15 years ago
  70. 1630c6d Refer to OEM status code hook library instances in MdeModulePkg. by xli24 · 15 years ago
  71. abec2e5 Refer to status code library instances in MdeModulePkg. by xli24 · 15 years ago
  72. e6d3b27 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
  73. e471bf1 Fix bug that ovmf's BDS can not be entered and add SmbiosDxe driver into Ovmf's DSC and FDF file by klu2 · 15 years ago
  74. 0913fad OVMF SEC: Modify to match new interface of reset vector module by jljusten · 15 years ago
  75. 7a55c43 OVMF ResetVector: Modify interface with SEC module by jljusten · 15 years ago
  76. 8861fc7 Add missing EFIAPI instances on several functions. by jljusten · 15 years ago
  77. afbb91a fix the wrong module name. by eric_tian · 15 years ago
  78. 73cbc58 fix build error, CpuIo module is replaced with CpuIo2Dxe by eric_tian · 15 years ago
  79. 8273af4 Add DxeSecurityManagementLib instance by lgao4 · 15 years ago
  80. 284af94 Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating point units in SEC phase. by qhuang8 · 15 years ago
  81. 13796e8 Add necessary brace to fix GCC warnings by qhuang8 · 15 years ago
  82. 713b7b5 Remove redundant blank character in DSC file. by klu2 · 15 years ago
  83. 4ad90a8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
  84. d40d3ba OVMF: Align PE images in ROM, and strip relocations were possible. by jljusten · 15 years ago
  85. 9337cf8 OVMF SEC: Modify to search sections of FFS file for PE32 image. by jljusten · 15 years ago
  86. eef9387 Fix comment describing the library in PlatformFvbLibNull.inf. by jljusten · 15 years ago
  87. 02e1242 EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005 by jljusten · 15 years ago
  88. 9607962 OVMF: Add support for saving the NV variables to disk following each SetVariable call. by jljusten · 15 years ago
  89. 27f58ea OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe. by jljusten · 15 years ago
  90. 6106983 OVMF: Add library to customize the EMU Variable FVB driver. by jljusten · 15 years ago
  91. 670d495 Add EmuVariableFvbRuntimeDxe driver. by jljusten · 15 years ago
  92. a876ae6 Add PlatformFvbLibNull instance of PlatformFvbLib. by jljusten · 15 years ago
  93. 921d5b4 Add PlatformFvbLib to allow platform customization of an FVB driver. by jljusten · 15 years ago
  94. 0f72982 NvVarsFileLib: Fix build warning with VS2005 on X64. by jljusten · 15 years ago
  95. 82dae5e Fix bug that home addresses for register parameters must be allocated for calling C function from X64 assembly code to follow x64 calling convention. by rsun3 · 15 years ago
  96. 7d9cf3f Fix several build break in Ovmf package. by qhuang8 · 15 years ago
  97. 14b21de OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile. by jljusten · 15 years ago
  98. e955462 OVMF BDS: Implement routines to make it easier to scan through all PCI devices. by jljusten · 15 years ago
  99. 5094454 Implement NvVarsFileLib to save and restore non-volatile variables using a file. by jljusten · 15 years ago
  100. 607ca51 OVMF: Fix a hang after resetting when NV variables are preserved. by jljusten · 15 years ago