coreboot-kgpe-d16/src
Angel Pons aaa4a0d39e cpu/intel/common/fsb.c: Add Broadwell CPUID models
Like Haswell, Broadwell has a "FSB" speed of 100 MHz. Add the IDs for
both the traditional and ULT variants of Broadwell, because the CPU
driver for Haswell already contains CPUIDs for both Broadwell types.

Without this patch, Broadwell CPUs would hang when trying to print the
first console log message, but only if flashconsole was not enabled.

This was missed in commit f542b7bcef (cpu/intel/haswell: Add Broadwell
CPUIDs and microcode) and went unnoticed until now because the tests
were done with flashconsole enabled, which somehow boots properly even
though the console time tracking would not work (depends on TSC).

Tested on out-of-tree Acer E5-573, fixes booting without flashconsole.

Change-Id: I78a1696771d4d6d2138ec432dc0d8e030f14293b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49939
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-01-26 17:29:20 +00:00
..
acpi ACPI: Clean up GNVS initialisation 2021-01-24 19:57:17 +00:00
arch arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64 2021-01-25 08:55:08 +00:00
commonlib drivers/tpm: Implement full PPI 2020-12-21 02:38:20 +00:00
console lib/trace: Remove TRACE support 2020-12-02 23:35:58 +00:00
cpu cpu/intel/common/fsb.c: Add Broadwell CPUID models 2021-01-26 17:29:20 +00:00
device device/pci_rom.c: Use __func__ 2021-01-24 21:22:34 +00:00
drivers drivers/intel/fsp2_0/header_display.c: Correct component_attribute check 2021-01-25 08:56:13 +00:00
ec ec/google/wilco: Convert to ASL 2.0 syntax 2021-01-24 21:51:39 +00:00
include cpu/x86/smm: Remove unused APMC for C-state and P-state 2021-01-26 09:14:15 +00:00
lib src/lib/: Remove "this file is part of" line 2021-01-25 09:06:37 +00:00
mainboard mb/google/brya: Add memory DQ map 2021-01-26 10:38:49 +00:00
northbridge nb/intel/ironlake: Drop constant parameter 2021-01-25 09:09:59 +00:00
security security/tpm/tss/tcg-1.2/tss.c: Use __func__ 2021-01-19 08:58:50 +00:00
soc soc/amd: Add an option to select if SOC supports ESPI sub decode 2021-01-26 15:51:36 +00:00
southbridge sb,soc/intel: Refactor power_on_after_fail option 2021-01-26 09:14:27 +00:00
superio src/superio: trim and move Makefile.inc, instead use wildcard matches 2020-12-27 14:46:07 +00:00
vendorcode soc/amd/picasso: Add UPDs for support eDP power sequence adjust 2021-01-25 09:10:51 +00:00
Kconfig Kconfig: Show console debug options if loglevel override is set 2020-12-11 15:58:24 +00:00