From 3e9f98090062a0a7cb8c7453f4e67e03a17e703d Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Fri, 19 Jan 2018 11:02:14 +0100 Subject: [PATCH] README.md: minor updates --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c55feb..b213b8f 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,19 @@ See our [releases](https://github.com/merge/coreboot-x230/releases) * version [1.11.0](https://seabios.org/Releases#SeaBIOS_1.11.0) from 2017-11-10 * (in coreboot upstream) -### When do we do a release? +## When do we do a release? Either when * There is a new SeaBIOS release, -* There is a new Intel microcode release (and included in coreboot), or -* There is a coreboot issue that affects us (unlikely) -* Config change we need +* There is a new Intel microcode release (included in coreboot AND affecting our CPU ID), +* There is a coreboot issue that affects us (unlikely), or +* We need to change the config + +## TL;DR +Download a released image, connect your hardware SPI flasher to the "upper" +4MB chip in your X230, and do + + flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=128 -w x230_coreboot_seabios_example_top.rom + ## Flashing for the first time