summaryrefslogtreecommitdiffstats
path: root/docs/configuration.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix configuration headerGunnar Mills2019-10-291-1/+1
| | | | | | | | | | This header did not format correctly due to the space. https://github.com/openbmc/phosphor-host-ipmid/blob/master/docs/configuration.md Tested: With https://jbt.github.io/markdown-editor/ Change-Id: Ief57b88b022844fd74740bb516b9d21f2590e7c3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Get Device ID - JSONDavid Cobbley2018-01-041-0/+24
This reads in all the get device ID parameters via a JSON file in the rootfs. Using a file in the rootfs will give much more flexibility to consumers of openbmc. Each ODM can simply bbappend their dev_id.json with their own specific get device ID info in. Now you can compile in the required info at build time, or modify during run time if needed. It also does not require any additional compilers/scripts to generate a yaml file. Change-Id: I44dfda54fa1762f88973ad709bf7a50bf32e492d Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
OpenPOWER on IntegriCloud