diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-09 12:40:53 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-10 15:15:14 +0000 |
commit | c9f6bd90857d3a7efe08c60f7f5fc19995fb1756 (patch) | |
tree | e4db63a2081fe2f4d87cd35223c597a27cab4e60 /README.md | |
parent | 9d9ce62ae9bd122e43ab87468de541a822a0ff1f (diff) |
sb/i82801gx: Don't rewrite over BCTRL
PCI_MIN_GNT is defined at offset 0x3e in <pci_def.h> which does not
apply to this PCI bridge because it is only defined for
"Header type 0 (normal devices)" (line 82).
BCTRL registry for D30:F0 is defined at offset 0x3e for i82801gx
(see ICH7 Family Datasheet page 355).
The write on that register is already done some lines above.
So remove wrong register name and the wrong code line.
Change-Id: Ib8a0514200f424049503bb8e4bc076ee6ae86ce3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32699
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions