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

Fix linuxboot builds #845

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    aaa1912 View commit details
    Browse the repository at this point in the history
  2. modules/coreboot: Unindent error, we're not in a recipe

    Signed-off-by: Nathan Rennie-Waldock <[email protected]>
    NHellFire committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c20c890 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. CircleCI: Readd linuxboot

    Signed-off-by: Nathan Rennie-Waldock <[email protected]>
    NHellFire committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    bb3df89 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. modules/linuxboot: Fix qemu build after c745640

    > Running edk2 build for OvmfPkgX64
    > Usage: build.exe [options] [all|fds|genc|genmake|clean|cleanall|cleanlib|modules|libraries|run]
    >
    > build.exe: error: option -n: invalid integer value: 'PUS'
    
    Signed-off-by: Nathan Rennie-Waldock <[email protected]>
    NHellFire committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    54b862a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. modules/linuxboot: Use a specific commit

    * add linuxboot-edk2 module (if not building latest git)
    * patch linuxboot-edk2 Makefile to not conflict with ours
    * update linuxboot build dir in circleci and boards/winterfell
    
    Signed-off-by: Nathan Rennie-Waldock <[email protected]>
    NHellFire committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5b7eb07 View commit details
    Browse the repository at this point in the history
  2. patches/linuxboot-edk2: Import upstream patches to fix building with …

    …gcc 8
    
    Signed-off-by: Nathan Rennie-Waldock <[email protected]>
    NHellFire committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8a1eb75 View commit details
    Browse the repository at this point in the history