c115852f | 18-May-2018 |
Andrew Jeffery <andrew@aj.id.au> |
Add MAINTAINERS file
Change-Id: I2b4f685f844a2b044bba639ec933a124353f4d2b Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
9ebaf942 | 26-Jan-2018 |
Adriana Kobylak <anoo@us.ibm.com> |
pep8 fixes
Fix ./inventory_upload.py:115:5: E722 do not use bare except'
Change-Id: If7a0851980e52cb435e83eeb92de7f45414dbdcc Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> |
4f7225a9 | 04-Jun-2016 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Change upload triggering mechanism
This reverts most of dbc81d6. The previous triggering mechanism did not prevent a user from powering the system on while the PNOR is updated and vise versa. The
Change upload triggering mechanism
This reverts most of dbc81d6. The previous triggering mechanism did not prevent a user from powering the system on while the PNOR is updated and vise versa. The new mechanism just does the upload prior to stating the host.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
dbc81d66 | 02-May-2016 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Convert inventory-upload to a dbus loop
It runs after every power off. For the first boot, it listens for org.openbmc.Inventory NameOwnerChanged and uploads.
Work around wonky dimm naming (array o
Convert inventory-upload to a dbus loop
It runs after every power off. For the first boot, it listens for org.openbmc.Inventory NameOwnerChanged and uploads.
Work around wonky dimm naming (array of bytes) - dtc suggests that the name property be a string.
show more ...
|
cccc3250 | 01-Apr-2016 |
Brad Bishop <radsquirrel@gmail.com> |
Introducing inventory upload
This script collects the BMC inventory, encodes it in DTB format and writes it to BIOS flash for consumption by the host firmware. |
30cb6c8d | 14-Apr-2016 |
Patrick Williams <patrick@stwcx.xyz> |
Initial commit |