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:
Leah Rowe
2023-04-02 01:33:33 +01:00
parent 0229463f7b
commit b9ee4e79c3
3 changed files with 132 additions and 31 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
/util/ich9utils/ich9show
/util/ich9utils/ich9gen
/TODO
/ec/
/tmp/
/payload/
/me_cleaner/