Fix merge issues in src/soc/intel
This commit is contained in:
@@ -429,9 +429,6 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd)
|
||||
¶ms->SerialIoSpiCsPolarity[0], NULL, NULL);
|
||||
#endif
|
||||
|
||||
/* Set correct Sirq mode based on config */
|
||||
params->PchSirqMode = config->SerialIrqConfigSirqMode;
|
||||
|
||||
/* Chipset Lockdown */
|
||||
if (get_lockdown_config() == CHIPSET_LOCKDOWN_COREBOOT) {
|
||||
tconfig->PchLockDownGlobalSmi = 0;
|
||||
|
@@ -93,8 +93,8 @@ uintptr_t graphics_soc_write_acpi_opregion(const struct device *device,
|
||||
}
|
||||
|
||||
const struct i915_gpu_controller_info *
|
||||
intel_igd_get_controller_info(struct device *device)
|
||||
intel_igd_get_controller_info(const struct device *device)
|
||||
{
|
||||
struct soc_intel_apollolake_config *chip = device->chip_info;
|
||||
struct soc_intel_cannonlake_config *chip = device->chip_info;
|
||||
return &chip->gfx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user