payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / emulation / qemu-power9 / cbmem.c
blob1b7b6908830eee6b43631e31785c7ba49b022940
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <cbmem.h>
4 #include <ramdetect.h>
6 void *cbmem_top_chipset(void)
8 return (void *)(probe_ramsize(0, CONFIG_DRAM_SIZE_MB) * MiB);