summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/refcode.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-16 16:57:21 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-08-02 15:29:10 +0000
commit12fc21b1cffcd8541abb534e2957f7f467e1667b (patch)
treea82f7c413d5b6fd227e94d14a10859aa8101580d /src/soc/intel/broadwell/refcode.c
parent94aa18f527eb1aba7be653a7c20b40cdeeb895c7 (diff)
downloadcoreboot-12fc21b1cffcd8541abb534e2957f7f467e1667b.tar.gz
coreboot-12fc21b1cffcd8541abb534e2957f7f467e1667b.tar.bz2
coreboot-12fc21b1cffcd8541abb534e2957f7f467e1667b.zip
soc/intel/broadwell: Rename `ramstage.h`
This file only contains the `broadwell_run_reference_code()` function prototype (either a declaration or an inline stub definition). Rename this file to refcode.h and only include it where necessary. Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical. Change-Id: I6513f45b8914a84312b27ef4860870a89fd0aab3 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55582 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/refcode.c')
-rw-r--r--src/soc/intel/broadwell/refcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/refcode.c b/src/soc/intel/broadwell/refcode.c
index ae175b0f6862..9d4bd2dce0da 100644
--- a/src/soc/intel/broadwell/refcode.c
+++ b/src/soc/intel/broadwell/refcode.c
@@ -11,7 +11,7 @@
#include <soc/pei_data.h>
#include <soc/pei_wrapper.h>
#include <soc/pm.h>
-#include <soc/ramstage.h>
+#include <soc/refcode.h>
static pei_wrapper_entry_t load_reference_code(void)
{