File tree 5 files changed +4924
-0
lines changed
5 files changed +4924
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration for a Acer Chromebook Plus 515 (CB515-2H/OMNIGUL)
2
+ CONFIG_COREBOOT_CONFIG=config/coreboot-omnigul.config
3
+
4
+ export CONFIG_COREBOOT=y
5
+ export CONFIG_COREBOOT_VERSION=mcb
6
+ export CONFIG_LINUX_VERSION=6.5.13
7
+
8
+ CONFIG_CRYPTSETUP2=y
9
+ CONFIG_FLASHROM=y
10
+ CONFIG_FLASHTOOLS=y
11
+ CONFIG_GPG2=y
12
+ CONFIG_KEXEC=y
13
+ CONFIG_UTIL_LINUX=y
14
+ CONFIG_LVM2=y
15
+ CONFIG_MBEDTLS=y
16
+ CONFIG_PCIUTILS=y
17
+ CONFIG_POPT=y
18
+ CONFIG_QRENCODE=y
19
+ CONFIG_TPMTOTP=y
20
+ CONFIG_HOTPKEY=n
21
+
22
+ #Enable TPM2 pcap output under /tmp
23
+ export CONFIG_TPM2_CAPTURE_PCAP=y
24
+
25
+ #TPM2 requirements
26
+ export CONFIG_TPM2_TOOLS=y
27
+ export CONFIG_PRIMARY_KEY_TYPE=ecc
28
+ CONFIG_TPM2_TSS=y
29
+ CONFIG_OPENSSL=y
30
+
31
+ # Boot Options (GUI)
32
+ CONFIG_CAIRO=y
33
+ CONFIG_FBWHIPTAIL=y
34
+ export CONFIG_AUTO_BOOT_TIMEOUT=5
35
+ export CONFIG_BOOT_DEV="/dev/sda2"
36
+ export CONFIG_BOOT_KERNEL_ADD=""
37
+ export CONFIG_BOOT_KERNEL_REMOVE=""
38
+ export CONFIG_BOOTSCRIPT=/bin/gui-init
39
+
40
+ # Boot Security / Flash Options
41
+ export CONFIG_BOOT_REQ_HASH=n
42
+ export CONFIG_BOOT_REQ_ROLLBACK=n
43
+ export CONFIG_BOARD_NAME="Google Omnigul"
44
+ export CONFIG_FLASHROM_OPTIONS="--noverify-all -p internal --ifd --image bios"
45
+ #export CONFIG_ROOT_DEV="/dev/sda3"
46
+ #export CONFIG_ROOT_DIRLIST="bin boot lib sbin usr"
47
+ #export CONFIG_ROOT_CHECK_AT_BOOT="n"
48
+
49
+ # Linux Specific Configuration Items
50
+ CONFIG_LINUX_CONFIG=config/linux-omnigul.config
51
+ CONFIG_LINUX_USB=y
52
+ CONFIG_SUPPORT_USB_KEYBOARD=y
You can’t perform that action at this time.
0 commit comments