![]() |
TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
|
#include "cat.h"#include "dvfs.h"#include "fan_ctrl.h"#include "init.h"#include "reg.h"#include "status_reg.h"#include "telemetry.h"#include "timer.h"#include <stdint.h>#include <tenstorrent/msgqueue.h>#include <tenstorrent/post_code.h>#include <tenstorrent/sys_init_defines.h>#include <zephyr/init.h>#include <zephyr/kernel.h>#include <zephyr/logging/log.h>#include <zephyr/sys/util.h>
Macros | |
| #define | APPVERSION 0x00000000 |
| #define | APP_VERSION_STRING "unknown" |
| #define | FW_VERSION_SEMANTIC APPVERSION |
| #define | FW_VERSION_DATE 0x00000000 |
| #define | FW_VERSION_LOW 0x00000000 |
| #define | FW_VERSION_HIGH 0x00000000 |
Functions | |
| LOG_MODULE_REGISTER (bh_arc_init, CONFIG_TT_APP_LOG_LEVEL) | |
| uint32_t FW_VERSION[4] | __attribute__ ((section(".fw_version"))) |
| static int | tt_appversion_init (void) |
| SYS_INIT (tt_appversion_init, EARLY, 0) | |
| static int | record_cmfw_start_time (void) |
| SYS_INIT (record_cmfw_start_time, EARLY, 0) | |
| static int | bh_arc_init_start (void) |
| SYS_INIT_APP (bh_arc_init_start) | |
| static int | bh_arc_init_end (void) |
| SYS_INIT_APP (bh_arc_init_end) | |
| #define APP_VERSION_STRING "unknown" |
| #define APPVERSION 0x00000000 |
| #define FW_VERSION_DATE 0x00000000 |
| #define FW_VERSION_HIGH 0x00000000 |
| #define FW_VERSION_LOW 0x00000000 |
| #define FW_VERSION_SEMANTIC APPVERSION |
| uint32_t FW_VERSION[4] __attribute__ | ( | (section(".fw_version")) | ) |
|
static |
|
static |
| LOG_MODULE_REGISTER | ( | bh_arc_init | , |
| CONFIG_TT_APP_LOG_LEVEL | ) |
|
static |
| SYS_INIT | ( | record_cmfw_start_time | , |
| EARLY | , | ||
| 0 | ) |
| SYS_INIT | ( | tt_appversion_init | , |
| EARLY | , | ||
| 0 | ) |
| SYS_INIT_APP | ( | bh_arc_init_end | ) |
| SYS_INIT_APP | ( | bh_arc_init_start | ) |
|
static |