diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-11-05 11:35:54 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-11-07 14:20:38 +0000 |
commit | a575759c401d7bebaeb8909d5bce6a78edfb0bb4 (patch) | |
tree | bf4e7d5267fb1acf3c4d32631d03cc33943f0214 /.gitreview | |
parent | 1464a059332c7f9ff9a80455309265bb285c58c8 (diff) | |
download | coreboot-a575759c401d7bebaeb8909d5bce6a78edfb0bb4.tar.xz |
sb/intel/lynxpoint/pcie.c: Ensure OBFF is disabled
Setting registers 64h[19:18] = 2 and 68h[14:13] = 3 enables OBFF, and
setting registers 64h[19:18] = 0 and 68h[14:13] = 0 disables OBFF.
Register at offset 0x64 is DCAP2, and offset 0x68 is DCTL2.
However, current code doesn't account for this. The result is that
register 64h[19:18] = 2 and 68h[14:13] = 0, which means the hardware is
OBFF-capable but support is disabled, which makes no sense. Given that
reference code and Broadwell both disable OBFF, disable it here too.
Change-Id: I6c1cafdb435ee22909b077128b3ae5bde5543039
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47240
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to '.gitreview')
0 files changed, 0 insertions, 0 deletions