mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 22:42:54 +02:00
blobutil: support fetching KBC1126 EC (HP laptops)
This is useful for e.g. HP EliteBook 2560p. In coreboot config, enable e.g. (for lbmk blobutil): CONFIG_KBC1126_FW1="../../ec/hp2560p/ec.bin.fw1" CONFIG_KBC1126_FW2="../../ec/hp2560p/ec.bin.fw2" In resources/blobs/sources you would have these entries: EC_url EC_url_bkup EC_hash
This commit is contained in:
@@ -97,6 +97,7 @@ done
|
||||
cd "${i}/"
|
||||
make distclean
|
||||
)
|
||||
make clean -BC default/util/kbc1126/
|
||||
done
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user