summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove non-docs repos from MAINTAINERSGunnar Mills2018-08-271-232/+6
| | | | | | | | | | | 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>
* Subtree doc fix for committing code to subtreeDave Cobbley2018-08-271-1/+3
| | | | | | | | | 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>
* subtree: Replace GitHub remotes with GerritBrad Bishop2018-08-241-5/+5
| | | | | | | | | | | | 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>
* Subtree documentation on workflows and structureDave Cobbley2018-08-231-0/+74
| | | | | | | | | | | | | | | 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>
* Remove dbus-interfaces.mdGunnar Mills2018-08-201-706/+0
| | | | | | | | 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>
* Remove rfc-obmc-service-iface.mdGunnar Mills2018-08-151-145/+0
| | | | | | | | 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>
* Enhance CONTRIBUTING.md and maintainer-workflow.mdJoseph Reynolds2018-08-072-4/+73
| | | | | | | | 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>
* Code Update: Fix image filenamesGunnar Mills2018-07-261-11/+8
| | | | | | | | | | | | | | | | | "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>
* Make CONTRIBUTING.md all caps as per the CharterAlexander Amelkin2018-07-232-1/+1
| | | | | | | | | | | | | 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>
* Fix header in ipmi-architecture.mdGunnar Mills2018-06-281-1/+1
| | | | | | | A bolded header doesn't do anything. Change-Id: I14422b81d511141e1ee82272a42f6ec674797ffa Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add documentation for the future of ipmi architectureVernon Mauery2018-06-211-0/+239
| | | | | | | | | | 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>
* User management - design documentRichard Marian Thomaiyar2018-06-211-0/+306
| | | | | | | | | 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>
* Remove closing headerGunnar Mills2018-06-142-16/+16
| | | | | | | | | 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>
* Fix some formatting in the sensor document.Matt Spinler2018-06-081-5/+4
| | | | | | | Make it easier to read in plain text. Change-Id: I5961e88b84096fbfac5850bb511850107a9a5b04 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add links to boot interfacesGunnar Mills2018-06-081-1/+4
| | | | | | | | | | 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>
* Update sensor architecture docMatt Spinler2018-06-081-23/+128
| | | | | | | Bring it up to date with the latest phosphor-hwmon code. Change-Id: I5823c1cbfe9c48091045c9417377182267f1a55e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add maintainer-workflow.mdBrad Bishop2018-06-051-0/+30
| | | | | | | | 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>
* Remove Firestone from MAINTAINERSGunnar Mills2018-06-011-3/+0
| | | | | | | | | | | 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>
* MAINTAINERS: Romulus and Palmetto updatesJoel Stanley2018-06-011-0/+5
| | | | | | | | | | 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>
* contributing: Add CLA signing instructionsBrad Bishop2018-05-221-0/+10
| | | | | Change-Id: I56dad1efc311d330e19b44c628f272457bffe06f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* msbarth: Add as maintainer/reviewer of packagesMatthew Barth2018-05-141-0/+5
| | | | | Change-Id: I4571c307636e049cfe16f989f707c1c5e97562f1 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* meetings: Update community call to new timeBrad Bishop2018-05-022-4/+4
| | | | | | | The new time is Monday mornings - 10AM CST. Change-Id: Ic53a17f1a8e47c5a807fb9103ab7d3597059beaa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* rest-api.md: Add upload return codesAdriana Kobylak2018-04-111-0/+19
| | | | | | | | | | 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>
* cpp-style: Add format-code.sh to clang sectionAdriana Kobylak2018-04-101-0/+7
| | | | | | | | | 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>
* Move Python Formatting to contributing.mdGunnar Mills2018-04-102-23/+24
| | | | | | | | | 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>
* Remove trailing spacesGunnar Mills2018-04-083-17/+17
| | | | | Change-Id: I602366f214e36ba475d5ce25fea54d09200cacf4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Spelling fixesGunnar Mills2018-04-082-2/+2
| | | | | | | | | 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>
* Adjust the kernel version formatYong Li2018-04-021-1/+1
| | | | | Change-Id: Ic429ba66875ecab25e5cbb5c5cb2607936a67139 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
* MAINTAINERS: Add mboxbridge and phosphor-mboxd repositoriesAndrew Jeffery2018-03-271-0/+15
| | | | | Change-Id: I5db3abe4ce39663eb3eeda94782a4dc106080cbe Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* MAINTAINERS: Fix copy/paste error for QEMU entryAndrew Jeffery2018-03-271-1/+1
| | | | | | | 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>
* Remove references to BarreleyeGunnar Mills2018-03-192-4/+4
| | | | | | | | | 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>
* Update maintainer list for openbmc/openbmc-test-automationGeorge Keishing2018-03-161-2/+2
| | | | | | | | | | 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>
* MAINTAINERS: Hand off zaius to Rob LippertXo Wang2018-03-141-1/+1
| | | | | | | I'm no longer reviewing OpenBMC code. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I1f8efcc9ede518d1f81eb6c25d1eb6ca302a02d2
* Change obmc-ubi-fs to distro featureGunnar Mills2018-03-121-1/+1
| | | | | | | | | 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>
* Event notification doc : key name fixupsDeepak Kodihalli2018-03-071-3/+3
| | | | | Change-Id: Icc0773101ac12b9ac33331fa16d11fe7e786526a Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* cpp-style: Set IndentWrappedFunctionNames to trueAdriana Kobylak2018-02-281-1/+1
| | | | | | | | | | | | | | | | | 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>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-161-0/+19
| | | | | | | | Added: - Factory reset the system using curl commands. Change-Id: Ie8f2acde72cf3f7f88846fefbcc1a2d511ef39ee Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-121-0/+12
| | | | | | | | Added: - Deleting images from the system. Change-Id: Ia674a0e9309ed6a14bfde1d8fb61da7d0b3789c7 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* contributing: Add testing expectation, commit message requirementXo Wang2018-02-121-0/+13
| | | | | | Tested: Documentation change; no code affected. Signed-off-by: Xo Wang <xow@google.com> Change-Id: Ie7064b1aea31906b59c2672f6ded9509a62b8a17
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-081-0/+8
| | | | | | | | Added: - Updating default "root" password. Change-Id: Icdb4994f8f9f241649dc797cb654790e7dc71830 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-02-061-8/+34
| | | | | | | | | Added: - Power supply redundancy setting read/write commands - Optimize GET commands. Change-Id: Iae73f5d5d75c45889d101f161253eab07a987ad2 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Add information about enforcing default ignore rulesGunnar Mills2018-02-011-0/+9
| | | | | Change-Id: I63d552afa1c916586c03618d52ed64ed86575994 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* MAINTAINERS: Add code update repo maintainersGunnar Mills2018-01-311-4/+4
| | | | | Change-Id: I648001431e61ef6f26bbc8f3455a961abcd0372d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add OpenBMC time commandsAndrew Geissler2018-01-301-0/+17
| | | | | | | Read and write time ownership and synchronization methods Change-Id: Ieaf6f3940df7c2fdb4040996f97e5224a0afd783 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* MAINTAINERS: Add phosphor-hwmon maintainerPatrick Venture2018-01-301-0/+1
| | | | | Change-Id: Id62bcfcc23913a6d17670ec3ce620e2f8424932d Signed-off-by: Patrick Venture <venture@google.com>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-01-271-0/+6
| | | | | | | | Added: - Deleting dump entries. Change-Id: I316f63967fa9a6d833a93e9e3a562960a60412f8 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Update for clang-format and pycodestyleAndrew Geissler2018-01-271-0/+113
| | | | | | | | | | 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>
* Update REST-cheatsheet.md documentationGeorge Keishing2018-01-221-0/+16
| | | | | | | | | | Added: - New line to be uniform. - Reboot host command. - Clear gard records. Change-Id: I736daf8552f532b35d4d60d190dd9a7eb5632133 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* Documentation for clear GARD APIMichael Tritz2018-01-181-0/+26
| | | | | | | | | | | | | 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>
* Update README.md and REST-cheatsheet.mdGeorge Keishing2018-01-172-0/+15
| | | | | | | | | 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>
OpenPOWER on IntegriCloud