Hello Kyösti Mälkki, Patrick Rudolph, Angel Pons, Paul Menzel, build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/25565
to look at the new patch set (#27).
Change subject: src/cpu/intel: Add model_f6x ......................................................................
src/cpu/intel: Add model_f6x
Tested with a cpuid 0xf65 on 945G-M4 board.
BIOS Implementation Test Suite (bits-2079) on MSR gives 4 MSR consistent "failures": [assert] MSR 0x2a CPU0: 0x0 CPU1: 0x1000 [assert] MSR 0x2c CPU0: 0x11120511 CPU1: 0x0c120511 [assert] MSR 0x198 CPU0: 0x112700001127 CPU1: 0x112700000c20 [assert] MSR 0x19f CPU0: 0x69050500000101 CPU1: 0x32050500000101
Change-Id: I6003ec0f4d4245ce5fc9c1f38e555bfcfa1c22b5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/intel/Kconfig A src/cpu/intel/model_f6x/Kconfig A src/cpu/intel/model_f6x/Makefile.inc A src/cpu/intel/model_f6x/model_f6x_init.c M src/cpu/intel/socket_LGA775/Kconfig M src/cpu/intel/socket_LGA775/Makefile.inc 6 files changed, 113 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/25565/27