Fix some typos in documentation (found by codespell)Signed-off-by: Stefan Weil <sw@weilnetz.de>Message-Id: <20211117210702.1393570-1-sw@weilnetz.de>Reviewed-by: Philippe Mathieu-Daudé <philmd@red
Fix some typos in documentation (found by codespell)Signed-off-by: Stefan Weil <sw@weilnetz.de>Message-Id: <20211117210702.1393570-1-sw@weilnetz.de>Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>[thuth: "what's" --> "what is" as suggested by philmd]Signed-off-by: Thomas Huth <thuth@redhat.com>
show more ...
docs/system: ppc: Update the URL for OpenPOWER firmware imagesThis also fixes a small skiboot/skiroot typo and removes the links tothe specific POWER8 and POWER9 images since the firmware images c
docs/system: ppc: Update the URL for OpenPOWER firmware imagesThis also fixes a small skiboot/skiroot typo and removes the links tothe specific POWER8 and POWER9 images since the firmware images can beused to run all machines.Signed-off-by: Cédric Le Goater <clg@kaod.org>Message-Id: <20210902130928.528803-2-clg@kaod.org>Reviewed-by: Greg Kurz <groug@kaod.org>Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
docs: Format literals correctlyIn rST markup, single backticks `like this` represent "interpretedtext", which can be handled as a bunch of different things if taggedwith a specific "role":https:
docs: Format literals correctlyIn rST markup, single backticks `like this` represent "interpretedtext", which can be handled as a bunch of different things if taggedwith a specific "role":https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#interpreted-text(the most common one for us is "reference to a URL, which getshyperlinked").The default "role" if none is specified is "title_reference",intended for references to book or article titles, and it rendersinto the HTML as <cite>...</cite> (usually comes out as italics).This commit fixes various places in the manual which wereusing single backticks when double backticks (for literal text)were intended, and covers those files where only one or twoinstances of these errors were made.Signed-off-by: Peter Maydell <peter.maydell@linaro.org>Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
docs/system: ppc: Update ppce500 documentation with eTSEC supportThis adds eTSEC support to the PowerPC `ppce500` machine documentation.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Signed-off-by:
docs/system: ppc: Update ppce500 documentation with eTSEC supportThis adds eTSEC support to the PowerPC `ppce500` machine documentation.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
docs/system: ppc: Add documentation for ppce500 machineThis adds detailed documentation for PowerPC `ppce500` machine,including the following information:- Supported devices- Hardware configura
docs/system: ppc: Add documentation for ppce500 machineThis adds detailed documentation for PowerPC `ppce500` machine,including the following information:- Supported devices- Hardware configuration information- Boot options- Running Linux kernel- Running U-BootSigned-off-by: Bin Meng <bmeng.cn@gmail.com>Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
docs/system: Extend PPC sectionThis moves the current documentation in files specific to eachplatform family. PowerNV machine is updated, the other machines needto be done.Signed-off-by: Cédric
docs/system: Extend PPC sectionThis moves the current documentation in files specific to eachplatform family. PowerNV machine is updated, the other machines needto be done.Signed-off-by: Cédric Le Goater <clg@kaod.org>Message-Id: <20210222133956.156001-1-clg@kaod.org>Reviewed-by: Greg Kurz <groug@kaod.org>[dwg: Trivial capitalization fix]Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12