From e5194459c2409f8223fb4fc4b6c97d28aa52605f Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Fri, 13 Apr 2018 14:42:23 +0200 Subject: [PATCH] README: add link to coreboot-wiki describing why this works --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c74d6fa..2816414 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,9 @@ CAUTION: THIS IS NOT ENCOURAGED On the X230, there are 2 physical "BIOS" chips. The "upper" 4MB one holds the actual bios we can generate using coreboot, and the "lower" 8MB one holds the rest that you can [modify yourself once](#flashing-for-the-first-time), -if you like, but strictly speaking, you don't need to touch it at all. What's this "rest"? +if you like, but strictly speaking, you +[don't need to touch it at all](https://www.coreboot.org/Board:lenovo/x230#Building_Firmware). +What's this "rest"? Mainly a tiny binary used by the Ethernet card and the Intel Management Engine. ## Alternatives