You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config/coreboot-t480-maximized.config: save upstream coreboot config changes in oldconfig format
Repro:
./docker_repro.sh make BOARD=EOL_t480-maximized coreboot.modify_and_save_oldconfig_in_place
Note that if config in defconfig format to show only changes vs defaults (not saved; Heads still has olfconfigs in tree):
./docker_repro.sh make BOARD=EOL_t480-maximized coreboot.modify_defconfig_in_place
user@heads-master:~/heads$ cat config/coreboot-t480-maximized.config
CONFIG_BOOTSPLASH_IMAGE=y
CONFIG_BOOTSPLASH_FILE="@BRAND_DIR@/bootsplash.jpg"
CONFIG_BOOTSPLASH_CONVERT=y
CONFIG_BOOTSPLASH_CONVERT_QUALITY=90
CONFIG_VENDOR_LENOVO=y
CONFIG_CBFS_SIZE=0xEEC000
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
CONFIG_USE_LEGACY_8254_TIMER=y
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/xx80/ifd.bin"
CONFIG_ME_BIN_PATH="@BLOB_DIR@/xx80/me.bin"
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/xx80/gbe.bin"
CONFIG_HAVE_IFD_BIN=y
CONFIG_BOARD_LENOVO_T480=y
CONFIG_TPM_MEASURED_BOOT=y
CONFIG_LINUX_COMMAND_LINE="quiet loglevel=2"
CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y
CONFIG_SOC_INTEL_COMMON_SPI_LOCKDOWN_SMM=y
CONFIG_PCIEXP_HOTPLUG=y
CONFIG_HAVE_ME_BIN=y
CONFIG_HAVE_GBE_BIN=y
CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y
CONFIG_BOOTSPLASH=y
CONFIG_BOOTMEDIA_LOCK_CONTROLLER=y
CONFIG_PAYLOAD_LINUX=y
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage"
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
Signed-off-by: Thierry Laurion <[email protected]>
0 commit comments