VSF Documented
|
Data Structures | |
struct | boot_head_t |
struct | image_head_t |
Macros | |
#define | IMAGE_MAGIC 0x474D495F |
#define | MINMATCH 4 |
#define | WILDCOPYLENGTH 8 |
#define | LASTLITERALS 5 |
#define | MFLIMIT 12 |
#define | ML_BITS 4 |
#define | ML_MASK ((1U<<ML_BITS)-1) |
#define | RUN_BITS (8-ML_BITS) |
#define | RUN_MASK ((1U<<RUN_BITS)-1) |
Typedefs | |
typedef struct boot_head_t | boot_head_t |
typedef struct image_head_t | image_head_t |
Enumerations | |
enum | { IMAGE_FLAGS_COMPRESSED = 1 << 0 , IMAGE_FLAGS_COMPRESSED_LZ4 = 1 << 1 } |
Functions | |
void | __debug_uart_putc (char c) |
void | __debug_uart_puts (char *str) |
void | __debug_uart_puti (uint_fast32_t i, uint_fast8_t base) |
void | __spinor_read (uint_fast32_t addr, uint8_t *buffer, uint_fast32_t len) |
void | spl_c_entry (void) |
#define IMAGE_MAGIC 0x474D495F |
#define MINMATCH 4 |
#define WILDCOPYLENGTH 8 |
#define LASTLITERALS 5 |
#define MFLIMIT 12 |
#define ML_BITS 4 |
#define ML_MASK ((1U<<ML_BITS)-1) |
#define RUN_BITS (8-ML_BITS) |
#define RUN_MASK ((1U<<RUN_BITS)-1) |
typedef struct boot_head_t boot_head_t |
typedef struct image_head_t image_head_t |
void __debug_uart_putc | ( | char | c | ) |
void __debug_uart_puts | ( | char * | str | ) |
void __debug_uart_puti | ( | uint_fast32_t | i, |
uint_fast8_t | base | ||
) |
void __spinor_read | ( | uint_fast32_t | addr, |
uint8_t * | buffer, | ||
uint_fast32_t | len | ||
) |
void spl_c_entry | ( | void | ) |