diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-31 14:44:31 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-31 14:46:13 +0000 |
commit | e8799310db26df89720e8476a701f1904932234b (patch) | |
tree | e27d8d694be4c7bb3f0c18730b19552ba1331e23 /include/lib.sh | |
parent | f9ab082ec19e02f3b1193a3bb3fe6accbaf27e64 (diff) |
hp820g2: fix vendorfile inject and set release=y
I believed that the compressed nature of refcode was the only
non-reproducible thing, but turns out you also need to run
rmodtool on the refcode to make the binary relocatable in
cbfs. This is based on my reading of the coreboot Makefile.
With this change, I can now provide release binaries for
the HP EliteBook 820 G2.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rw-r--r-- | include/lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib.sh b/include/lib.sh index 4911c34f..4e56b34a 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -10,6 +10,7 @@ _ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" ifdtool="elf/ifdtool/default/ifdtool" cbfstool="elf/cbfstool/default/cbfstool" +rmodtool="elf/cbfstool/default/rmodtool" tmpgit="$PWD/tmp/gitclone" grubdata="config/data/grub" err="err_" |