From c8dc2c12040f911d8e6f72f134e46dd9a9d8beb0 Mon Sep 17 00:00:00 2001 From: Mario Scheithauer Date: Mon, 22 May 2023 15:27:36 +0200 Subject: soc/intel/apollolake: Make hard drive type for SATA ports configurable Intel's APL FSP offers the possibility to select the connected hard drive type to SATA ports. One has the option to choose between HDD ('0' - default) and SSD ('1'). This patch provides a chip config so that this FSP parameter can be set as needed in the devicetree on mainboard level. Change-Id: I52c3566fb3c959ada6be33f0546ac331f4867d10 Signed-off-by: Mario Scheithauer Reviewed-on: https://review.coreboot.org/c/coreboot/+/75366 Tested-by: build bot (Jenkins) Reviewed-by: Jan Samek --- src/soc/intel/apollolake/chip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/apollolake/chip.h') diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h index 3951880610..45b60d3c89 100644 --- a/src/soc/intel/apollolake/chip.h +++ b/src/soc/intel/apollolake/chip.h @@ -109,6 +109,9 @@ struct soc_intel_apollolake_config { /* Sata Ports Enable */ uint8_t SataPortsEnable[2]; + /* Sata Ports Solid State Drive */ + uint8_t sata_ports_ssd[2]; + /* Specifies on which IRQ the SCI will internally appear. */ uint8_t sci_irq; -- cgit v1.2.3