Update CPU count and add GPU clkreq

This commit is contained in:
Jeremy Soller
2019-05-10 10:18:52 -06:00
parent 5580493101
commit 6bbc98a1ef
2 changed files with 4 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ config ONBOARD_VGA_IS_PRIMARY
config MAX_CPUS config MAX_CPUS
int int
default 16 default 12
config DIMM_MAX config DIMM_MAX
int int

View File

@@ -125,6 +125,9 @@ chip soc/intel/cannonlake
register "PcieClkSrcUsage[11]" = "20" register "PcieClkSrcUsage[11]" = "20"
register "PcieClkSrcClkReq[11]" = "11" register "PcieClkSrcClkReq[11]" = "11"
# PCI Express on CPU x8, Clock 8 (GPU)
register "PcieClkSrcClkReq[8]" = "8"
# Misc # Misc
register "Device4Enable" = "1" register "Device4Enable" = "1"
register "HeciEnabled" = "1" register "HeciEnabled" = "1"