| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The commandline provided had several issues:
* The -dtb option was redundant as we boot with the cuImage, and caused
some kernel configuration to be skipped which in turn ended in a
kernel panic
* -append argument was redundant with respect to the devicetree
* The file paths used typically required the user to change up out of
the build directory after bitbaking obmc-phosphor-image
The patch addresses all of the above.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|
|
|
|
|
| |
.. to generate proper cross-references.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|
|
|
|
|
| |
... as it doesn't behave well with CI builds.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|
|
|
|
|
|
|
|
|
| |
When using pandoc to create the main .tex document, we lose all styles
and formatting information in the main userguide doc.
This change reverts commit bba5b1817e89bd63766e2bb91d406130f027fcaf, and
adds the \tighlist macro that was required by that change.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|
|
|
|
| |
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|\
| |
| | |
RFC on the OBMC Service Interface.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changed the main structure to be interface based rather than
topic based. Each interface should have a methods, signals
properties and namespace section with a table and option free
form examples or additional overview information. If an interface
doesn't have any properties, methods or signals those sections
can be omitted.
The namespace section outlines where objects implementing certain
interfaces are expected to be found.
There are a number of things that still need to be filled out.
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously the log files from xelatex were being left behind. Also, as
xelatex now builds the generated userguide.tex, the arguments to rm can
be matched by the userguide.* wildcard along with *.tex to remove the
remaining pandoc output.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Allow xelatex to build userguide.pdf without errors.
pandoc injects \tightlist macros into its output files which cause
xelatex to choke. By processing the hand-rolled userguide.tex with
pandoc the definition is injected and xelatex can build the PDF.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
| |
| |
| |
| |
| |
| | |
This change adds a little infrastructure for creating an OpenBMC User's
Guide, from the user-related documents in markdown.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| |
| |
| | |
We need four spaces, not two.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| |
| |
| | |
From content in the user manual.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| |
| |
| | |
Roughly based on Norm's user manual.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change restructures the rest-api document a little, so that it's
more in a manual format.
Also, we simplify the command-line examples a little, by only providing
the cjar-specific options where required; use single-quoting to avoid
lots of shell escaping; add command output where suitable, and wrap to
prevent long lines.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| |
| |
| | |
Based on the user guide
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| | |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| |
| |
| |
| | |
Add a little info about host console for the new obmc-console
infrastructure
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| | |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|/
|
|
|
|
| |
To provide a little direction for newcomers.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
Add description for dbus objects '/org/openbmc/sensors/host/PowerCap'
and '/org/openbmc/sensors/host/OccStatus'.
Signed-off-by: Yi Li <adamliyi@msn.com>
|
|/
|
|
| |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|\
| |
| | |
cheatsheet: Fix misspelling of TEMPLATECONF
|
|/
|
|
|
|
|
| |
The existing hint would not work, as the tool expects the variable to be
called TEMPLATECONF not TEMPLATE_CONF.
Signed-off-by: Joel Stanley <joel@jms.id.au>
|
|
|
|
|
|
|
|
|
| |
Start somewhere to document our development conventions.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Reviewed-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
|
|\
| |
| | |
Add login/logout examples
|
|/ |
|
|\
| |
| | |
Rest API documentation fixes
|
|/
|
|
|
|
| |
HTTP verbs need to be upper case.
-k appeared twice in some examples.
Add delete description and example.
|
|\
| |
| | |
REST API updates
|
|/
|
|
|
|
|
| |
I am working on a number of API (json format) changes.
Use https:// instead of http://
Show how to set the Content-Type HTTP header.
Show how to set the HTTP verb.
|
|\
| |
| | |
REST API examples
|
| | |
|
|/
|
|
| |
It doesn't have much to do with REST.
|
| |
|
|
|
|
|
|
| |
I'd like to keep the dbus-interfaces doc as a more formal specification.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|\
| |
| | |
Update dbus-interfaces.md
|
|/ |
|
|
|
|
| |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
|
|
|
| |
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|