mb/asus/p8h61-m_pro: Disable SB-TSI base address
SB-TSI is specific to AMD platforms, but this is an Intel board. Change-Id: I5eb7e3bc920103279dfca3a9ec14a41666404993 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40738 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fada3e56c4
commit
3a3fb365a9
|
@ -95,7 +95,7 @@ chip northbridge/intel/sandybridge
|
|||
end
|
||||
device pnp 2e.b on # HWM, LED
|
||||
io 0x60 = 0x0290
|
||||
io 0x62 = 0x0200
|
||||
io 0x62 = 0x0000
|
||||
end
|
||||
device pnp 2e.d on end # VID
|
||||
device pnp 2e.e off end # CIR WAKE-UP
|
||||
|
|
Loading…
Reference in New Issue