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

4.22.01 fhd patch merged upstream (4.24) + bump all 4.19 boards to 4.22.01 #1604

Merged
merged 7 commits into from
Mar 26, 2024

Commits on Mar 25, 2024

  1. WiP 4.22.01 fhd patch test + bump all 4.19 boards to 4.22.01

    - patches/coreboot-4.22.01/0001-x230-fhd-variant.patch created per
      - git fetch https://review.coreboot.org/coreboot refs/changes/50/28950/23 && git format-patch -1 --stdout FETCH_HEAD > ~/heads/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch
    - all boards configs bumped with:
      - grep -Rn 4.22 boards/ | awk -F "/" {'print $2'}| while read line; do make BOARD=$line coreboot.save_in_oldconfig_format_in_place ; done
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fb616f4 View commit details
    Browse the repository at this point in the history
  2. patches/coreboot-4.22.01/0001-x230-fhd-variant.patch: update to upstr…

    …eam merged state
    
    git fetch https://review.coreboot.org/coreboot refs/changes/50/28950/27 && git format-patch -1 --stdout FETCH_HEAD > ~/heads/patches/coreboot-4.22.01/0001-x230-fhd-variant.patch
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f37b010 View commit details
    Browse the repository at this point in the history
  3. modules/coreboot CircleCI: adapt to coreboot version bumps

    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    673b2f1 View commit details
    Browse the repository at this point in the history
  4. patches/coreboot-4.22.01/0001-x230-fhd-variant.patch: adapt patch for…

    … Makefile.inc (Makefile.mk doesn't exist under 4.22)
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6d89399 View commit details
    Browse the repository at this point in the history
  5. boards aimed to bump at coreboot 4.22.01: switch TPM event log format…

    … to TCG
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b91eaed View commit details
    Browse the repository at this point in the history
  6. Move boards/UNTESTED_* boards to untested_boards/UNMAINTAINED_*, remo…

    …ve them from CircleCI, add Makefile helper and document untested_boards/README.md
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9fcd5f8 View commit details
    Browse the repository at this point in the history
  7. CircleCI: save_cache depends on librem_14 instead of nitropad-nv41 (s…

    …o more boards can be built reusing cache and where nv41 will be rebuilt if coreboot level cache was not saved)
    
    Signed-off-by: Thierry Laurion <[email protected]>
    tlaurion committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7fe2f9d View commit details
    Browse the repository at this point in the history