Lines Matching +full:build +full:- +full:legacy
1 # openbmc-utils
3 - `upload_and_update.py` A tool to upload a tarball to TFTP server and update
4 BMC with it. **Note**: It uses legacy methods to update BMC so it may break in
7 - `sensor_yaml_config.py` A tool to help write IPMI sensor yaml config.
9 - To sort the yaml config:
12 sensor_yaml_config.py -i <input.yaml> -o <output.yaml>
15 - To add the missing enityID, entityInstance, and sensorNamePattern:
18 sensor_yaml_config.py -i <input.yaml> -o <output.yaml> -f
21 - To add missing core/dimm temperature sensors based on RPT (generated by
22 OpenPOWER op-build):
25 sensor_yaml_config.py -i <input.yaml> -o <output.yaml> -f -r <machine.rpt>
28 - To generate a sensor map from example yaml config, which could be used for
32 sensor_yaml_config.py -i <sample.yaml> -o <sensor_map.yaml> -g
35 - To generate a DCMI sensor json config, which is used by
36 phosphor-ipmi-config:
39 sensor_yaml_config.py -i <input.yaml> -o <output.json> -d