30 lines
1.5 KiB
INI
30 lines
1.5 KiB
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# ME firmware (deguard will be used)
|
|
DL_hash="df735a24242792bf4150f30bf0bd4fdbdc0fb6bf0f897ea533df32567be8e084006d692fb6351677f8cc976878c5018667901dbd407b0a77805754f7c101497c"
|
|
DL_url="https://dl.dell.com/FOLDER04573471M/1/Inspiron_5468_1.3.0.exe"
|
|
DL_url_bkup="https://web.archive.org/web/20241110222323/https://dl.dell.com/FOLDER04573471M/1/Inspiron_5468_1.3.0.exe"
|
|
|
|
# for Fsp.fd, we don't rely on a download. Instead,
|
|
# we copy from coreboot.git. The file is defined
|
|
# by CONFIG_FSP_FD_PATH, split to CONFIG_FSP_M_FILE and CONFIG_FSP_S_FILE
|
|
# and inserted to CBFS with names CONFIG_FSP_S_CBFS and CONFIG_FSP_M_CBFS
|
|
#
|
|
FSPFD_hash="c500166a8553a80ba8db8b8185a896e0ae1562ea3c139e07acd9e7937baf8110ba743cc79b69db09a5f39c076d1d22bc45045223975f46aea2034ba82a6b0360"
|
|
|
|
# We will use deguard to disable the Intel Boot Guard:
|
|
ME11bootguard="y"
|
|
ME11delta="thinkpad_t480" # subdirectory under deguard's data/delta/
|
|
ME11version="11.6.0.1126"
|
|
ME11sku="2M"
|
|
ME11pch="LP"
|
|
|
|
# ThunderBolt firmware
|
|
# (flashed on the 1MB chip, not main 16MB; not used by coreboot)
|
|
# (padded firmware will appear at vendorfiles/t480/tb.bin)
|
|
#
|
|
TBFW_url="https://download.lenovo.com/pccbbs/mobiles/n24th13w.exe"
|
|
TBFW_url_bkup="https://web.archive.org/web/20241004165955/https://download.lenovo.com/pccbbs/mobiles/n24th13w.exe"
|
|
TBFW_hash="906d916e8ae77e6d146c67c3113cd904e735a7f28cb2fc37e2284758ead5cda8dd4025c1c741fac9162b1eb01cff08fc39a0d4e79c5cec0515f1d3e6447d1323"
|
|
TBFW_size=1048576 # size in bytes, when padding, matching TBFW's flash IC
|