soc/intel/broadwell: Rename `ramstage.h`
commit12fc21b1cffcd8541abb534e2957f7f467e1667b
authorAngel Pons <th3fanbus@gmail.com>
Wed, 16 Jun 2021 14:57:21 +0000 (16 16:57 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 2 Aug 2021 15:29:10 +0000 (2 15:29 +0000)
treea82f7c413d5b6fd227e94d14a10859aa8101580d
parent94aa18f527eb1aba7be653a7c20b40cdeeb895c7
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>
13 files changed:
src/soc/intel/broadwell/gma.c
src/soc/intel/broadwell/include/soc/refcode.h [moved from src/soc/intel/broadwell/include/soc/ramstage.h with 60% similarity]
src/soc/intel/broadwell/minihd.c
src/soc/intel/broadwell/northbridge.c
src/soc/intel/broadwell/pch/adsp.c
src/soc/intel/broadwell/pch/hda.c
src/soc/intel/broadwell/pch/lpc.c
src/soc/intel/broadwell/pch/me.c
src/soc/intel/broadwell/pch/pch.c
src/soc/intel/broadwell/pch/sata.c
src/soc/intel/broadwell/pch/serialio.c
src/soc/intel/broadwell/pch/usb_xhci.c
src/soc/intel/broadwell/refcode.c