fsp: Move fsp to fsp1_0
Prepare for FSP 1.1 integration by moving the FSP to a FSP 1.0 specific directory. See follow-on patches for sharing of common code. Change-Id: Ic58cb4074c65b91d119909132a012876d7ee7b74 Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/9970 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
be34797e4c
commit
786879777a
@@ -30,7 +30,7 @@ cpu_ucode_cbfs_file = $(obj)/cpu_microcode_blob.bin
|
||||
cbfs_include_ucode = y
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_PLATFORM_USES_FSP), y)
|
||||
ifeq ($(CONFIG_PLATFORM_USES_FSP1_0), y)
|
||||
cpu_ucode_cbfs_offset = "-b $(CONFIG_CPU_MICROCODE_CBFS_LOC)"
|
||||
else
|
||||
cpu_ucode_cbfs_offset = "-b"
|
||||
|
Reference in New Issue
Block a user