Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/em100/+/36943
to look at the new patch set (#11).
Change subject: Use binaries from Windows installer directly ......................................................................
Use binaries from Windows installer directly
Find configs.tar.xz in $HOME/.em100/ or $EM100_HOME and load chip descriptions from there instead of bringing the static array of all chips along with the binary. This allows updating the chip database from the Windows installer without recompiling the em100 tool.
Change-Id: I8c360e96ce42fd78141a1564976454711e20f527 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M Makefile A chips.c M em100.c M em100.h A tar.c A xz/README A xz/xz.h A xz/xz_config.h A xz/xz_crc32.c A xz/xz_crc64.c A xz/xz_dec_bcj.c A xz/xz_dec_lzma2.c A xz/xz_dec_stream.c A xz/xz_lzma2.h A xz/xz_private.h A xz/xz_stream.h 16 files changed, 4,366 insertions(+), 42 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/43/36943/11