soc/intel/broadwell/chip.h: Drop unused fields

Broadwell boards now use the CPU code for Haswell. Therefore, these
devicetree options are no longer used anywhere and can be removed.

Change-Id: Ib0d1b6eecc11a70d1a2614669353a8040c860535
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46995
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Angel Pons 2020-10-29 21:56:40 +01:00
parent 3f0a95ac4c
commit d626e554aa
1 changed files with 0 additions and 28 deletions

View File

@ -31,34 +31,6 @@ struct soc_intel_broadwell_config {
int cdclk; int cdclk;
struct i915_gpu_controller_info gfx; struct i915_gpu_controller_info gfx;
/*
* Minimum voltage for C6/C7 state:
* 0x67 = 1.6V (full swing)
* ...
* 0x79 = 1.7V
* ...
* 0x83 = 1.8V (no swing)
*/
int vr_cpu_min_vid;
/*
* Set slow VR ramp rate on C-state exit:
* 0 = Fast VR ramp rate / 2
* 1 = Fast VR ramp rate / 4
* 2 = Fast VR ramp rate / 8
* 3 = Fast VR ramp rate / 16
*/
int vr_slow_ramp_rate_set;
/* Enable slow VR ramp rate */
int vr_slow_ramp_rate_enable;
/* Enable S0iX support */
int s0ix_enable;
/* TCC activation offset */
uint32_t tcc_offset;
}; };
typedef struct soc_intel_broadwell_config config_t; typedef struct soc_intel_broadwell_config config_t;