Skip to content

Commit

Permalink
Enabling Intel BXT support
Browse files Browse the repository at this point in the history
This patch enables support for BXT-P

Signed-off-by:Nivedita Swaminathan <nivedita.swaminathan@intel.com>
  • Loading branch information
nswamina committed Jan 24, 2017
1 parent 9e943a5 commit 7ec3580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cpu/intel_cpus.cpp
Expand Up @@ -67,6 +67,7 @@ static int intel_cpu_models[] = {
0x4E, /* SKY */
0x5E, /* SKY */
0x56, /* BDX-DE */
0x5c, /* BXT-P */
0 /* last entry must be zero */
};

Expand Down Expand Up @@ -161,6 +162,7 @@ nhm_core::nhm_core(int model)
case 0x4E: /* SKY */
case 0x5E: /* SKY */
case 0x3D: /* Intel Next Generation */
case 0x5c: /* BXT-P */
has_c7_res = 1;
}

Expand Down Expand Up @@ -338,6 +340,7 @@ nhm_package::nhm_package(int model)
case 0x4E: /* SKY */
case 0x5E: /* SKY */
case 0x3D: /* Intel Next Generation */
case 0x5c: /* BXT-P */
has_c2c6_res=1;
has_c7_res = 1;
}
Expand Down Expand Up @@ -367,6 +370,7 @@ nhm_package::nhm_package(int model)
case 0x3D:
case 0x4E:
case 0x5E:
case 0x5c:
has_c8c9c10_res = 1;
break;
}
Expand Down

0 comments on commit 7ec3580

Please sign in to comment.