1. 15 3月, 2021 1 次提交
  2. 07 3月, 2021 1 次提交
  3. 28 2月, 2021 2 次提交
  4. 23 2月, 2021 1 次提交
  5. 21 2月, 2021 1 次提交
  6. 16 2月, 2021 1 次提交
  7. 07 2月, 2021 1 次提交
  8. 05 2月, 2021 1 次提交
  9. 02 2月, 2021 1 次提交
  10. 31 1月, 2021 1 次提交
  11. 30 1月, 2021 1 次提交
  12. 27 1月, 2021 1 次提交
    • V
      OcMainLib: Implement `DisableSecurityPolicy` UEFI quirk · 727c90dd
      vit9696 提交于
      This quirk disables platform security policy, allowing to load any
      files and drivers. Some firmwares like Microsoft Surface do not load
      drivers even with UEFI Secure Boot disabled, thus the workaround.
      
      references acidanthera/bugtracker#1446
      727c90dd
  13. 26 1月, 2021 1 次提交
  14. 25 1月, 2021 1 次提交
  15. 24 1月, 2021 1 次提交
  16. 11 1月, 2021 1 次提交
  17. 02 1月, 2021 1 次提交
  18. 28 12月, 2020 1 次提交
  19. 26 12月, 2020 1 次提交
  20. 25 12月, 2020 1 次提交
  21. 23 12月, 2020 1 次提交
    • V
      OpenCoreUefi: Remove DeduplicateBootOrder quirk · befa997b
      vit9696 提交于
      This quirk was required earlier to workaround ASUS bios issues.
      A better workaround for these issues was added in 0.6.4.
      At this point DeduplicateBootOrder may only mask issues related
      to incorrect Bootstrap/BootstrapShort preference for the board
      and is thus removed due to being essentially harmful.
      
      Note, that for some firmwares it is normal to have 2 Windows
      entries, and DeduplicateBootOrder had nothing to do with it.
      befa997b
  22. 06 12月, 2020 1 次提交
  23. 05 12月, 2020 1 次提交
  24. 14 11月, 2020 1 次提交
  25. 07 11月, 2020 1 次提交
  26. 04 11月, 2020 1 次提交
  27. 01 11月, 2020 2 次提交
  28. 27 10月, 2020 1 次提交
    • J
      VBIOS patching via ForceResolution option (#144) · cde37269
      John Davis 提交于
      * BiosVideo: Initial Intel patching functions
      
      * BiosVideo: Implement patch protocol
      
      * BiosVideo: Read EDID from VBE
      
      * BiosVideo: Fix previous commits
      
      * OpenDuet: Fix Windows builds
      
      * BiosVideo: Fix MSVC warnings
      
      * BiosVideo: Pull max resolution from EDID
      
      * BiosVideo: Patch based on PCI vendor ID
      
      * BiosVideo: Fix more MSVC warnings
      
      * OcMiscLib: Try to fix OpenDuet MSVC compilation
      
      * BiosVideo: Fix incorrect return status
      
      * OpenDuet: Create OcDebugLogLibNull library
      
      * Protocol: Rename OC_VBIOS_PATCH_PROTOCOL to OC_FORCE_RESOLUTION_PROTOCOL
      
      * OpenCore: Add ForceResolution option
      
      * BiosVideo: Fix consistency of height/width parameters
      
      * Includes: Mark height/width as optional
      
      * BiosVideo: Cleanup misc issues
      
      * Docs: Add support note
      cde37269
  29. 18 10月, 2020 1 次提交
    • J
      Custom memory properties (#139) · bf043cae
      John Davis 提交于
      * OcSmbiosLib: Implement custom memory configurations
      
      * OcSmbiosLib: Fix previous commit
      
      * OcSmbiosLib: Change to 0-based indexes
      
      * Docs: Update manual and sample configs
      bf043cae
  30. 13 10月, 2020 1 次提交
  31. 04 10月, 2020 1 次提交
    • G
      OcAppleKernelLib: Add LegacyCommpage quirk · f18a2a73
      Goldfish64 提交于
      Replaces default 64-bit commpage bcopy implementation with one that does not require SSSE3, required for legacy platforms without SSSE3. Resolves a "commpage no match for last" panic due to no available bcopy implementations.
      f18a2a73
  32. 03 10月, 2020 1 次提交
  33. 02 10月, 2020 1 次提交
  34. 29 9月, 2020 1 次提交
  35. 24 9月, 2020 1 次提交
  36. 11 9月, 2020 1 次提交
  37. 06 9月, 2020 2 次提交