-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
PoC : D16 15h coreboot fork #1910
base: master
Are you sure you want to change the base?
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 <[email protected]>
# anything. | ||
# Pointing to https://git.15h.org/mrothfuss/coreboot-15h/src/branch/4.11-tpm-measured-boot latest commit as of 20250129 | ||
coreboot-15h_repo := https://git.15h.org/mrothfuss/coreboot-15h.git | ||
coreboot-15h_commit_hash := 2b7c566b463737f807a69738163344b41c686ef6 |
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.
@arhabd if this commit is not the latest, someone needs to take the lead and follow fam15h fork updates and redo this PR until success.
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.
@arhabd if this commit is not the latest, someone needs to take the lead and follow fam15h fork updates and redo this PR until success.
understood i will update the pr as times goes on until its been fully tested
On need for CONFIG_BOOT_XEN_ADD CONFIG_BOOT_XEN_REMOVE grub.conf overrides:
Originally posted by @tlaurion in #890 This would be: Note that #890 is an issue, not a PR. Meaning a PR implementing this would be needed so that Heads can modify Xen command line arguments on kexec calls, just like it currently do for linux kernel command line arguments, specified under board configs to apply board specifics overrides to what is under grub.conf. |
@Tonux599 said
Originally posted by @Tonux599 in #1634 (comment) |
Deprecates #1805 since d16 had kernel version bump as all other boards.
This PR only takes pointed commit per modules/coreboot and point UNMAINTAINED_kgpe-d16_server-whiptail board to it, which should contain all 4.11 needed patches for Heads to support TPM1.2 as well.
Discussions about this should happen under Heads channel or here.