| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
With
https://gerrit.openbmc-project.xyz/#/q/topic:maintainers+(status:open+OR+status:merged)
we moved MAINTAINERS files to their individual repos.
Copied an individual repo MAINTAINERS file and put in the correct
information for the docs repo.
Change-Id: I3588d6d4f08d80a2102c779c0be60abfebd71e4e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
| |
git doesn't allow you to checkout a branch based upon a URL. You must
add it as a remote, fetch that remote, and then attempt to checkout a
branch based upon it.
Change-Id: I51ba9790dc40156c606221060ec68d6b0899a21c
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gerrit is the canonical location for OpenBMC hosted meta-*
repositories, with GitHub being a read-only mirror.
As such update the subtree documentation to refer to the canonical
sources, on the off chance that GitHub replication stops working
or the meta-* mirrors are hosted elsewhere someday.
Change-Id: Id846d01a14874b9fecbb02f9ce7694cd2a73bff9
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Attempting to define the new architecture for how developers will
contribute to the OpenBMC project meta-data.
15 new repositories will be created (if non-existent) to hold these
subtrees. The idea is that a developer will clone openbmc/openbmc,
commit, and then push their changes to a subtree'd repository.
Automation on the back end will then take the new changes, merge them
into openbmc/openbmc.
Change-Id: I6c47c206131bc3a7b0be9aa7652995179ddfa619
Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com>
|
|
|
|
|
|
|
|
| |
dbus-interfaces.md has been in the deprecated dir for months.
Nothing in the document is currently relevant.
Change-Id: Ia2bff666fb2a458c02304b4ca9644ae392c17c31
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
| |
rfc-obmc-service-iface.md has been in the deprecated dir for months.
Nothing in the document is currently relevant.
Change-Id: I4bcac688cd990bc6d392a740ed84c3384125791f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
| |
Added information about the mechanics of Gerrit-based
code reviews, and about reviewers and maintainers.
Change-Id: I378cb9a5d0a42c702374485271628d9cba9789d3
Signed-off-by: Joseph Reynolds <jrey@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"image-initramfs" is no longer built. It was removed here:
https://github.com/openbmc/skeleton/commit/62d11c3e0d98e9a3f8908ec934698f90a55435fb
Also correct several image filenames and updated some wording.
After building a palmetto:
ls -l image-*
lrwxrwxrwx 2 gmills gmills 54 Jul 26 13:08 image-bmc -> obmc-phosphor-image-palmetto-20180726180322.static.mtd
lrwxrwxrwx 2 gmills gmills 45 Jul 26 13:08 image-kernel -> fitImage-obmc-phosphor-initramfs-palmetto.bin
lrwxrwxrwx 2 gmills gmills 40 Jul 26 13:08 image-rofs -> obmc-phosphor-image-palmetto.squashfs-xz
lrwxrwxrwx 2 gmills gmills 10 Jul 26 13:08 image-rwfs -> rwfs.jffs2
lrwxrwxrwx 2 gmills gmills 10 Jul 26 13:08 image-u-boot -> u-boot.bin
Change-Id: Ic7a9530509bd415c4edb0de70e009745a3268432
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to the official Charter at
https://www.openbmc.org/wp-content/uploads/sites/62/2018/03/charter_openbmc_02142018.pdf
the file must be named literally `CONTRIBUTING`.
That is, all caps.
This has been discussed in review comments for
https://gerrit.openbmc-project.xyz/9948
Change-Id: I91697e89f9fcb812ad8928a62c4b6550e9e36291
Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
|
|
|
|
|
|
|
| |
A bolded header doesn't do anything.
Change-Id: I14422b81d511141e1ee82272a42f6ec674797ffa
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
This documents the radical change for the ipmi daemon/handler
architecture, moving it from a c-like callback type un-safe mechanism to
something that looks and feels like c++ with compiler-generated
serialization and deserialization.
Change-Id: I9edf60d8f4fa56846f84ee639845d4d40f85ca5e
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
|
|
|
|
|
|
|
|
|
| |
Design document / white paper for user management
in openBmc covering user creation, deletion,
and 1:1 mapping with IPMI etc.
Change-Id: If1562752357093d0ba631d148ffdfde1ad742b87
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
|
|
|
|
|
|
|
|
|
| |
No need to have closing #s to close a header.
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#headers
Looking online, headers only start with #s.
Change-Id: Ib048367ea1483103822962dd5bfacc9d019944ae
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Make it easier to read in plain text.
Change-Id: I5961e88b84096fbfac5850bb511850107a9a5b04
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
In host-management.md, added links to BootSource and BootMode
interfaces. Users could use these to find possible values.
Resolves openbmc/openbmc#529
Change-Id: Ie1e55b891f49baa16280aa8f63304d3072e19c4e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Bring it up to date with the latest phosphor-hwmon code.
Change-Id: I5823c1cbfe9c48091045c9417377182267f1a55e
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
|
|
|
|
|
|
|
| |
Add a checklist to guide sub-project maintainers through the
OpenBMC CLA signing process.
Change-Id: I1528e02e8cae542368b5664a0ecbb1e24bf8a4cb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Firestone was removed here:
https://gerrit.openbmc-project.xyz/#/c/10957/
Soon this MAINTAINERS file will go away as well, waiting on
https://gerrit.openbmc-project.xyz/#/q/status:open++branch:master+topic:maintainers
to be merged.
Change-Id: I64c9aa241677f8c65900c64e5361f2e0c3655439
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
I test on Palmetto regularly. Lei maintains Palmetto as a reference
platform for OpenPower P8 machines.
I also test on Romulus regularly.
Change-Id: I022e12466b46bd36f5f5299d826aca9ac6da8526
Signed-off-by: Joel Stanley <joel@jms.id.au>
|
|
|
|
|
| |
Change-Id: I56dad1efc311d330e19b44c628f272457bffe06f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
| |
Change-Id: I4571c307636e049cfe16f989f707c1c5e97562f1
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
|
|
|
|
|
|
|
| |
The new time is Monday mornings - 10AM CST.
Change-Id: Ic53a17f1a8e47c5a807fb9103ab7d3597059beaa
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
| |
With change https://gerrit.openbmc-project.xyz/#/c/9594/
the upload method now returns the version id
of the uploaded file or error. Update the documentation with the
possible return information.
Change-Id: I76429bac378b58fd08e4fe5030b89e57f743fb1a
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
|
|
|
|
|
|
|
|
| |
With commit https://gerrit.openbmc-project.xyz/#/c/9480/
support for a format-code.sh script is being added to CI.
Add it to the documentation for users to take advantage of.
Change-Id: I11c56c94c3110a7279db72caf55738d88fc35302
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
|
|
|
|
|
|
|
|
| |
Moved the Python Formatting section from cpp-style-and-conventions
to contributing. cpp-style-and-conventions is meant for C++ code
only.
Change-Id: I23b1fcd5dd9a98a2e1085501a476b24556461031
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
| |
Change-Id: I602366f214e36ba475d5ce25fea54d09200cacf4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
| |
Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.
Change-Id: Ib8e8808cab80432ffcb8c23f4c896f5494b310cb
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
| |
Change-Id: Ic429ba66875ecab25e5cbb5c5cb2607936a67139
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
|
|
|
|
|
| |
Change-Id: I5db3abe4ce39663eb3eeda94782a4dc106080cbe
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
|
|
|
|
|
|
| |
Send mail to Cédric and myself, Cc'ing openbmc@lists.ozlabs.org.
Change-Id: I668e1bc1847199e392c1a875d3fe225b0463b11d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
|
|
|
|
|
|
|
|
| |
Barreleye is no longer a supported machine. Removed references
to Barreleye and replaced them with Zaius as an example machine
to build.
Change-Id: I37356cd0720f570941b24dd7c0be3e61d67323d6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
Added:
- Michael Walsh as the peer new maintainer. He is actively
contributing to automation, reviews and maintaining stable
code.
Change-Id: Ie3b670106203e967b2523f7c7d5d5e6862fce82c
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
| |
I'm no longer reviewing OpenBMC code.
Signed-off-by: Xo Wang <xow@google.com>
Change-Id: I1f8efcc9ede518d1f81eb6c25d1eb6ca302a02d2
|
|
|
|
|
|
|
|
|
| |
obmc-ubi-fs is moving to a distro feature, update the
ubi-code-update.md doc to reflect this.
https://gerrit.openbmc-project.xyz/#/c/9493
Change-Id: I8f3a3e9f9cf3ddb0846cb9f1b0a7877e9c4e50b9
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
| |
Change-Id: Icc0773101ac12b9ac33331fa16d11fe7e786526a
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change IndentWrappedFunctionNames to true in the .clang-format
example to indent function definitions that don't fit in a
single line.
Before:
RequestedActivations
requestedActivation(RequestedActivations value) override;
After:
RequestedActivations
requestedActivation(RequestedActivations value) override;
Change-Id: I92e31b0b7af80b2c974f5a63a622d461f02bb802
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
|
|
|
|
|
|
|
|
| |
Added:
- Factory reset the system using curl commands.
Change-Id: Ie8f2acde72cf3f7f88846fefbcc1a2d511ef39ee
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
| |
Added:
- Deleting images from the system.
Change-Id: Ia674a0e9309ed6a14bfde1d8fb61da7d0b3789c7
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
| |
Tested: Documentation change; no code affected.
Signed-off-by: Xo Wang <xow@google.com>
Change-Id: Ie7064b1aea31906b59c2672f6ded9509a62b8a17
|
|
|
|
|
|
|
|
| |
Added:
- Updating default "root" password.
Change-Id: Icdb4994f8f9f241649dc797cb654790e7dc71830
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
|
| |
Added:
- Power supply redundancy setting read/write commands
- Optimize GET commands.
Change-Id: Iae73f5d5d75c45889d101f161253eab07a987ad2
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
| |
Change-Id: I63d552afa1c916586c03618d52ed64ed86575994
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
| |
Change-Id: I648001431e61ef6f26bbc8f3455a961abcd0372d
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
|
|
|
|
|
|
| |
Read and write time ownership and synchronization methods
Change-Id: Ieaf6f3940df7c2fdb4040996f97e5224a0afd783
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
|
|
|
| |
Change-Id: Id62bcfcc23913a6d17670ec3ce620e2f8424932d
Signed-off-by: Patrick Venture <venture@google.com>
|
|
|
|
|
|
|
|
| |
Added:
- Deleting dump entries.
Change-Id: I316f63967fa9a6d833a93e9e3a562960a60412f8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
|
|
| |
The CI infrastructure recently added support to validate the
code being put up for review is formatted correctly according
to the repo specific .clang-format(c/c++) and setup.cfg(python)
files located in the root directory of the repository.
Change-Id: I1484b3c11ee30a48f5b2d94c4f78b5acb8bb9a57
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
|
|
|
|
|
|
|
|
|
| |
Added:
- New line to be uniform.
- Reboot host command.
- Clear gard records.
Change-Id: I736daf8552f532b35d4d60d190dd9a7eb5632133
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds to the OpenBMC documentation with information about the
API to clear the GARD partition on OpenPOWER systems.
This documentation is placed under host-management.md since the
function manages a record kept by the host.
Resolves openbmc/openbmc#2637
Change-Id: I07c81262b306bdd8b5cf8a06cbb74b0436fc9ba1
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
|
|
|
|
|
|
|
|
|
| |
Added:
- Link to REST-cheatsheet.md.
- Command to set Name and NTP server.
Change-Id: I2280d3e5cccae75568ac8cabb0c238a89f0fa138
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|