summaryrefslogtreecommitdiffstats
path: root/Build.PL
Commit message (Collapse)AuthorAgeFilesLines
* Create gen_settings.plGunnar Mills2017-10-101-0/+1
| | | | | | | | | | Created gen_settings.pl, to be used to get settings boundary and default values like OPEN_POWER_N_PLUS_ONE_BULK_POWER_LIMIT_WATTS from the MRW. Just the base commit for gen_settings.pl, more to come. Change-Id: Iea68db8e588c114fa600c0d3e87f4d763f783c01 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add gen_occ_map.pl to script_filesVishwanatha Subbanna2017-08-171-0/+1
| | | | | Change-Id: I42963c23f238507e7b0b606208f4b260787649f2 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Fetch inventory path and sensor information from MRW.Tom Joseph2017-05-191-0/+1
| | | | | | | | | | | | | | | Generate output yaml containing inventory to sensor information mapping by processing MRW and the config file. Sample entry in the output yaml. /xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1/core16: sensorID: 0x8c sensorType: 0x07 eventReadingType: 0x6F offset: 0x08 Change-Id: I34a42b8d81c08fc14849b7d29162433319474cf8 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Generate fan zone YAML from MRW XMLMatt Spinler2017-04-271-0/+1
| | | | | | | | | The script will generate YAML containing information about the fans in the system, including inventory name, associated sensor names, and cooling zone information. Change-Id: I32a8cc2422d549399b0bada841a914c57bd71777 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Generate tach based presence detect YAMLMatt Spinler2017-03-271-0/+1
| | | | | | | | | | Create gen_presence_yaml.pl to find the FRUs that use tach readings as their presence detects, and create the YAML definition necessary for mapping the tach sensor readings to specific FRUs. Change-Id: I3b3b1c4a32827b0efab2927353b0988880eaefa0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* gen_ipmi_sensor.pl: install this scriptRatan Gupta2017-03-091-0/+1
| | | | | Change-Id: I44a016f600c882c1cc4743bead2c8b54567512b7 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* gen_callouts.pl: install this scriptDeepak Kodihalli2017-03-061-3/+2
| | | | | Change-Id: Iac4ac954d256cf44bf1d95a483f212ece0bd343d Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* gen_proc_fsi_callouts.pl: install this scriptDeepak Kodihalli2017-02-241-0/+1
| | | | | Change-Id: I66ed072ca2259ae37617d9e166727e7308fa1170 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* gen_i2c_callouts.pl: install this scriptDeepak Kodihalli2017-02-241-0/+1
| | | | | Change-Id: Idaa904dd059e65c6f28ff48696f20a31eb711882 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* gen_fru_properties.pl : install this scriptDeepak Kodihalli2017-02-221-0/+1
| | | | | Change-Id: I177a0112c852c67e84ee73e7d6d3709410aadee6 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* gen_openpower_fru.pl : install this scriptDeepak Kodihalli2017-02-141-1/+5
| | | | | Change-Id: I91c0a96fb3c4fc0ab073174950f717ec76362aba Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add gen_ipmi_fru.plBrad Bishop2017-01-301-1/+1
| | | | | | | Install this script. Change-Id: Iaf43b9ef4ef6a6735665f181f209fabb5d47b0db Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Introduce Build.PL to manage module installationMatt Spinler2017-01-181-0/+10
Start using Perl's Module::Build functionality to install scripts and modules. Change-Id: Ia89bf968cbf09faec49c424c3b3f2f91465a6b41 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
OpenPOWER on IntegriCloud