-
-
Notifications
You must be signed in to change notification settings - Fork 205
Add support for Acer Chromebook 515 Plus (CB515-2H) / Google Omnigul Platform #1658
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
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0c9dcfc
Add base files for Acer Chromebook 515 Plus (CB515-2H) / Google Omnigul.
mdrobnak 75ccfe5
Add support for MrChromeBox coreboot fork.
mdrobnak 0eb2b7f
Add Support for Linux 6.6.30 (same patches a 4.9.80).
mdrobnak c5f02af
Update omnigul base linux config (Nitropad NV41) to Linux 6.6.
mdrobnak f25c0f7
Save Omnigul coreboot config in oldconfig format before making changes.
mdrobnak 37c6886
Add support for Acer Chromebook 515 Plus (CB515-2H) / Google Omnigul
mdrobnak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| 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, | ||
| # 32MB Winbond Chip W25Q256JVEM - WSON8 8x6 probe needed. | ||
|
|
||
| export CONFIG_COREBOOT=y | ||
| export CONFIG_COREBOOT_VERSION=mrchromebox | ||
| export CONFIG_LINUX_VERSION=6.6.30 | ||
|
|
||
| CONFIG_COREBOOT_CONFIG=config/coreboot-omnigul.config | ||
| CONFIG_LINUX_CONFIG=config/linux-omnigul.config | ||
|
|
||
| #Enable DEBUG output | ||
| #export CONFIG_DEBUG_OUTPUT=y | ||
| #export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y | ||
| #Enable TPM2 pcap output under /tmp | ||
mdrobnak marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| #export CONFIG_TPM2_CAPTURE_PCAP=y | ||
|
|
||
| # Since the TPM 2.0 implementation in the CR50 is not complete | ||
| # we are disabling TPM Disk Unlock | ||
| CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y | ||
|
|
||
| #On-demand hardware support (modules.cpio) | ||
| CONFIG_LINUX_USB=y | ||
| CONFIG_LINUX_E1000=n | ||
| CONFIG_MOBILE_TETHERING=y | ||
|
|
||
| #Modules packed into tools.cpio | ||
| CONFIG_CRYPTSETUP2=y | ||
| CONFIG_FLASHPROG=y | ||
| CONFIG_FLASHTOOLS=y | ||
| CONFIG_GPG2=y | ||
| CONFIG_KEXEC=y | ||
| CONFIG_UTIL_LINUX=y | ||
| CONFIG_LVM2=y | ||
| CONFIG_MBEDTLS=y | ||
| CONFIG_PCIUTILS=y | ||
| #Runtime tools to write to EC/MSR | ||
| CONFIG_IOTOOLS=n | ||
| CONFIG_MSRTOOLS=n | ||
| #Remote attestation support | ||
| # TPM2 requirements | ||
| CONFIG_TPM2_TSS=y | ||
| CONFIG_OPENSSL=y | ||
| #Remote Attestation common tools | ||
| CONFIG_POPT=y | ||
| CONFIG_QRENCODE=y | ||
| CONFIG_TPMTOTP=y | ||
| #HOTP based remote attestation for supported USB Security dongle | ||
| #With/Without TPM support | ||
| CONFIG_HOTPKEY=n | ||
| #Nitrokey Storage admin tool (deprecated) | ||
| #CONFIG_NKSTORECLI=n | ||
| #GUI Support | ||
| #Console based Whiptail support(Console based, no FB): | ||
| #CONFIG_SLANG=y | ||
| #CONFIG_NEWT=y | ||
| #FBWhiptail based (Graphical): | ||
| CONFIG_CAIRO=y | ||
| CONFIG_FBWHIPTAIL=y | ||
| #Additional tools (tools.cpio): | ||
| #SSH server (requires ethernet drivers, eg: CONFIG_LINUX_E1000E) | ||
| CONFIG_DROPBEAR=y | ||
|
|
||
| #Runtime configuration | ||
| #Automatically boot if HOTP is valid | ||
| export CONFIG_AUTO_BOOT_TIMEOUT=5 | ||
| #TPM2 requirements | ||
| export CONFIG_TPM2_TOOLS=y | ||
| export CONFIG_PRIMARY_KEY_TYPE=ecc | ||
| #TPM1 requirements | ||
| #export CONFIG_TPM=y | ||
| export CONFIG_BOOTSCRIPT=/bin/gui-init | ||
| export CONFIG_BOOT_REQ_HASH=n | ||
| export CONFIG_BOOT_REQ_ROLLBACK=n | ||
| export CONFIG_BOOT_KERNEL_ADD="" | ||
| export CONFIG_BOOT_KERNEL_REMOVE="" | ||
| export CONFIG_BOOT_DEV="/dev/sda2" | ||
| export CONFIG_BOARD_NAME="Google Omnigul" | ||
| export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal --ifd -i bios -i fd" | ||
| export CONFIG_AUTO_BOOT_TIMEOUT=5 | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.