diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-18 03:42:45 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-18 03:42:45 +0000 |
commit | 02cbf8a729dd08be8a212695a9fcf93f05a8cec9 (patch) | |
tree | 867f7b9fd6215e3164174a66a54a7dd967a56637 /config/vendor/t480/pkg.cfg | |
parent | 9884e5ed1b0b6e5be00cd5cd7fd52454518e8dad (diff) |
vendor.sh: make TBFW pad size configurable
we encountered 1MB flash so far, but we may encounter other
sizes on other machines when added to libreboot later on
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/vendor/t480/pkg.cfg')
-rw-r--r-- | config/vendor/t480/pkg.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/vendor/t480/pkg.cfg b/config/vendor/t480/pkg.cfg index 59280a8a..d692821d 100644 --- a/config/vendor/t480/pkg.cfg +++ b/config/vendor/t480/pkg.cfg @@ -17,3 +17,4 @@ ME11pch="LP" 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 |