blob: e8bab7750192f1fefd76ed52a76f09181e59f504 [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Nitheesh Sekar20e75872018-09-14 11:24:10 +05302
3#include <cbmem.h>
4
Elyes Haouas799c3212022-11-09 14:00:44 +01005uintptr_t cbmem_top_chipset(void)
Nitheesh Sekar20e75872018-09-14 11:24:10 +05306{
Elyes Haouas799c3212022-11-09 14:00:44 +01007 return (uintptr_t)3 * GiB;
Nitheesh Sekar20e75872018-09-14 11:24:10 +05308}