From ea66c9899b024e896dd810b7b99cff2a00b78f9d Mon Sep 17 00:00:00 2001 From: Pratikkumar Prajapati Date: Mon, 5 Jun 2023 18:10:37 -0700 Subject: soc/intel/common: Make get_ramtop_addr non static Make get_ramtop_addr not static to allow other code to use it. Bug=b:276120526 TEST=Able to build rex Signed-off-by: Pratikkumar Prajapati Change-Id: I8ef8a65b93645f25ca5e887342b18679d65e74b4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75624 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/common/basecode/include/intelbasecode/ramtop.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/common/basecode/include/intelbasecode') diff --git a/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h b/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h index 067dd6b270..fa3c8b1839 100644 --- a/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h +++ b/src/soc/intel/common/basecode/include/intelbasecode/ramtop.h @@ -11,4 +11,7 @@ void early_ramtop_enable_cache_range(void); /* Update the RAMTOP if required based on the input top_of_ram address */ void update_ramtop(uint32_t addr); +/* Get RAMTOP */ +uint32_t get_ramtop_addr(void); + #endif -- cgit v1.2.3