Skip to content

Commit c2c1932

Browse files
jsun26inteljren1
authored andcommitted
HV Cx: add cx data of bxt j3455 SOC
This is cx data for APL NUC. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
1 parent 8b29ce1 commit c2c1932

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

hypervisor/arch/x86/cpu_state_tbl.c

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ struct cpu_px_data px_j3455[] = {
7373
{0x320, 0, 0xA, 0xA, 0x0800, 0x0800} /* P8 */
7474
};
7575

76+
/* The table includes cpu cx info of Intel J3455 SoC */
77+
struct cpu_cx_data cx_j3455[] = {
78+
{{SPACE_FFixedHW, 0x1, 0x2, 0x1, 0x01}, 0x1, 0x1, 0x3E8}, /* C1 */
79+
{{SPACE_FFixedHW, 0x1, 0x2, 0x1, 0x21}, 0x2, 0x32, 0x0A}, /* C2 */
80+
{{SPACE_FFixedHW, 0x1, 0x2, 0x1, 0x60}, 0x3, 0x96, 0x0A} /* C3 */
81+
};
82+
7683
struct cpu_state_table {
7784
char model_name[64];
7885
struct cpu_state_info state_info;
@@ -83,7 +90,7 @@ struct cpu_state_table {
8390
},
8491
{"Intel(R) Celeron(R) CPU J3455 @ 1.50GHz",
8592
{ARRAY_SIZE(px_j3455), px_j3455,
86-
0, NULL}
93+
ARRAY_SIZE(cx_j3455), cx_j3455}
8794
}
8895
};
8996

0 commit comments

Comments
 (0)