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_FROM_BOARD_ID(board_id) ((uint32_t)(((board_id) >> 36) & 0xFFFFF))
35#define BOARDTYPE_ORION_SLT 0x37
36#define BOARDTYPE_P100A 0x43
37#define BOARDTYPE_P150A 0x40
38#define BOARDTYPE_P150 0x41
39#define BOARDTYPE_P150C 0x42
40#define BOARDTYPE_P300 0x44
41#define BOARDTYPE_P300A 0x45
42#define BOARDTYPE_P300C 0x46
43#define BOARDTYPE_UBB 0x47
44#define BOARDTYPE_GALAXY_BIN6 0x202
uint32_t tt_bh_fwtable_get_asic_location(const struct device *dev)
Definition bh_fwtable.c:144
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)
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:139
uint32_t tt_bh_fwtable_get_board_type(const struct device *dev)
Definition bh_fwtable.c:126
const struct _ReadOnly * tt_bh_fwtable_get_read_only_table(const struct device *dev)
Definition bh_fwtable.c:72
PcbType
Definition bh_fwtable.h:46
@ PcbTypeP100
Definition bh_fwtable.h:48
@ PcbTypeUBB
Definition bh_fwtable.h:51
@ PcbTypeOrionSLT
Definition bh_fwtable.h:47
@ PcbTypeP150
Definition bh_fwtable.h:49
@ PcbTypeUnknown
Definition bh_fwtable.h:52
@ PcbTypeP300
Definition bh_fwtable.h:50
const struct _FwTable * tt_bh_fwtable_get_fw_table(const struct device *dev)
Definition bh_fwtable.c:52