Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/
H A Dsysinfo.h14 #define SYSINFO_MAX_MEM_RANGES 32 macro
24 } memrange[SYSINFO_MAX_MEM_RANGES];
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c37 if (count > SYSINFO_MAX_MEM_RANGES) in cb_parse_memory()
38 count = SYSINFO_MAX_MEM_RANGES; in cb_parse_memory()