Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/
Dcoreboot.h22 #define COREBOOT_MAX_MEMRANGES 32 /* libpayload also uses this limit */ macro
29 extern coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];
/external/arm-trusted-firmware/lib/coreboot/
Dcoreboot_table.c41 coreboot_memrange_t memranges[COREBOOT_MAX_MEMRANGES];
47 coreboot_memrange_t coreboot_memranges[COREBOOT_MAX_MEMRANGES];
96 for (i = 0; i < COREBOOT_MAX_MEMRANGES; i++) { in coreboot_get_memory_type()