OpenBIC
OpenSource Bridge-IC
plat_pldm.c File Reference
#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"
Include dependency graph for plat_pldm.c:

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)
 

Function Documentation

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( plat_pldm  )

◆ plat_pldm_get_http_boot_attr()

uint8_t plat_pldm_get_http_boot_attr ( uint8_t  length,
uint8_t *  httpBootattr 
)
Here is the call graph for this function:

◆ plat_pldm_get_http_boot_data()

uint8_t plat_pldm_get_http_boot_data ( uint16_t  offset,
uint8_t *  read_length,
uint8_t  buffer_length,
uint8_t *  httpBootData 
)
Here is the call graph for this function:

◆ plat_pldm_get_tid()

uint8_t plat_pldm_get_tid ( )
Here is the call graph for this function: