diff mbox series

[003/110] doc/overview: flesh out overview

Message ID 20190531061351.22973-4-stewart@linux.ibm.com
State Accepted
Headers show
Series Big documentation cleanup/expansion | expand

Commit Message

Stewart Smith May 31, 2019, 6:12 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 doc/overview.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Andrew Donnellan May 31, 2019, 6:28 a.m. UTC | #1
Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com>

On 31/5/19 4:12 pm, Stewart Smith wrote:
> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
> ---
>   doc/overview.rst | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/overview.rst b/doc/overview.rst
> index 63667013e447..3895f67f6edf 100644
> --- a/doc/overview.rst
> +++ b/doc/overview.rst
> @@ -1,8 +1,10 @@
>   Skiboot overview
>   ================
>   
> -Skiboot is firmware, loaded by the FSP. Along with loading the bootloader,
> -it provides some runtime services to the OS (typically Linux).
> +Skiboot is boot and runtime firmware for OpenPOWER systems.
> +It's loaded by earlier boot firmware (typically Hostboot).
> +Along with loading the bootloader, it provides some runtime
> +services to the OS (typically Linux).
>   
>   Source layout
>   -------------
>
diff mbox series

Patch

diff --git a/doc/overview.rst b/doc/overview.rst
index 63667013e447..3895f67f6edf 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -1,8 +1,10 @@ 
 Skiboot overview
 ================
 
-Skiboot is firmware, loaded by the FSP. Along with loading the bootloader,
-it provides some runtime services to the OS (typically Linux).
+Skiboot is boot and runtime firmware for OpenPOWER systems.
+It's loaded by earlier boot firmware (typically Hostboot).
+Along with loading the bootloader, it provides some runtime
+services to the OS (typically Linux).
 
 Source layout
 -------------