23#ifdef CONFIG_BH_FWTABLE
24#include "fw_table.pb.h"
25#include "flash_info.pb.h"
26#include "read_only.pb.h"
34#define BOARDTYPE_ORION_SLT 0x37
35#define BOARDTYPE_P100A 0x43
36#define BOARDTYPE_P150A 0x40
37#define BOARDTYPE_P150 0x41
38#define BOARDTYPE_P150C 0x42
39#define BOARDTYPE_P300 0x44
40#define BOARDTYPE_P300A 0x45
41#define BOARDTYPE_P300C 0x46
42#define BOARDTYPE_UBB 0x47
uint32_t tt_bh_fwtable_get_asic_location(const struct device *dev)
Definition bh_fwtable.c:143
const struct _FlashInfoTable * tt_bh_fwtable_get_flash_info_table(const struct device *dev)
Definition bh_fwtable.c:62
void tt_bh_fwtable_apply_ccfgovr(const struct device *dev)
uint8_t tt_bh_fwtable_get_board_type(const struct device *dev)
Definition bh_fwtable.c:125
PcbType tt_bh_fwtable_get_pcb_type(const struct device *dev)
Definition bh_fwtable.c:83
bool tt_bh_fwtable_is_p300_left_chip(void)
Definition bh_fwtable.c:138
const struct _ReadOnly * tt_bh_fwtable_get_read_only_table(const struct device *dev)
Definition bh_fwtable.c:72
PcbType
Definition bh_fwtable.h:44
@ PcbTypeP100
Definition bh_fwtable.h:46
@ PcbTypeUBB
Definition bh_fwtable.h:49
@ PcbTypeOrionSLT
Definition bh_fwtable.h:45
@ PcbTypeP150
Definition bh_fwtable.h:47
@ PcbTypeUnknown
Definition bh_fwtable.h:50
@ PcbTypeP300
Definition bh_fwtable.h:48
const struct _FwTable * tt_bh_fwtable_get_fw_table(const struct device *dev)
Definition bh_fwtable.c:52