From b9ee4e79c33365ede01fb7d2a0d5c8f3c1a1928c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 2 Apr 2023 01:33:33 +0100 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5fb035b9..e55b2616 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /util/ich9utils/ich9show /util/ich9utils/ich9gen /TODO +/ec/ /tmp/ /payload/ /me_cleaner/ -- cgit v1.2.1