mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
f0792117ef
Remove options that haven't deviated from defaults in the Coreboot Kconfig, despite being saved by `make savedefconfig`. Also, add `CONFIG_BOARD_LENOVO_THINKPAD_T440P`, which was missing from the `make savedefconfig` output, causing Heads builds to fail. And finally, bump `CONFIG_CBFS_SIZE` to `0x800000` (8 MiB to bytes to hexadecimal). This value for the CBFS size is arbitrary. Originally, I had totaled the size of all binary blobs, subtracted that from the T440p's ROM size (12 MiB), and used the remaining space as the CBFS size (~11.68 MiB). However, this caused very long RAM initialization times (courtesy of `cbmem -t`). And, an anecdote in https://groups.google.com/a/chromium.org/g/chromium-os-reviews/c/lUqRrGUoEBY/m/ka7L1f2BS8gJ suggested that this value needs to be a power of 2. So, I picked a size I expected our Linux payload to fit into that was a power of 2 that I also expected would leave enough space in the ROM for the IFD, ME, GbE, and Coreboot. Now, it takes less than a second for RAM initialization after flashing/first boot (anecdotally, it seems the MRC needs to be "trained?"). |
||
---|---|---|
.. | ||
busybox.config | ||
coreboot-kgpe-d16_server-whiptail.config | ||
coreboot-kgpe-d16_server.config | ||
coreboot-kgpe-d16_workstation-usb_keyboard.config | ||
coreboot-kgpe-d16_workstation.config | ||
coreboot-librem_13v2.config | ||
coreboot-librem_13v4.config | ||
coreboot-librem_14.config | ||
coreboot-librem_15v3.config | ||
coreboot-librem_15v4.config | ||
coreboot-librem_l1um.config | ||
coreboot-librem_mini_v2.config | ||
coreboot-librem_mini.config | ||
coreboot-qemu-fbwhiptail-tpm1-hotp.config | ||
coreboot-qemu-fbwhiptail.config | ||
coreboot-qemu-tpm1.config | ||
coreboot-qemu.config | ||
coreboot-t420-hotp-maximized.config | ||
coreboot-t420-maximized.config | ||
coreboot-t420.config | ||
coreboot-t430-flash.config | ||
coreboot-t430-hotp-maximized.config | ||
coreboot-t430-hotp-verification.config | ||
coreboot-t430-maximized.config | ||
coreboot-t430.config | ||
coreboot-t440p.config | ||
coreboot-t520-hotp-maximized.config | ||
coreboot-t520-maximized.config | ||
coreboot-t530-dgpu-hotp-maximized.config | ||
coreboot-t530-dgpu-maximized.config | ||
coreboot-t530-hotp-maximized.config | ||
coreboot-t530-maximized.config | ||
coreboot-talos-2.config | ||
coreboot-w530-dgpu-K1000m-hotp-maximized.config | ||
coreboot-w530-dgpu-K1000m-maximized.config | ||
coreboot-w530-dgpu-K2000m-hotp-maximized.config | ||
coreboot-w530-dgpu-K2000m-maximized.config | ||
coreboot-w530-hotp-maximized.config | ||
coreboot-w530-maximized.config | ||
coreboot-x220-hotp-maximized.config | ||
coreboot-x220-maximized.config | ||
coreboot-x220.config | ||
coreboot-x230-flash.config | ||
coreboot-x230-hotp-maximized_usb-kb.config | ||
coreboot-x230-hotp-maximized.config | ||
coreboot-x230-hotp-verification.config | ||
coreboot-x230-maximized.config | ||
coreboot-x230.config | ||
linux-kgpe-d16_server-whiptail.config | ||
linux-kgpe-d16_server.config | ||
linux-kgpe-d16_workstation.config | ||
linux-librem_common.config | ||
linux-linuxboot.config | ||
linux-qemu.config | ||
linux-talos-2_server.config | ||
linux-talos-2_workstation.config | ||
linux-x230-flash.config | ||
linux-x230-legacy.config | ||
linux-x230-maximized.config |