Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/coreboot/
H A Dcoreboot_table.c47 coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES]; variable
99 coreboot_memrange_t *range = &coreboot_memranges[i]; in coreboot_get_memory_type()
146 if (size > sizeof(coreboot_memranges)) { in coreboot_table_setup()
148 size = sizeof(coreboot_memranges); in coreboot_table_setup()
150 memcpy(&coreboot_memranges, &entry->memranges, size); in coreboot_table_setup()
/rk3399_ARM-atf/include/lib/
H A Dcoreboot.h29 extern coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];