aboutsummaryrefslogtreecommitdiff
path: root/docs/install/index.md
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2018-06-28 21:37:55 +0000
committerGogs <gogitservice@gmail.com>2018-06-28 21:37:55 +0000
commit671f1f9e930b9725b458d8b5d0790d0f4988a074 (patch)
treeeded93d2f87c7dc615a55b861b41b221581fa63d /docs/install/index.md
parentc4909a389fcf03634db99a2f0937fe9dc6064765 (diff)
parenta5348fe90a197736a020a87905e3d5f27f0a988f (diff)
downloadlibrebootfr-671f1f9e930b9725b458d8b5d0790d0f4988a074.tar.gz
librebootfr-671f1f9e930b9725b458d8b5d0790d0f4988a074.zip
Merge branch 'swifix' of swiftgeek/libreboot into master
Diffstat (limited to 'docs/install/index.md')
-rw-r--r--docs/install/index.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/install/index.md b/docs/install/index.md
index 78d49eb0..b54dca15 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -62,10 +62,12 @@ they don't have to build anything from source on their own.
The ROM images in each archive use the following at the end of the file
name, if they are built with the GRUB payload: `*_*keymap*_*mode*.rom`
-Available `modes`: `vesafb` or `txtmode`. The `vesafb` ROM images
-are recommended, in most cases; `txtmode` ROM images come with
-MemTest86+, which requires text-mode instead of the usual framebuffer
-used by coreboot native graphics initialization.
+Available modes: vesafb or txtmode. The vesafb ROM images are recommended
+for regular use, but when flashing for the first time use txtmode version,
+as it comes with Memtest86+, which requires text-mode instead of the usual
+framebuffer used by coreboot native graphics initialization.
+Machine should be tested with Memtest86+ after each reassembly or changing
+from vendor bios to libreboot due to differences in raminit code.
`keymap` can be one of several keymaps that keyboard supports (there are
quite a few), which affects the keyboard layout configuration that is
@@ -244,7 +246,7 @@ Flash chip size
Use this to find out:
- # flashrom -p internal -V
+ # flashrom -p internal
All good?
---------