OpenBIC
OpenSource Bridge-IC
|
#include <zephyr.h>
#include <sys/printk.h>
#include <logging/log.h>
#include <logging/log_ctrl.h>
#include <stdlib.h>
#include <stdio.h>
#include "libutil.h"
#include "plat_mctp.h"
#include "plat_pldm.h"
#include "hal_i2c.h"
#include "util_sys.h"
Functions | |
LOG_MODULE_REGISTER (plat_pldm) | |
uint8_t | plat_pldm_get_tid () |
uint8_t | plat_pldm_get_http_boot_attr (uint8_t length, uint8_t *httpBootattr) |
uint8_t | plat_pldm_get_http_boot_data (uint16_t offset, uint8_t *read_length, uint8_t buffer_length, uint8_t *httpBootData) |
LOG_MODULE_REGISTER | ( | plat_pldm | ) |
uint8_t plat_pldm_get_http_boot_attr | ( | uint8_t | length, |
uint8_t * | httpBootattr | ||
) |
uint8_t plat_pldm_get_http_boot_data | ( | uint16_t | offset, |
uint8_t * | read_length, | ||
uint8_t | buffer_length, | ||
uint8_t * | httpBootData | ||
) |
uint8_t plat_pldm_get_tid | ( | ) |