docs: Add 24.12 release notes
[coreboot2.git] / src / soc / samsung / exynos5420 / cbmem.c
blobd74b414f78f056343e46aee30171967748832e1b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <cbmem.h>
4 #include <soc/cpu.h>
6 uintptr_t cbmem_top_chipset(void)
8 return get_fb_base_kb() * KiB;