Skip to content

Files

Latest commit

426fec2 · May 23, 2024

History

History

pipa

Patches/Fixes

ButtonsDxe:

  • Reason: Helps navigating Menus (e.g. UEFI Menu)
  • Patch: Key code was patched for the power button to be mapped as ENTER instead of SUSPEND.
  • Patch Creator: Gustave Monce

UFSDxe:

  • Reason: An MMU Domain is already setup by the previous firmware and gets re-set again, causing a crash.
  • Patch: MMU related setup routine was patched to not recreate already existing MMU domains.
  • Patch Creator: Gustave Monce

UsbConfigDxe:

  • Reason: Is Important to get USB working in Windows / Linux and UEFI.
  • Patch Nr. 1: Exit BootServices routine was patched to not deinit USB after exit boot services.
  • Patch Nr. 2: USB Mode has been Changed from Device Mode to Dual Role Mode.
  • Patch Creator: Gustave Monce & N1kroks

ClockDxe:

  • Reason: To be able to boot Windows with debug build.
  • Patch: LowPowerMode routine was patched to not register handler.
  • Patch Creator: N1kroks