PoC for next superseeding PR: kgpe-d16: use 15h.org 4.11 based coreboot fork (workstations only for now since @arhabd can only test this board variant)#1929
Closed
tlaurion wants to merge 6 commits intolinuxboot:masterfrom
Conversation
…it from https://git.15h.org/mrothfuss/coreboot-15h/src/branch/4.11-tpm-measured-boot dating 20250126 Once fork switched, after repo is cloned, CTRL-C and: - ./docker_repro.sh make BOARD=UNMAINTAINED_kgpe-d16_server-whiptail coreboot.modify_and_save_oldconfig_in_place - Enable measured boot, save changes. Changes were saved under config/coreboot-kgpe-d16_server-whiptail.config, see diff (a lot compared to 4.11 in master) Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Signed-off-by: arhabd <arhabodey@proton.me> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Signed-off-by: arhabd <arhabodey@proton.me> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Signed-off-by: arhabd <arhabodey@proton.me> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
…s with 15h fork Rebased on master making arha commits co-signed since they were not signed-off repro: git fetch origin git rebase --signoff origin/master vi boards/*/*.config #so all boards point to 15h for coreboot fork ./docker_repro.sh make BOARD=*d16_boards* coreboot.modify_and_save_oldconfig_in_place #so oldconfig under config/coreboot* are updated with changes observable to15h fork, make sure measured boot on vi .circleci/config.yml #to readd d16 boards, make them depend on musl-cross-make for workstation, and then reuse workstation build cache for other boards Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Closed
…RS.md to tell 15h effort repro: ./docker_repro.sh make BOARD=UNMAINTAINED_kgpe-d16_workstation-usb_keyboard board.move_unmaintained_to_tested ./docker_repro.sh make BOARD=UNMAINTAINED_kgpe-d16_workstation board.move_unmaintained_to_tested vi BOARD_TESTERS.md # adjust manually Signed-off-by: Thierry Laurion <insurgo@riseup.net>
tlaurion
commented
Mar 13, 2025
| #Don't reuse any coreboot buildstack for now since nothing else is based on 24.12 | ||
| $(eval $(call coreboot_module,24.12,)) | ||
|
|
||
| # d16 15h fork could use the 4.15 toolchain, but d16 is alone consuming it, so |
Collaborator
Author
There was a problem hiding this comment.
This is false. 15h fork based on 4.11. So crossgcc buildstack could be reused for librem_l1um here once more.
Also needs to change CircleCI to reflect workspace reusal.
Collaborator
Author
|
@arhabd : please fork, adapt and create superseeding PR against linuxboot/heads |
Collaborator
Author
|
Added notes under #890 making this issue not a priority, documented there. |
Contributor
will do |
Collaborator
Author
|
Superseded by #1931 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Superseeds tlaurion#27
(no clue why I cannot get tlaurion#27 to only have 5 commits like here, sorry)
Next time, please open PR against linuxboot/heads nor my fork.
TODO: