summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rfc-obmc-service-iface: move to deprecated/ due to /org/openbmcStewart Smith2018-01-161-0/+0
| | | | | Change-Id: If1e0284b9e8342b670cbbd2a284b0a92fa53dea1 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* REST cheat sheet initial commitGeorge Keishing2018-01-101-0/+54
| | | | | | | | Added: - REST client curl commands. Change-Id: Ie3d8beaed7da456544a9c8a949d2b5003829c0c3 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
* README: add Technical Steering Committee membersJeremy Kerr2018-01-091-0/+10
| | | | | Change-Id: If6f3c0ea2fb6e357c5f5c474776ce79d92161eb4 Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* MAINTAINERS: Add code update repo reviewersGunnar Mills2018-01-051-0/+10
| | | | | Change-Id: I98ccba5d9609387e1ba1318a741ea70474eed661 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* MAINTAINERS: Add docs maintainersGunnar Mills2018-01-041-0/+2
| | | | | Change-Id: I569c5fcc9edf7fa4da53f50caf27b7d84413022f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* MAINTAINERS: Add IPMI stack maintainersEmily Shaffer2018-01-021-3/+14
| | | | | Change-Id: I986db133b1babd12dd3657ba3974096e4b8db809 Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
* Add information about storing imagesGunnar Mills2017-12-141-0/+9
| | | | | | | | | | Added information about storing images on an alternate BMC chip to be able to support multiple images at a time. Resolves openbmc/openbmc#2201 Change-Id: Ib3e40a6c3cf685cab23ce522331c87fb10791550 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add link to PNOR Code Update repoGunnar Mills2017-12-121-0/+4
| | | | | | | | Added implementation link to https://github.com/openbmc/openpower-pnor-code-mgmt Change-Id: I3c2405faa8e92eab88cea64645d1a420ebf840a0 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add information about factory resetGunnar Mills2017-12-122-2/+22
| | | | | Change-Id: If50645398370d66da0f81f1934e8491999f23bc9 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add MANIFEST sectionGunnar Mills2017-12-121-0/+20
| | | | | | | Define the format and what is included in the MANIFEST file. Change-Id: Id60e7d586c8342529d294f172d143b4f1c3028d3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add information about field modeGunnar Mills2017-12-121-0/+31
| | | | | Change-Id: I0534256769c74dc65c79f570e85f1f28c7ea3cd4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add information about deleting an imageGunnar Mills2017-12-121-0/+22
| | | | | Change-Id: If459078d3ad702e5c32a6f4621f76b96936a7a68 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add information about associationsGunnar Mills2017-12-122-0/+136
| | | | | | | | | Added information about "functional", "active", and "inventory item" associations. Added a "check the activation is complete" and "reboot the bmc for image to take" sections. Change-Id: I1625b94304ad984c50e64a7e6ab3125b48aff12c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Moved host code update to own docGunnar Mills2017-12-124-134/+145
| | | | | | | | | | | UBI Code Update has its own document, so should Host Code Update. Moved the 3 code update documents to their own dir. Also, updated the titles, headers, and links to reflect this. Change-Id: I08199785f8ec3eee74375cdbf881ad6b8825a70c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Rework of host-management.mdGunnar Mills2017-12-121-71/+123
| | | | | | | | | | Reworked the host-management.md document. Updated example calls from the old /org/openbmc, to /xyz/openbmc_project. Changed //bmc/ to //${bmc}/. Updated Event logs, Host State, Boot Options, Sensors, and Inventory sections to be correct. Change-Id: Ia914b13f5217c19b37d1377092e68c66ac9b74c7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Adding community meeting calendar ical file generationKurt Taylor2017-12-093-0/+45
| | | | | | | | | This adds ical file generation using the yaml2ical tool for weekly community meetings. The ical can be used to email an "invite" to meeting attendees. It also supports adding other weekly meetings as needed. Change-Id: I0a34c7a68ebe5be52f593987bdecdb6b8e14d07d Signed-off-by: Kurt Taylor <kurt.r.taylor@gmail.com>
* dbus-interfaces: move to deprecated/ as only covers /org/openbmcStewart Smith2017-12-062-3/+2
| | | | | Change-Id: I946883cfbc7a93c11701d0c5ee13b3ba7a22bf0c Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Change //bmc/ to //${bmc}/ in LED and cheatsheetGunnar Mills2017-12-052-3/+3
| | | | | | | | | | Changed the example calls from //bmc/ to //${bmc}/ in LED-architecture.md and cheatsheet.md. This is more obvious and users can set bmc to their bmc ip and just copy/paste these example calls. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I9efcc802367b01535ceada71f143972cadf1ca48
* Change //bmc/ to //${bmc}/Gunnar Mills2017-12-041-3/+3
| | | | | | | | | Changed the example calls from //bmc/ to //${bmc}/. This is more obvious and users can set bmc to their bmc ip and just copy/paste these example calls Change-Id: Ic06ffeb232b12989f852985cce7dfe1480b7ee45 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add information about the MANIFEST fileGunnar Mills2017-12-041-1/+15
| | | | | | | | | Added information about the MANIFEST file and what is included in the UBI BMC image tar. Also, added information about the implementation. Change-Id: I7abc34a13b74f22d647531b0ad9241503594d816 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Document the UBI layout BMC code update processGunnar Mills2017-12-041-0/+104
| | | | | | | | | | | | OpenBMC supports two code update layouts, the default non-UBI layout and the UBI layout which is used on Witherspoon. This document is the UBI layout code update. This document describes how to code update with the UBI layout. A lot of this information was taken from openbmc/docs/code-update.md#host-code-update and adapted for the BMC code update. More to come. Change-Id: I640f222aa85fbf544da8555237392a30818685de Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Change //bmc/ to //${bmc}/ in examplesGunnar Mills2017-12-042-29/+29
| | | | | | | | | Changed the example calls from //bmc/ to //${bmc}/. This is more obvious and users can set bmc to their bmc ip and just copy/paste these example calls. Change-Id: I5bb2794fc80121ca793acf2d8cdd2fa27f56596b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Update coding style to allow use of BoostEd Tanous2017-11-291-13/+17
| | | | | | | | This follows the discussion on the mailing list titled "Use of Boost in OpenBMC" Change-Id: I156a17086e411287e7c7182cdb65ea620e280950 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
* Add Calculating the version id beforehandGunnar Mills2017-11-271-6/+13
| | | | | | | | The version id can now be calculated beforehand, add that to the code-update.md. Change-Id: I245e277e0a922121e371664f11719bec2e4fd20a Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Correct the "Booting the host" commandsGunnar Mills2017-11-271-2/+4
| | | | | | | | | | | Corrected the curl command to power on the host. The state code is now xyz/openbmc_project/state, not org/openbmc/control. Also, changed the host in the curl commands from "palm5-bmc" to "bmc", "bmc" is found in the rest of the docs. Change-Id: I7b0a808f9697994d44bc552d7fd02b07707b9d9c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Fix POST curl examples in rest-api.mdGunnar Mills2017-11-201-9/+8
| | | | | | | | The POST curl example calls in rest-api.md used the old /org/openbmc, update to /xyz/openbmc_project/. Change-Id: Ib67827e94b1b47a5ab6bd0ed4107e78e73f88b48 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Fix PUT curl examples in rest-api.mdGunnar Mills2017-11-201-14/+31
| | | | | | | | The PUT curl example calls in rest-api.md used the old /org/openbmc, update to /xyz/openbmc_project/. Change-Id: I7b09aba752608fe9d43b55349ddffb0db8df6526 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Fix DELETE curl examples in rest-api.mdGunnar Mills2017-11-201-5/+5
| | | | | | | | The DELETE curl example calls in rest-api.md used the old /org/openbmc, update to /xyz/openbmc_project/. Change-Id: I388598d09db4ee6c89ace1637fd3a5817b76cdce Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Fix GET curl examples in rest-api.mdGunnar Mills2017-11-201-32/+64
| | | | | | | | The GET curl example calls in rest-api.md used the old /org/openbmc, update to /xyz/openbmc_project/. Change-Id: Ie0c6ab3fca0f72813dab7b8aa0082a90f8d94deb Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Updated maintainers to remove those not currently working on the project.Kurt Taylor2017-11-101-13/+0
| | | | | Change-Id: Ib1d81d08b8ec90c27e0d50c891d7b5e2b78c48d1 Signed-off-by: Kurt Taylor <kurt.r.taylor@gmail.com>
* code-update.md: Call fw_setenv twice for PrepareForUpdateAdriana Kobylak2017-10-311-1/+4
| | | | | | | | | | | | | Support for u-boot redundant environment variables was added where u-boot alternates writing to each environment every time a variable is written. But initramfs doesn't know which environment is active so it always reads from the same one. Therefore need to twice set the variables that initramfs reads so that they're written to both environments and initramfs can read them. Change-Id: I203386fc4be6a0deb7fa8b13757c83c8b0d4b4c4 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Spelling fixesGunnar Mills2017-10-254-8/+8
| | | | | | | | | 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: Ia3dd39a0f7aa9e9146c0dc9888160e77d312615c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* rest-api: document event subscription protocolDeepak Kodihalli2017-10-251-0/+94
| | | | | | | Resolves openbmc/openbmc#2317. Change-Id: Ic7ec575f77f5bc5ee44109fcff5b3d69a2b1982c Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* MAINTAINERS: add reviewers for OpenBMC machinesBrendan Higgins2017-10-171-1/+25
| | | | | | | | Add reviewers to OpenBMC machines as suggested by Andrew: https://lists.ozlabs.org/pipermail/openbmc/2017-October/009540.html Change-Id: Ib8cf8cf219e36dc53bb2cca1d0d6c144acc82da7 Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
* sensor-architecture.md: Fix broken linksLei YU2017-10-161-19/+26
| | | | | | | | | | Several links are broken because they were in different lines. Replace all inline-style links with reference-style ones and fix the broken links. Change-Id: Ia3266ebb83f275a3e25affac4ed88283892a1a5b Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sensor-architecture.md: Add note for valid label pathLei YU2017-10-161-0/+5
| | | | | | Change-Id: I837dedae986c615ed9a23707bda4ffa7494a4a3b Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* MAINTAINERS: updated designated reviewers for sdbusplusBrendan Higgins2017-10-111-1/+1
| | | | | | | Added Adriana and removed Patrick as reviewers for sdbusplus. Change-Id: I4ab053393cecabd3ffb4da804c44ea97032ed621 Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
* Fix extra backticks in host code update documentationCharles Paul Hofer2017-09-221-18/+18
| | | | | Change-Id: Ibaf080a36ec0300708c777e01f3488cb0b7f83bc Signed-off-by: Charles Paul Hofer <Charles.Hofer@ibm.com>
* code-update.md: Add non-REST instructions to the Host UpdateAdriana Kobylak2017-09-201-22/+99
| | | | | | | | | | | | Add details on how to perform a host code update without using the REST interfaces, by manually copying the image file to the BMC and performing the activation from the BMC command line. Also describe what a version id is, and how to check the activation is completed. Change-Id: I60f97f3a6430f7f93c388aff51d96a3f3a440217 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Update instructions to use squashfs image built by op-buildCharles Paul Hofer2017-08-221-5/+4
| | | | | Change-Id: I9c700dbdb7c54e948270dfb6333c38a8495472bf Signed-off-by: Charles Paul Hofer <Charles.Hofer@ibm.com>
* Update to reflect target refactoring workAndrew Geissler2017-08-151-17/+30
| | | | | | | | - Action targets now obmc-<host|chassis>-<action>@.target - New reboot target added to handle host reboots Change-Id: Ib1e7fcefc254904a150cc77666cd617e1c2c07d1 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Grammar fixes in code update READMEGunnar Mills2017-08-071-8/+8
| | | | | Change-Id: Ie1cc9aa4dc5769eb96adc63706fce4c4d71573b6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* code-update.md: Add host bios patch detailsAdriana Kobylak2017-07-221-0/+7
| | | | | | | | Add instructions on how to patch the host bios that implements virtual pnor. Change-Id: If38e4815ce677888993b649157f28412e0108408 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* code-update.md: Update Host code update with Software interfacesAdriana Kobylak2017-07-221-11/+30
| | | | | | | | | Update the Host code update section with steps to generate a bios host image and instructions on how to perform and monitor the update by using the Software dbus interfaces. Change-Id: I86dc2b7c31385c162c8a24fbd9bd15d7a81cd2c2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* How to add LED support for your systemcausten2017-07-111-0/+152
| | | | | | | | List the steps needed to add LED management. Based off of learnings from add Romulus Change-Id: Ic99e9a44a60247082256b452a49a61073a53d471 Signed-off-By: Chris Austen <austenc@us.ibm.com>
* Fixed the link to the Linux patch submission guidlinesCharles P. Hofer2017-07-061-1/+3
| | | | | Change-Id: I0da34f046a0d3e1181dfaf86ad6379e5f5fae538 Signed-off-by: Charles P. Hofer <charles.hofer@ibm.com>
* Minor grammer fixes in yocto-development.mdGunnar Mills2017-07-051-9/+9
| | | | | Change-Id: Icd6dcad54172a6bc1d55fe6c8ddb1fb0d5698d59 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Minor grammer fixes in contributing.mdGunnar Mills2017-07-051-7/+7
| | | | | Change-Id: I9b2b200843f1228ddf92f60be41a10563eb0116f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Use correct "GitHub" spellingGunnar Mills2017-07-052-3/+3
| | | | | Change-Id: Ib46070743709080e5be1a278f2c412635599af67 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Use correct "D-Bus" spelling in READMEGunnar Mills2017-07-051-1/+1
| | | | | | | Change "dbus" to the correct spelling "D-Bus". Change-Id: Ic05a05751b8d79f76d207b17ba736057b68cac6b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
OpenPOWER on IntegriCloud