summaryrefslogtreecommitdiffstats
path: root/doc/overview.rst
diff options
context:
space:
mode:
authorMukesh Ojha <mukesh02@linux.vnet.ibm.com>2016-08-07 19:03:22 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-09 17:34:12 +1000
commit17196ef852da29a3bcfde86448ce3d1c8ec081fc (patch)
tree243bdc3e07bf330ac29aaad282afcd10ef46afff /doc/overview.rst
parent3abf093bb02ac8f580cb555e1f0867f190bfa54a (diff)
downloadtalos-skiboot-17196ef852da29a3bcfde86448ce3d1c8ec081fc.tar.gz
talos-skiboot-17196ef852da29a3bcfde86448ce3d1c8ec081fc.zip
doc : Typos correction, case conversion, and replaces .txt with .rst
uncomppressed -> uncompressed fatten -> flatten weather -> whether .txt -> .rst Signed-off-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/overview.rst')
-rw-r--r--doc/overview.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index e324ca20..e72599d1 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -1,7 +1,7 @@
-skiboot overview
+Skiboot overview
================
-skiboot is firmware, loaded by the FSP. Along with loading the bootloader,
+Skiboot is firmware, loaded by the FSP. Along with loading the bootloader,
it provides some runtime services to the OS (typically Linux).
Source layout
@@ -51,7 +51,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).
OpenPOWER on IntegriCloud