Skip to content

Commit

Permalink
config.t440p.uefi: Relocate blob path
Browse files Browse the repository at this point in the history
  • Loading branch information
archfan committed Dec 24, 2019
1 parent a07345f commit 1d751fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defconfig
.coreboot-version
.xcompile
.ccwrap
blobs/
build/
coreboot-builds/
payloads/coreinfo/lpbuild/
Expand Down
6 changes: 3 additions & 3 deletions configs/config.t440p.uefi
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ CONFIG_SPI_FLASH_INCLUDE_ALL_DRIVERS=y
CONFIG_SPI_FLASH_WINBOND=y
CONFIG_TPM_INIT=y
CONFIG_MAINBOARD_FAMILY="ThinkPad T440p"
CONFIG_IFD_BIN_PATH="3rdparty/blobs/mainboard/$(MAINBOARDDIR)/descriptor.bin"
CONFIG_ME_BIN_PATH="3rdparty/blobs/mainboard/$(MAINBOARDDIR)/me.bin"
CONFIG_GBE_BIN_PATH="3rdparty/blobs/mainboard/$(MAINBOARDDIR)/gbe.bin"
CONFIG_IFD_BIN_PATH="blobs/ifd.bin"
CONFIG_ME_BIN_PATH="blobs/me.bin"
CONFIG_GBE_BIN_PATH="blobs/gbe.bin"
CONFIG_TPM_PIRQ=0x0
CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="T440P"
CONFIG_HAVE_IFD_BIN=y
Expand Down

0 comments on commit 1d751fb

Please sign in to comment.