diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2019-11-05 20:06:11 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.com> | 2019-11-05 20:06:11 +0300 |
commit | 6217b19a4d85b0bc9d1d5dd1a50bd78a49b671a5 (patch) | |
tree | c0afa3099aaef15d4ac855b325ee08bdc090dfbf | |
parent | 5977203387d1ffa5dbe1fbf0e83554dccfe08c20 (diff) |
added a note about having spi programmer
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -311,6 +311,8 @@ Now you can flash coreboot (or anything else) with flashrom. Remember to flash only `bios` region (use `--ifd -i bios -N`). `fd` and `me` are still locked. +**Note:** if you're flashing coreboot for the first time, you should have an external SPI programmer just in case. It will help you recover if you flash non-working ROM. + # SandyBridge series (X220, T420, etc.): WIP S3 Boot Scripts are unprotected on these models too (even on the most recent BIOS versions), but it's not useful, because FLOCKDN and SPI protected ranges are set by **LenovoFlashProtectPei** UEFI module. It is trivial to patch it, but it resides in protected range, so it can only be flashed externally. |