summaryrefslogtreecommitdiffstats
path: root/gen_callouts.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix callout I2C pathMatt Spinler2019-03-221-1/+1
| | | | | | | | In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I6eec4ca9d570d7c6eceac0338c88967a78907b48
* callouts script: fsi path fixupsDeepak Kodihalli2017-08-231-3/+3
| | | | | | | | | | | Fix up paths as per 4.10 Linux kernel. This change will fix broken inventory path error log callouts. Resolves openbmc/openbmc#2103. Change-Id: I0406e39c720fb4316f3b58869d067a1dfe6cf620 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* callouts: refactor: merge i2c and fsi calloutsDeepak Kodihalli2017-03-021-0/+127
Merge gen_i2c_callouts.pl and gen_proc_fsi_callouts.pl to a single gen_callouts.pl. The idea as to have a unified output generated for callouts, irrespective of bus type. The output will be in YAML, as follows: <sysfs path> : <Inventory path to be called out> This will simplify usage for the FRU management code, as well as it should be easier to support other bus types. Change-Id: I8793be1207d905af1eb83b5b04383da39efbe02f Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
OpenPOWER on IntegriCloud