From 6be535aadb4b9e6fa6d935241bca2e576f8ae324 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Sat, 14 May 2016 12:56:03 -0400 Subject: backport changes to master branch --- (limited to 'docs') diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html index 3432baa..ee2efaf 100644 --- a/docs/hcl/gm45_remove_me.html +++ b/docs/hcl/gm45_remove_me.html @@ -109,12 +109,16 @@

Assuming that your libreboot image is named libreboot.rom, copy the file to where libreboot.rom is located - and then insert the descriptor+gbe file into the ROM image. For 8MiB flash chips:
+ and then insert the descriptor+gbe file into the ROM image.
+ For 16MiB flash chips:
+ $ dd if=ich9fdgbe_16m.bin of=libreboot.rom bs=1 count=12k conv=notrunc
+ For 8MiB flash chips:
$ dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc
For 4MiB flash chips:
$ dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k conv=notrunc
-- cgit v0.9.1