Home
last modified time | relevance | path

Searched refs:CB_MEM_NONE (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/lib/
H A Dcoreboot.h32 CB_MEM_NONE = 0, /* coreboot will never report this */ enumerator
/rk3399_ARM-atf/lib/coreboot/
H A Dcoreboot_table.c101 if (range->type == CB_MEM_NONE) in coreboot_get_memory_type()
110 return CB_MEM_NONE; in coreboot_get_memory_type()