|
OpenBIC
OpenSource Bridge-IC
|
#include "plat_sensor_table.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include "sensor.h"#include "ast_adc.h"#include "intel_peci.h"#include "hal_gpio.h"#include "plat_class.h"#include "plat_gpio.h"#include "plat_hook.h"#include "plat_i2c.h"#include "plat_i3c.h"#include "plat_dimm.h"#include "power_status.h"#include "pmbus.h"#include "tmp431.h"#include "octeon.h"#include "libutil.h"#include "xdpe15284.h"#include <logging/log.h>
Functions | |
| LOG_MODULE_REGISTER (plat_sensor_table) | |
| bool | m2_access (uint8_t sensor_num) |
| bool | hsm_access (uint8_t sensor_num) |
| void | load_sensor_config (void) |
| uint8_t | pal_get_extend_sensor_config () |
| int | set_vr_page (uint8_t bus, uint8_t addr, uint8_t page) |
| void | check_vr_type (uint8_t index) |
| uint8_t | pal_get_vr_vender_type () |
| void | check_outlet_temp_type (uint8_t index) |
| void | pal_extend_sensor_config () |
| bool | pal_is_time_to_poll (uint8_t sensor_num, int poll_time) |
| uint8_t | get_hsc_pwr_reading (int *reading) |
| bool | disable_dimm_pmic_sensor (uint8_t sensor_num) |
| uint8_t | get_dimm_status (uint8_t dimm_index) |
Variables | |
| SET_GPIO_VALUE_CFG | pre_bat_3v = { A_P3V_BAT_SCALED_EN_R, GPIO_HIGH } |
| SET_GPIO_VALUE_CFG | post_bat_3v = { A_P3V_BAT_SCALED_EN_R, GPIO_LOW } |
| uint8_t | vr_vender_type = VR_TYPE_UNKNOWN |
| sensor_poll_time_cfg | diff_poll_time_sensor_table [] |
| dimm_pmic_mapping_cfg | dimm_pmic_map_table [] |
| sensor_cfg | plat_sensor_config [] |
| sensor_cfg | mp5990_sensor_config_table [] |
| sensor_cfg | adm1278_sensor_config_table [] |
| sensor_cfg | ltc4286_sensor_config_table [] |
| sensor_cfg | ltc4282_sensor_config_table [] |
| sensor_cfg | evt3_class1_adi_temperature_sensor_table [] |
| sensor_cfg | DPV2_sensor_config_table [] |
| const int | SENSOR_CONFIG_SIZE = ARRAY_SIZE(plat_sensor_config) |
| void check_outlet_temp_type | ( | uint8_t | index | ) |

| void check_vr_type | ( | uint8_t | index | ) |

| bool disable_dimm_pmic_sensor | ( | uint8_t | sensor_num | ) |

| uint8_t get_dimm_status | ( | uint8_t | dimm_index | ) |
| uint8_t get_hsc_pwr_reading | ( | int * | reading | ) |

| bool hsm_access | ( | uint8_t | sensor_num | ) |

| void load_sensor_config | ( | void | ) |

| LOG_MODULE_REGISTER | ( | plat_sensor_table | ) |
| bool m2_access | ( | uint8_t | sensor_num | ) |

| void pal_extend_sensor_config | ( | void | ) |
EVT2 switch board has two configurations that will cause the need to load different sensor table.
1st : ISL69259(VR) + MPS5990(HSC) + ISL28022(Power monitor IC) 2nd : XDPE12284(VR) + LTC4282(HSC) + INA230(Power monitor IC)
Since the BOARD_ID pins were originally used to identify which configuration has no function in this stage, so the current configuration is identified by IC_DEVICE_ID which gets from the VR chip.
The way to identify different configurations by BOARD_ID will be added back in the next stage.
| uint8_t pal_get_extend_sensor_config | ( | void | ) |
| uint8_t pal_get_vr_vender_type | ( | ) |
| bool pal_is_time_to_poll | ( | uint8_t | sensor_num, |
| int | poll_time | ||
| ) |
| int set_vr_page | ( | uint8_t | bus, |
| uint8_t | addr, | ||
| uint8_t | page | ||
| ) |

| sensor_cfg adm1278_sensor_config_table[] |
| sensor_poll_time_cfg diff_poll_time_sensor_table[] |
| dimm_pmic_mapping_cfg dimm_pmic_map_table[] |
| sensor_cfg DPV2_sensor_config_table[] |
| sensor_cfg evt3_class1_adi_temperature_sensor_table[] |
| sensor_cfg ltc4282_sensor_config_table[] |
| sensor_cfg ltc4286_sensor_config_table[] |
| sensor_cfg mp5990_sensor_config_table[] |
| sensor_cfg plat_sensor_config[] |
| SET_GPIO_VALUE_CFG post_bat_3v = { A_P3V_BAT_SCALED_EN_R, GPIO_LOW } |
| SET_GPIO_VALUE_CFG pre_bat_3v = { A_P3V_BAT_SCALED_EN_R, GPIO_HIGH } |
| const int SENSOR_CONFIG_SIZE = ARRAY_SIZE(plat_sensor_config) |
| uint8_t vr_vender_type = VR_TYPE_UNKNOWN |