Skip to content

Commit

Permalink
x230-external-flash board: add gbe_bin config statement, not just pat…
Browse files Browse the repository at this point in the history
…h (duh) linuxboot#796. Maybe there is notthing wrong with linuxboot#796 afterall
  • Loading branch information
tlaurion committed Oct 25, 2020
1 parent 83ace5e commit 8f2edc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/coreboot-x230-external-flash.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f2edc6

Please sign in to comment.