From 6c9ff68a87b6b21e10f1ea737096ea1be87acb6d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 20 May 2018 12:14:56 +0200 Subject: [PATCH 1/3] README: Spell *Chromebook* with capital letter in beginning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f04fa9..aa2970ee 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Notes: * Building coreboot's cross compilers can take a while. Luckily this is only done once. * Builds are finally reproducible! The [reproduciblebuilds tag](https://github.com/osresearch/heads/issues?q=is%3Aopen+is%3Aissue+milestone%3Areproduciblebuilds) tracks any regressions. -* Currently only tested in QEMU, the Thinkpad x230 and the Chell chromebook. +* Currently only tested in QEMU, the Thinkpad x230 and the Chell Chromebook. ** Xen and the TPM do not work in QEMU, so it is only for testing the `initrd` image. * Booting Qubes requires patching Xen's real mode startup code see `patches/xen-4.6.3.patch` and adding `no-real-mode` to start From 11d30bd6350c9d90e02a22e8efb2b7b2b9913a63 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 20 May 2018 12:18:10 +0200 Subject: [PATCH 2/3] blobs/x220: Start *Lenovo* with capital letter --- blobs/x220/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blobs/x220/readme.md b/blobs/x220/readme.md index f8c2aabf..1c90df37 100644 --- a/blobs/x220/readme.md +++ b/blobs/x220/readme.md @@ -3,7 +3,7 @@ To build for X220 we need to have the following files in this folder: * `gbe.bin` - Network card blob from the original firmware * `ifd.bin` - Flash layout file has been provided as text -To get the binaries, start with a copy of the original lenovo firmware image. +To get the binaries, start with a copy of the original Lenovo firmware image. If you do not have one already, you can read one out from the laptops SPI flash. ``` From e594598a28b1712f7b63fdcc434b48e1ad027ca6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 23 May 2018 23:30:29 +0200 Subject: [PATCH 3/3] FAQ: Fix spelling of *convenience* --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e2fe1b26..7e76a8dc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6,7 +6,7 @@ Why replace UEFI with coreboot? While Intel's edk2 tree that is the base of UEFI firmware is open source, the firmware that vendors install on their machines is proprietary and closed source. Updates for bugs fixes or security vulnerabilities -are at the vendor's convienence; user specific enhancements are likely not +are at the vendor's convenience; user specific enhancements are likely not possible; and the code is not auditable. UEFI is much more complex than the BIOS that it replaced. It consists of