summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Restricted mode as a host settingtomjose2016-03-283-1/+7
|/
* Merge pull request #5 from nkskjames/power_policynkskjames2016-01-312-1/+5
|\ | | | | add power policy settings
| * add power policy settingsNorman James2016-01-312-1/+5
|/
* Merge pull request #4 from causten/masternkskjames2016-01-302-2/+2
|\ | | | | Change default for boot parms to be human readable
| * Change default for boot parms to be human readableChris Austen2016-01-292-2/+2
|/ | | | | | | | The REST interface is not a reflection of IPMI. It is its own design. The 0's as the default was because that is what the you could think of as the IPMI bytes indicating default. The OpenBMC REST interface should not have a direct relationship with IPMI. That is a general tenent
* Merge pull request #2 from anoo1/persistentnkskjames2016-01-293-43/+40
|\ | | | | Add system_state dbus property
| * Add system_state dbus propertyAdriana Kobylak2016-01-293-43/+40
|/ | | | | | | | | | | Add system_state property to keep track of the system state across reboots. Include the generated settings_file.py since some build machines cannot have the yaml python module installed. This file will be removed once the code is ported to C in the next rework. Add the path where the settings will be stored in bmc: /var/lib/obmc/ Address review comments from the initial commit.
* Merge pull request #1 from anoo1/settingsnkskjames2016-01-254-0/+130
|\ | | | | Create the settings dbus object.
| * Create the settings dbus object.Adriana Kobylak2016-01-104-0/+130
|/ | | | | | | | Host settings are specified in a yaml file. Parser converts the yaml file into a dictionary. The settings manager runs on the BMC and uses the dictionary to create the dbus properties and save the values in the BMC so that the values persist.
* Initial commitPatrick Williams2015-12-181-0/+202
OpenPOWER on IntegriCloud