Angel Pons has uploaded a new patch set (#3) to the change originally created by Patrick Rudolph. ( https://review.coreboot.org/c/coreboot/+/43903 )
Change subject: cpu/intel/common: Report the CPU max speed in SMBIOS ......................................................................
cpu/intel/common: Report the CPU max speed in SMBIOS
Use the TSC frequency to provide the maximum processor speed in SMBIOS type 4 tables. The TSC frequency is the "Maximum Non-Turbo Ratio" or "Scalable Bus Speed" on older platforms, times the FSB.
Change-Id: I8030187d2c9714c7f6c9451fd2318b3c6608e431 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/cpu/intel/common/fsb.c 1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/43903/3