struct zbi_mem_range_t

Defined at line 40 of file ../../sdk/lib/zbi-format/include/lib/zbi-format/memory.h

The ZBI_TYPE_MEM_CONFIG payload consist of one or more `zbi_mem_range_t`

entries.

The length of the item is `sizeof(zbi_mem_range_t)` times the number of

entries. Each entry describes a contiguous range of memory

Entries in the table may be in any order, and only a single item of type

ZBI_TYPE_MEM_CONFIG should be present in the ZBI.

Public Members

uint64_t paddr
uint64_t length
zbi_mem_type_t type
uint32_t reserved