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: 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> Signed-off-by: arhabd <arhabodey@proton.me>
…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> Signed-off-by: arhabd <arhabodey@proton.me>
Signed-off-by: arhabd <arhabodey@proton.me>
…o 15h.org reading resource Signed-off-by: arhabd <arhabodey@proton.me>
…boot version Signed-off-by: arhabd <arhabodey@proton.me>
.circleci/config.yml
Outdated
| target: kgpe-d16_workstation | ||
| subcommand: "" | ||
| requires: | ||
| - x86-musl-cross-make |
There was a problem hiding this comment.
Could reuse coreboot 4.11 buildstacks here (librem_l1um)
There was a problem hiding this comment.
do i have to do something other then editing modles/coreboot for this to apply to ci? i compared the librem_l1um and d16_workstation targets in the config.yml they already look the same?
There was a problem hiding this comment.
user@localhost:~/heads$ git diff
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0db4969204..4be2967b53 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -550,7 +550,7 @@ workflows:
target: kgpe-d16_workstation
subcommand: ""
requires:
- - x86-musl-cross-make
+ - librem_l1um
- build:
name: kgpe-d16_workstation-usb_keyboard
Signed-off-by: arhabd <arhabodey@proton.me>
Signed-off-by: arhabd <arhabodey@proton.me>
|
@arhabd 15h.org fork now agesa based and good with qubesos again. Any plan to bump this PR to latest coreboot fork commit + coreboot config? |
yes, i have this building with latest 15h coreboot using the following commands these are picked out of my command history so i might have missed something but this should get anyone started if they want to build this. |
Supersedes #1929