diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 21:19:42 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 21:19:42 (EST) |
commit | 7f550097fa1089c6072e3373648a2278ee3b89d4 (patch) | |
tree | 2e4d38e9ae15c434ba85cbacf7f400067b4d9c09 /resources/utilities/ich9deblob/ich9deblob.c | |
parent | 96ef8d99ba1e28b11bc788b5439ee511f2e171de (diff) | |
download | libreboot-7f550097fa1089c6072e3373648a2278ee3b89d4.zip libreboot-7f550097fa1089c6072e3373648a2278ee3b89d4.tar.gz libreboot-7f550097fa1089c6072e3373648a2278ee3b89d4.tar.bz2 |
ich9deblob: gbe related debugging moved to separate function
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index 7144f32..b6ad9cd 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -200,6 +200,13 @@ int main(int argc, char *argv[]) * Modify the Gbe region (see function for details) */ deblobbedGbeStruct8k = deblobbedGbeStructFromFactory(factoryGbeStruct8k); + /* + * Debugging: show difference between Gbe checksums in the + * original gbe and the modified one + */ + printf("\n"); + printGbeChecksumDataFromStruct8k(factoryGbeStruct8k, "Original"); + printGbeChecksumDataFromStruct8k(deblobbedGbeStruct8k, "Modified"); /* * ------------------------------------------------------------------ |