Skip to content

edk2: Rebase on edk2-stable202505 #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

edk2: Rebase on edk2-stable202505 #630

wants to merge 1 commit into from

Conversation

crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Jul 8, 2025

This update uses the edk2 recommended practice of...duplicating everything. A new System76PayloadPkg is added as a copy of UefiPayloadPkg that is now used. Most drivers and libraries that require modifications are copied into this new package. This should hopefully allow rebasing on future updates with significantly less work.

The following edk2 options are set:

  • BOOTSPLASH_IMAGE: Enable boot logo and add it to BGRT
  • LOAD_OPTION_ROMS: Load PCI Option ROMs
  • SIO_BUS_ENABLE: Required for PS/2 devices to keep working
  • USE_GOP_POLICY: Use Intel GOP driver instead of edk2 driver
  • VARIABLE_SUPPORT: EMU for QEMU, SMMSTORE for everything else

Requires: system76/edk2#50
Resolves: #625

This update uses the edk2 recommended practice of...duplicating
everything. A new System76PayloadPkg is added as a copy of
UefiPayloadPkg that is now used. Most drivers and libraries that require
modifications are copied into this new package. This should hopefully
allow rebasing on future updates with significantly less work.

The following edk2 options are set:

- BOOTSPLASH_IMAGE: Enable boot logo and add it to BGRT
- LOAD_OPTION_ROMS: Load PCI Option ROMs
- SIO_BUS_ENABLE: Required for PS/2 devices to keep working
- USE_GOP_POLICY: Use Intel GOP driver instead of edk2 driver
- VARIABLE_SUPPORT: EMU for QEMU, SMMSTORE for everything else

Signed-off-by: Tim Crawford <tcrawford@system76.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiling with GCC 15 fails
1 participant