summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power9/cbmem.c
blob: 82ae74ea3b94eacfaf56be533231bf6f76a55977 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <cbmem.h>
#include <ramdetect.h>

uintptr_t cbmem_top_chipset(void)
{
	return probe_ramsize(0, CONFIG_DRAM_SIZE_MB) * MiB;
}