From fb1cd09596cfbbaa3b4ec7ec45b6ec8d8fa52411 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 22 Jun 2017 15:54:07 -0400 Subject: purism/librem13v2: migrate from FSP 1.1 to 2.0 Migrate the Librem13v2 from using FSP 1.1 to the public/GitHub FSP 2.0 Skylake/Kabylake release: - select FSP 2.0 in Kconfig - adjust romstage/ramstage functions as required - refactor pei_data functions - remove VR_RING domain from devicetree (unsupported in FSP 2.0) - add SataSpeedLimit parameter to work around power-related issue when operating at SATA 6.0Gbps speed TEST: build/boot Librem13v2, observe successful boot, lack of SATA-related errors in dmesg. Change-Id: Iedcc18d7279409ccd36deb0001567b0aa5197adf Signed-off-by: Youness Alaoui Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/22046 Tested-by: build bot (Jenkins) Reviewed-by: Youness Alaoui Reviewed-by: Martin Roth --- src/mainboard/purism/librem13v2/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/purism/librem13v2/Kconfig') diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig index 8522797f6e..5a279551a7 100644 --- a/src/mainboard/purism/librem13v2/Kconfig +++ b/src/mainboard/purism/librem13v2/Kconfig @@ -9,6 +9,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOC_INTEL_SKYLAKE # Workaround for EC/KBC IRQ1 select SERIRQ_CONTINUOUS_MODE + select MAINBOARD_USES_FSP2_0 config IRQ_SLOT_COUNT int -- cgit v1.2.3