Skip to content

Commit 7facb1b

Browse files
committed
blobs: rename T480 blobs (and add t480s tb.bin hash to hashes.txt)
Signed-off-by: thickfont <[email protected]>
1 parent 2962d16 commit 7facb1b

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

blobs/xx80/hashes.txt

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
d3af2dfbf128bcddfc8c5810a11478697312e5701668f719f80f3f6322db5642 gbe.bin
2-
f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf ifd.bin
3-
1990b42df67ba70292f4f6e2660efb909917452dcb9bd4b65ea2f86402cfa16b me.bin
4-
fc9c47ff4b16f036a7f49900f9da1983a5db44ca46156238b7b42e636d317388 tb.bin
1+
#T480:
2+
1990b42df67ba70292f4f6e2660efb909917452dcb9bd4b65ea2f86402cfa16b t480_me.bin
3+
fc9c47ff4b16f036a7f49900f9da1983a5db44ca46156238b7b42e636d317388 t480_tb.bin
4+
d3af2dfbf128bcddfc8c5810a11478697312e5701668f719f80f3f6322db5642 t480_gbe.bin
5+
f2f6d5fb0a5e02964b494862032fd93f1f88e2febd9904b936083600645c7fdf t480_ifd.bin
6+
#T480s:
7+
7bc47ed1ead1d72a135e7adff207ae8ddddc56d81128d9d6a8061ad04685c73b t480s_me.bin
8+
b53e4670327e076ef879b2abef0efd9aade20da88d0c0976921b9f32378c0119 t480s_tb.bin
59
caf6393cd5c4ff305b677f50c258658710c42439080868c1fb8ea7584cffb204 t480s_ifd.bin
610
36be39ecd0d06fa3f7893ca2746f702271c46b75de52bc599467a058bab8e271 t480s_gbe.bin
File renamed without changes.
File renamed without changes.

config/coreboot-t480-maximized.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ CONFIG_HAVE_INTEL_FIRMWARE=y
163163
CONFIG_USE_LEGACY_8254_TIMER=y
164164
CONFIG_MRC_SETTINGS_CACHE_SIZE=0x10000
165165
# CONFIG_DRIVERS_INTEL_WIFI is not set
166-
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/xx80/ifd.bin"
167-
CONFIG_ME_BIN_PATH="@BLOB_DIR@/xx80/me.bin"
168-
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/xx80/gbe.bin"
166+
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/xx80/t480_ifd.bin"
167+
CONFIG_ME_BIN_PATH="@BLOB_DIR@/xx80/t480_me.bin"
168+
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/xx80/t480_gbe.bin"
169169
CONFIG_MAINBOARD_SUPPORTS_SKYLAKE_CPU=y
170170
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
171171
CONFIG_CARDBUS_PLUGIN_SUPPORT=y

0 commit comments

Comments
 (0)