Skip to content
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

WIP: Pin Linuxboot to Commit and Separate EDK2 into a Separate Module #1047

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2021

  1. Separate EDK2 into separate module and pin Linuxboot commit

    Making EDK2 into a module will aid in allowing it to be rebuilt (linuxboot#359)
    and patched by the build system and to be reproducible (linuxboot#403). It also
    provides somewhat of logical separation from Linuxboot.
    
    Further, Linuxboot builds have not been working with HEADS for a
    while because it hasn't been pinned to a commit, and therefore it changes
    as the repository is updated. This commit pins Linuxboot to a commit
    that has shown to work.
    
    Linuxboot commit: f0ea0af8609e235631f1fcb65a4f7eb69f28ea26
    EDK2 commit:      b7c299e4799012e8a20958a68693ab95b7626aa9
    synackd committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9b84a31 View commit details
    Browse the repository at this point in the history
  2. EDK2: Add -Wno-stringop-overflow

    Addresses build errors in Ubuntu 20.04 (linuxboot#978)
    synackd committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    ea38fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    8817766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b65c6 View commit details
    Browse the repository at this point in the history