nb/intel/ironlake: Rewrite early QPI init

Rewrite early QPI initialisation to account for variables in the
register values. Trace replays did not capture these relationships.

Tested on out-of-tree HP 630, still boots.

Change-Id: I5d393e8222be286ab4d4dc074d85f721b07bbca4
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49586
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons
2021-01-16 11:27:33 +01:00
parent 91947604af
commit 56823f53dc
3 changed files with 97 additions and 63 deletions

View File

@@ -3353,7 +3353,7 @@ void raminit(const int s3resume, const u8 *spd_addrmap)
compute_derived_timings(&info);
early_quickpath_init(x2ca8);
early_quickpath_init(&info, x2ca8);
info.cached_training = get_cached_training();