diff options
author | Teo Boon Tiong <boon.tiong.teo@intel.com> | 2017-01-10 21:10:40 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-01-13 17:38:32 +0100 |
commit | 15b71638213dd3ae4b38fad34c63ef2b197ba730 (patch) | |
tree | b870931946d6a8360429bd6fda485b0d8f074bb6 /src/soc | |
parent | 3dea69a48759c431a424b6d9ce71da1ad22ceae3 (diff) |
soc/intel/skylake: Rename car_stage.S for fsp2_0
Cosmetic changes to rename car_stage.S to car_stage_fsp20.S,
so that it is associated with FSP driver version that is being used.
Tested on Kabylake Rvp11.
Change-Id: I869df6eb746e3982e5912c272255eab6cb008838
Signed-off-by: Teo Boon Tiong <boon.tiong.teo@intel.com>
Reviewed-on: https://review.coreboot.org/18083
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/skylake/romstage/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/intel/skylake/romstage/car_stage_fsp20.S (renamed from src/soc/intel/skylake/romstage/car_stage.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/romstage/Makefile.inc b/src/soc/intel/skylake/romstage/Makefile.inc index 877712f58e..c19301f734 100644 --- a/src/soc/intel/skylake/romstage/Makefile.inc +++ b/src/soc/intel/skylake/romstage/Makefile.inc @@ -1,6 +1,6 @@ verstage-y += power_state.c -romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += car_stage.S +romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += car_stage_fsp20.S romstage-y += pmc.c romstage-y += power_state.c romstage-$(CONFIG_PLATFORM_USES_FSP1_1) += romstage.c diff --git a/src/soc/intel/skylake/romstage/car_stage.S b/src/soc/intel/skylake/romstage/car_stage_fsp20.S index c6401fa597..c6401fa597 100644 --- a/src/soc/intel/skylake/romstage/car_stage.S +++ b/src/soc/intel/skylake/romstage/car_stage_fsp20.S |