Merge branch 'fix-spelling-mistakes' of https://github.com/paulmenzel/heads

This commit is contained in:
Trammell Hudson 2018-08-13 06:33:03 -04:00
commit 070461ad05
Failed to extract signature
3 changed files with 3 additions and 3 deletions

2
FAQ.md
View File

@ -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

View File

@ -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

View File

@ -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.
```