-
-
Notifications
You must be signed in to change notification settings - Fork 195
15h coreboot kgpe-d16 #1931
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
base: master
Are you sure you want to change the base?
15h coreboot kgpe-d16 #1931
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could reuse coreboot 4.11 buildstacks here (librem_l1um)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
Supersedes #1929