summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>2017-02-03 09:48:35 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-02-03 17:16:07 +1100
commit28fe22d0906265a67cca6de709b5cc5adc5e9eed (patch)
tree6e101263a6c043d5510fdcb1fdfa66e9253ecb12 /doc
parentb1544fb834ac8405a471709190ec26e86c6e0d4c (diff)
downloadtalos-skiboot-28fe22d0906265a67cca6de709b5cc5adc5e9eed.tar.gz
talos-skiboot-28fe22d0906265a67cca6de709b5cc5adc5e9eed.zip
doc: Trivial fixes
Fix some issues in the documentation. Signed-off-by: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/overview.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index e72599d1..003be021 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -93,7 +93,7 @@ Memory
We initially occupy a chunk of memory, "heap". We pass to the OS (Linux)
a reservation of what we occupy (including stacks).
-In the source file include/config.h we include a memory map. This is
+In the source file include/mem-map.h we include a memory map. This is
manually generated, not automatically generated.
We use CCAN for a bunch of helper code, turning on things like DEBUG_LOCKS
@@ -122,5 +122,5 @@ Skiboot log
-----------
There is a circular log buffer that skiboot maintains. This can be
-accessed either from the FSP or through /dev/mem or through a debugfs
-patch that's currently floating around.
+accessed either from the FSP or through /dev/mem or through the sysfs
+file /sys/firmware/opal/msglog.
OpenPOWER on IntegriCloud