From 17196ef852da29a3bcfde86448ce3d1c8ec081fc Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Sun, 7 Aug 2016 19:03:22 +0530 Subject: doc : Typos correction, case conversion, and replaces .txt with .rst uncomppressed -> uncompressed fatten -> flatten weather -> whether .txt -> .rst Signed-off-by: Mukesh Ojha Signed-off-by: Stewart Smith --- doc/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/overview.rst') diff --git a/doc/overview.rst b/doc/overview.rst index e324ca2..e72599d 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). -- cgit v1.1