diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 12:33:50 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-28 12:33:50 (EST) |
commit | 4ff5a94eb974a783081ee358966b2022aaf1fb20 (patch) | |
tree | 242d67dcfcf3fb4f1f9f0f06097757ec707a7520 /.gitignore | |
parent | 779f26c4b48b792873438d99526ebe51c9db2565 (diff) | |
download | libreboot-4ff5a94eb974a783081ee358966b2022aaf1fb20.zip libreboot-4ff5a94eb974a783081ee358966b2022aaf1fb20.tar.gz libreboot-4ff5a94eb974a783081ee358966b2022aaf1fb20.tar.bz2 |
ich9deblob: added ich9gen utility
This can generate the descriptor+gbe images from scratch, without
the need for a factory.bin dump.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ /resources/utilities/ich9deblob/deblobbed_descriptor.bin /resources/utilities/ich9deblob/libreboot.rom /resources/utilities/ich9deblob/ich9deblob +/resources/utilities/ich9deblob/ich9gen /resources/utilities/ich9deblob/obj/*.o /resources/utilities/ich9deblob/obj/*/*.o +/resources/utilities/ich9deblob/mkdescriptor.c +/resources/utilities/ich9deblob/mkdescriptor.h +/resources/utilities/ich9deblob/mkgbe.c +/resources/utilities/ich9deblob/mkgbe.h +/resources/utilities/ich9deblob/ich9fdgbe_4m.bin +/resources/utilities/ich9deblob/ich9fdgbe_8m.bin /resources/utilities/coreboot-libre/tocheck |