| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Change "DBUS" to the correct spelling "D-Bus".
Change-Id: Ib7f43e794fdceca174e3a1c78ebcce4e78bae0e4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Change "dbus" and "DBUS" to the correct spelling "D-Bus".
Change-Id: I30214d0c2e646857c21010d75f8d1a4560dd2a54
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Change "dbus" to the correct spelling "D-Bus".
Change-Id: If6f069dec0c4d8bebe35388918e171b0b897b1e9
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Change "dbus" to the correct spelling "D-Bus".
Change-Id: Ib74c6838aec54847e1c7ba2cd56be4dbfa484e75
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Change "dbus" to the correct spelling "D-Bus".
Change-Id: Ic7e42f8e5e682cbbb0418d9fd5076a7121133036
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
| |
Change-Id: I305ecc2146be3d4fd240292b7dd075aab34ce4b0
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
|
|
|
|
|
|
| |
Resolves openbmc/openbmc-test-automation#689
Change-Id: I7e78c0627b0096d273b6e5f31eacd0db6b89d6bc
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
|
|
|
|
|
|
|
|
| |
Mr. Torvalds changed where the how to doc was located for
submitting kernel changes.
Change-Id: I3125e840caa3b081b39ad622ff962b98f1abcd0d
Signed-off-by: Chris Austen <austenc@us.ibm.com>
|
|
|
|
|
| |
Change-Id: I2d5c9068775ff353af92e25d6fa8aa06a79b09aa
Signed-off-by: Patrick Venture <venture@google.com>
|
|
|
|
|
| |
Change-Id: If2fcbb26670065a769d1463e4080f36093622e64
Signed-off-by: Patrick Venture <venture@google.com>
|
|
|
|
|
| |
Change-Id: I4ed9e67bf19646da4b418a3e002a4c17a4e0bd3e
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
|
|
|
|
|
| |
Change-Id: I74b2a5ac4078f1a9ae96778fe56f593b8e00bca9
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
| |
Change-Id: I7185ff5036dddfd657ac383edaab6d0ce167f4be
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
| |
For all v1.99.xx and greater code, the interfaces are
now defined in the phosphor-dbus-interfaces repo
Change-Id: I042740515270e77aca09ce6d4616beaf09c4c4b1
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
This new document describes how sensors are created
on the dbus/REST interface. The target audience is
operators of an OpenBMC system as well as engineers
looking to add sensor support for their hardware.
Change-Id: I8fb7e7e92ee8477091cf2df1baac5190ddca28ea
Signed-off-by: Chris Austen <austenc@us.ibm.com>
|
|
|
|
|
| |
Change-Id: Icc83ca78b7b485374d3a922fe5372c71390b3b67
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
|
|
|
|
| |
Change-Id: Iad6050582be5bec159d859c5eead1bef56735dce
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
|
|
|
|
|
| |
Change-Id: I317beea0f9a969c9b2a56027fd96ef7eda074f0d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added MAINTAINERS file to denote who are the
maintainers/experts/reviewers within the OpenBMC org.
The MAINTAINERS were chosen by who the current person fulfilling the
role of maintainer is (Joel Stanley in the case of the kernel, Patrick
Williams in the case of most other things, etc) and another maintainer
was chosen as a backup, usually the largest or second largest
contributor by commit count.
Reviewers (experts) for most repos were chosen based on the amount of
commits made by that person to the given repo; although this is by no
means ideal and will likely change, it provides a starting place.
Ideally, in the future, not only will reviewers and maintainers be
chosen in a more reasonable manner, but they will be chosen along a more
appropriate granularity than git repository (maybe just a sub-tree in a
repo).
Change-Id: I1a9cf14b09ef82980bc898c6753189ac98381f4d
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
|
|
|
|
|
|
|
|
|
|
| |
Getting files added to your image via yocto can be confusing
I've added a section that describes how to get started with
a simple file add. This plays off of the existing doc guide
for yocto that was recently added.
Change-Id: If757f3a082489ad4af26a82140b155710dddf71f
Signed-off-by: Chris Austen <austenc@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There was a discussion in code reviews on how acronyms should be
handled. In DBus interfaces, we have used UpperCamelCase through-out
and therefore acronyms are always UPPERCASE in DBus interfaces
specifically. There was an attempt to carry this forward into C++
style, which caused a contradiction between acronyms-always-uppercase
and variables-are-lower-case. Clarify this to indicate that acronyms
should always be same-case and are UPPER or lower depending on the
context.
Change-Id: I5bf19595ba38405d1d5d629f8ce854bbc47af8cf
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
|
|
|
|
| |
Change-Id: I2c0456c300fe141a7ca2ed4d6c310de8d5144977
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
|
|
|
|
| |
Change-Id: I40777dfcdb770809cf1032ce6081771d21857cd2
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
|
|
|
|
| |
Change-Id: I49cd64147cdac1cfea17c6a71a393c07ddcbf8d1
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
| |
|
|
|
|
|
|
|
|
|
| |
The original set of C++ style guidelines were arguably insufficient
for teams of diverse backgrounds. Attempt to formalize these guidelines
and specify in more depth.
Change-Id: I22253f7b9de91d693c33d55d612c3555fa5b219f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
|
|
|
|
|
|
|
|
| |
1. The JSON data is incorrect invoking `prepareForUpdate`;
2. Add `Apply update` step in `Update via REST` section.
3. Added description of tar-ball files built by OpenBMC.
Change-Id: I03cdd540d13aa2934654e5dbf56ec1a44b8b3d20
Signed-off-by: Lei YU <mine260309@gmail.com>
|
|
|
|
|
| |
Change-Id: I5d274525aa34f20606454b8f7f5ccfca99ba5640
Signed-off-by: Lei YU <mine260309@gmail.com>
|
|
|
|
|
| |
Change-Id: I59f81279c4ac018c8543cd79dbaf447adbf35c6a
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
|
|
|
|
|
|
|
| |
The how to create an SDK section describes how to do it for Yocto 1.8
There was a simple version change needed to make it 2.1
Change-Id: I193131ecadaa4423c10df3cd418f2e143d17e2f9
Signed-off-by: Chris Austen <austenc@us.ibm.com>
|
|\
| |
| | |
Update style guide to include Python and C++
|
| |
| |
| |
| | |
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
| |
| |
| |
| | |
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
| |
| |
| |
| | |
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
|\ \
| | |
| | | |
Enhancing instructions on QEMU
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added step by step details on using QEMU in both a virtual
bridge and tap environment. Latest features of QEMU palmetto
integration now allow for uboot flash support and ftgmac100
device support. That means you can start the qemu session
from uboot and run the real ftgmac ethernet device.
Signed-off-by: Chris Austen <austenc@us.ibm.com>
|
|\ \ \
| |/ /
|/| | |
Update dbus-interfaces.md
|
|/ / |
|
|\ \
| | |
| | | |
Small documentation fixes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reviewing my recent update in gedit showed a few spelling typos
in code-update.md. I also noticed the possible auto-correct
that put a backquote before an e in rest-api.md. After that I
ran the remaining files through gedit looking for mis-spelled
words and found a few with missing letters.
Signed-off-by: Milton Miller <miltonm@us.ibm.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When reviewing the formatted output I discovered my receint additions
to the dbus interfaces did not have trailing periods. In addition
one of the entries did not parse the bold formatting. I tracked
the later down to a space between the text and the intended end bold.
I also added a few columns to headers where the text was longer than
the initial columns. This makes the file a bit easier to read when
viewing the markdown as plain text.
Signed-off-by: Milton Miller <miltonm@us.ibm.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The BMC flash update process was enhanced to allow the images to be
written to flash while the system is operational allowing progress
to be mointored.
Update the documentation describing how to use the new interfaces.
Also add or update the description of the prior interface.
Fixes: openbmc/openbmc#293
Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
|
| |
| |
| |
| | |
Signed-off-by: Chris Austen <austenc@us.ibm.com>
|
| |
| |
| |
| | |
Signed-off-by: Joel Stanley <joel@jms.id.au>
|
|\ \
| | |
| | | |
Add Gerrit server info to contributing doc
|
|/ /
| |
| |
| |
| |
| | |
Add steps to setup and push changes to the openbmc gerrit server.
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
|\ \
| | |
| | | |
cheatsheet: Explain how to boot the host with curl
|
|/ / |
|
|\ \
| | |
| | | |
cheatsheet.md: Re-write QEMU invocation example
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|