[Skiboot] [PATCH 1/3] doc : Typos correction
Mukesh Ojha
mukesh02 at linux.vnet.ibm.com
Wed Jul 13 15:28:52 AEST 2016
uncomppressed -> uncompressed
fatten -> flatten
Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
---
doc/opal-spec.txt | 2 +-
doc/overview.txt | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/opal-spec.txt b/doc/opal-spec.txt
index ea76e59..8726f0c 100644
--- a/doc/opal-spec.txt
+++ b/doc/opal-spec.txt
@@ -92,7 +92,7 @@ to as skiroot.
The OPAL Specification explicitly allows variation in this payload.
A requirement of the payload is that it MUST support loading and booting
-an uncomppressed vmlinux Linux kernel.
+an uncompressed vmlinux Linux kernel.
[TODO: expand on what this actually means]
An OPAL system MUST pass a device tree to the host kernel.
diff --git a/doc/overview.txt b/doc/overview.txt
index 760f391..c7675c2 100644
--- a/doc/overview.txt
+++ b/doc/overview.txt
@@ -26,6 +26,7 @@ Binaries
--------
The following binaries are built:
+
skiboot.lid: is the actual lid. objdump out
skiboot.elf: is the elf binary of it, lid comes from this
skiboot.map: plain map of symbols
@@ -42,7 +43,7 @@ Essentially, we do this by doing an atomic fetch and inc and whoever gets 0
gets to be the master.
When we enter skiboot we also get a memory location in a register which
-is the location of a device tree for the system. We fatten out the device
+is the location of a device tree for the system. We flatten out the device
tree, turning offsets into real pointers and manipulating it where needed.
We re-flatten the device tree before booting the OS (Linux).
--
2.7.4
More information about the Skiboot
mailing list