OpenBIC
OpenSource Bridge-IC
plat_pldm_fw_version_shell.c File Reference
#include <zephyr.h>
#include <stdlib.h>
#include <shell/shell.h>
#include "sensor.h"
#include "plat_class.h"
#include "plat_pldm_sensor.h"
#include "plat_pldm_fw_update.h"
#include "mp2971.h"
#include "mp2891.h"
#include "raa229621.h"
#include "raa228249.h"
#include "pdr.h"
#include "mp29816a.h"
#include "plat_isr.h"
#include "plat_i2c.h"
Include dependency graph for plat_pldm_fw_version_shell.c:

Macros

#define AEGIS_CPLD_ADDR   (0x4C >> 1)
 

Functions

 LOG_MODULE_REGISTER (plat_pldm_fw_version_shell)
 
void cmd_get_fw_version_vr (const struct shell *shell, size_t argc, char **argv)
 
void cmd_get_fw_version_cpld (const struct shell *shell, size_t argc, char **argv)
 

Macro Definition Documentation

◆ AEGIS_CPLD_ADDR

#define AEGIS_CPLD_ADDR   (0x4C >> 1)

Function Documentation

◆ cmd_get_fw_version_cpld()

void cmd_get_fw_version_cpld ( const struct shell *  shell,
size_t  argc,
char **  argv 
)
Here is the call graph for this function:

◆ cmd_get_fw_version_vr()

void cmd_get_fw_version_vr ( const struct shell *  shell,
size_t  argc,
char **  argv 
)
Here is the call graph for this function:

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( plat_pldm_fw_version_shell  )