soc/intel/skylake: Add devicetree variable for PCIe HotPlug
Add a variable to fill out the FSP UPD variable for PCIe HotPlug, which allows a mainboard to enable HotPlug on individual root ports. BUG=b:72417777 TEST=enable HotPlug on Eve Root Port 0 (WiFi) and check in linux that it is identified as a HotPlug capable root port. Change-Id: I6b1f525e41909a3f81984806c4ef20239032c8d6 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/23511 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Martin Roth
parent
f5e37751f3
commit
74ea48efb3
@@ -121,6 +121,8 @@ void soc_silicon_init_params(SILICON_INIT_UPD *params)
|
||||
sizeof(params->PcieRpClkReqSupport));
|
||||
memcpy(params->PcieRpClkReqNumber, config->PcieRpClkReqNumber,
|
||||
sizeof(params->PcieRpClkReqNumber));
|
||||
memcpy(params->PcieRpHotPlug, config->PcieRpHotPlug,
|
||||
sizeof(params->PcieRpHotPlug));
|
||||
|
||||
params->EnableLan = config->EnableLan;
|
||||
params->Cio2Enable = config->Cio2Enable;
|
||||
|
Reference in New Issue
Block a user