TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
|
#include <tenstorrent/jtag_bootrom.h>
#include <tenstorrent/bh_chip.h>
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include "bootcode.h"
Functions | |
LOG_MODULE_REGISTER (jtag_bootrom, CONFIG_TT_JTAG_BOOTROM_LOG_LEVEL) | |
__aligned (sizeof(uint32_t)) | |
const size_t | get_bootcode_len (void) |
int | jtag_bootrom_reset_sequence (struct bh_chip *chip, bool force_reset) |
const size_t get_bootcode_len | ( | void | ) |
LOG_MODULE_REGISTER | ( | jtag_bootrom | , |
CONFIG_TT_JTAG_BOOTROM_LOG_LEVEL | ) |