From 627acfbc0119485c4b1e1a224b8e85916c9e5507 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 22 Dec 2014 08:51:57 -0500 Subject: ich9deblob: instruct the user how to modify their ROM image --- (limited to 'resources') diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index 9e8ee97..fb96839 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -316,6 +316,9 @@ int main(int argc, char *argv[]) gbeChecksum = deblobbedGbeStruct8k.backup.checkSum; // for the libreboot.rom image printf("deblobbed Gbe (backup) calculated Gbe checksum: 0x%hx and actual GBe checksum: 0x%hx\n", gbeCalculatedChecksum, gbeChecksum); + printf("\nNow do: dd if=deblobbed_descriptor.bin of=libreboot.rom bs=1 count=12k conv=notrunc"); + printf("\n(in other words, add the modified descriptor+gbe to your ROM image)\n"); + return 0; } -- cgit v0.9.1