-
-
Notifications
You must be signed in to change notification settings - Fork 206
Google omnigul retry with tpm duk supposed to work #2057
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?
Changes from all commits
0c9dcfc
75ccfe5
0eb2b7f
c5f02af
f25c0f7
37c6886
a076b9a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,81 @@ | ||||||||||||||
| # Configuration for a Acer Chromebook Plus 515 (CB515-2H/OMNIGUL) | ||||||||||||||
| # Intel iGPU "UHD Graphics", 12th Gen Intel Core i3-1215U, 8GB RAM | ||||||||||||||
| # 128GB UFS Storage (iNAND brand), Intel AX211 Wi-FI 6E, | ||||||||||||||
|
Comment on lines
+1
to
+3
|
||||||||||||||
| # Configuration for a Acer Chromebook Plus 515 (CB515-2H/OMNIGUL) | |
| # Intel iGPU "UHD Graphics", 12th Gen Intel Core i3-1215U, 8GB RAM | |
| # 128GB UFS Storage (iNAND brand), Intel AX211 Wi-FI 6E, | |
| # Configuration for an Acer Chromebook Plus 515 (CB515-2H/OMNIGUL) | |
| # Intel iGPU "UHD Graphics", 12th Gen Intel Core i3-1215U, 8GB RAM | |
| # 128GB UFS Storage (iNAND brand), Intel AX211 Wi-Fi 6E, |
Copilot
AI
Feb 23, 2026
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.
export CONFIG_AUTO_BOOT_TIMEOUT is defined twice (line 67 and again at the end). This duplication is easy to miss and can cause confusing overrides—please keep a single definition.
| export CONFIG_AUTO_BOOT_TIMEOUT=5 |
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.
This workflow job uses the non-persisting
buildjob type, so it won't contribute to the shared workspace/caches and may repeatedly rebuild the MrChromebox coreboot toolchain from scratch each run. If you want faster iteration and/or reusable caches, consider usingbuild_and_persist(and adding coreboot-mrchromebox paths tosave_cache).