blob: 7ef73153d115f0c2f49c7f8d07fe8afb41b7d525 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <cbmem.h>
#include <soc/display.h>
#include <soc/sdram.h>
void *cbmem_top_chipset(void)
{
return (void *)((sdram_max_addressable_mb() - FB_SIZE_MB) << 20UL);
}