Skip to content

Commit

Permalink
Added Broadwell-EP CPU model (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xtjames committed Jun 23, 2023
1 parent be1e92a commit 6a538f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Lilu/Headers/kern_cpu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ namespace CPUInfo {
CPU_MODEL_SKYLAKE = 0x4E,
CPU_MODEL_SKYLAKE_ULT = 0x4E,
CPU_MODEL_SKYLAKE_ULX = 0x4E,
CPU_MODEL_BROADWELL_EP = 0x4F,
CPU_MODEL_SKYLAKE_DT = 0x5E,
CPU_MODEL_SKYLAKE_W = 0x55,
CPU_MODEL_KABYLAKE = 0x8E,
Expand Down
1 change: 1 addition & 0 deletions Lilu/Sources/kern_cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void CPUInfo::init() {
bdi.cpuGeneration = CpuGeneration::Haswell;
break;
case CPU_MODEL_BROADWELL:
case CPU_MODEL_BROADWELL_EP:
case CPU_MODEL_BRYSTALWELL:
bdi.cpuGeneration = CpuGeneration::Broadwell;
break;
Expand Down

0 comments on commit 6a538f3

Please sign in to comment.