RADLib
RADical C++ application framework
rad_boot_info Struct Reference

#include <radekernel.h>

+ Collaboration diagram for rad_boot_info:

Public Attributes

uint32_t size
 
uint32_t version
 
char backend [RAD_BOOT_MAX_STRING]
 
char board [RAD_BOOT_MAX_STRING]
 
char console_device [RAD_BOOT_MAX_STRING]
 
char sd_mode [RAD_BOOT_MAX_STRING]
 
uintptr_t fdt_pointer
 
uintptr_t initrd_pointer
 
uint32_t boot_flags
 
uint32_t memory_region_count
 
rad_boot_memory_region_t memory_regions [RAD_BOOT_MAX_MEMORY_REGIONS]
 
uint32_t arg_count
 
rad_boot_arg_t args [RAD_BOOT_MAX_ARGS]
 

Member Data Documentation

◆ arg_count

uint32_t rad_boot_info::arg_count

◆ args

rad_boot_arg_t rad_boot_info::args[RAD_BOOT_MAX_ARGS]

◆ backend

char rad_boot_info::backend[RAD_BOOT_MAX_STRING]

◆ board

char rad_boot_info::board[RAD_BOOT_MAX_STRING]

◆ boot_flags

uint32_t rad_boot_info::boot_flags

◆ console_device

char rad_boot_info::console_device[RAD_BOOT_MAX_STRING]

◆ fdt_pointer

uintptr_t rad_boot_info::fdt_pointer

◆ initrd_pointer

uintptr_t rad_boot_info::initrd_pointer

◆ memory_region_count

uint32_t rad_boot_info::memory_region_count

◆ memory_regions

rad_boot_memory_region_t rad_boot_info::memory_regions[RAD_BOOT_MAX_MEMORY_REGIONS]

◆ sd_mode

char rad_boot_info::sd_mode[RAD_BOOT_MAX_STRING]

◆ size

uint32_t rad_boot_info::size

◆ version

uint32_t rad_boot_info::version

The documentation for this struct was generated from the following file: