From ae099765351e0082eb5f9b90eda60f119d8065eb Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 21 Aug 2020 12:52:27 -0400 Subject: [PATCH] x230-external-flash board: add gbe_bin config statement, not just path (duh) #796. Maybe there is notthing wrong with #796 afterall --- config/coreboot-x230-external-flash.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/coreboot-x230-external-flash.config b/config/coreboot-x230-external-flash.config index dc000c43a..35907418d 100644 --- a/config/coreboot-x230-external-flash.config +++ b/config/coreboot-x230-external-flash.config @@ -5,12 +5,14 @@ CONFIG_VENDOR_LENOVO=y CONFIG_CBFS_SIZE=0xB80000 CONFIG_HAVE_IFD_BIN=y CONFIG_HAVE_ME_BIN=y +CONFIG_HAVE_GBE_BIN=y CONFIG_IFD_BIN_PATH="../../blobs/xx30/x230-ifd.bin" CONFIG_ME_BIN_PATH="../../blobs/xx30/me.bin" CONFIG_GBE_BIN_PATH="../../blobs/xx30/gbe.bin" CONFIG_BOARD_LENOVO_X230=y CONFIG_NO_POST=y CONFIG_UART_PCI_ADDR=0 +CONFIG_GBE_BIN_PATH="../../blobs/xx30/gbe.bin" CONFIG_NO_GFX_INIT=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y