|
OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>#include "util_worker.h"#include "ipmi.h"#include "sensor.h"#include "power_status.h"#include "expansion_board.h"#include "plat_sensor_table.h"#include "plat_class.h"#include "plat_hwmon.h"#include "plat_isr.h"#include "plat_led.h"#include "plat_gpio.h"#include "plat_i2c.h"#include "plat_i2c_target.h"#include "plat_mctp.h"#include "plat_pldm_monitor.h"#include "plat_hook.h"#include <logging/log.h>#include "plat_event.h"#include "plat_log.h"#include "plat_fru.h"#include "plat_datetime.h"
Macros | |
| #define | DEF_PROJ_GPIO_PRIORITY 78 |
Functions | |
| LOG_MODULE_REGISTER (plat_init) | |
| void | pal_pre_init () |
| void | pal_set_sys_status () |
| void | pal_post_init () |
| DEVICE_DEFINE (PRE_DEF_PROJ_GPIO, "PRE_DEF_PROJ_GPIO_NAME", &gpio_init, NULL, NULL, NULL, POST_KERNEL, DEF_PROJ_GPIO_PRIORITY, NULL) | |
| #define DEF_PROJ_GPIO_PRIORITY 78 |
| DEVICE_DEFINE | ( | PRE_DEF_PROJ_GPIO | , |
| "PRE_DEF_PROJ_GPIO_NAME" | , | ||
| & | gpio_init, | ||
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| POST_KERNEL | , | ||
| DEF_PROJ_GPIO_PRIORITY | , | ||
| NULL | |||
| ) |
| LOG_MODULE_REGISTER | ( | plat_init | ) |
| void pal_post_init | ( | ) |

| void pal_pre_init | ( | ) |

| void pal_set_sys_status | ( | ) |