mb/intel/dcp847ske: Disable xHCI via devicetree
This is supported by generic PCH code now. Change-Id: Id5d764c97e47cdb08a68d03002ebebd996769914 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36901 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
6b7b016b60
commit
1d29b7bbce
|
@ -39,6 +39,7 @@ chip northbridge/intel/sandybridge
|
|||
|
||||
register "gen1_dec" = "0x00fc0a01" # SuperIO @0xa00-0xaff
|
||||
|
||||
device pci 14.0 off end # USB xHCI
|
||||
device pci 16.0 on end # Management Engine Interface 1
|
||||
device pci 16.1 off end # Management Engine Interface 2
|
||||
device pci 16.2 off end # Management Engine IDE-R
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
void mainboard_late_rcba_config(void)
|
||||
{
|
||||
/* Disable devices */
|
||||
RCBA32(FD) |= PCH_DISABLE_P2P | PCH_DISABLE_XHCI;
|
||||
RCBA32(FD) |= PCH_DISABLE_P2P;
|
||||
|
||||
#if CONFIG(USE_NATIVE_RAMINIT)
|
||||
/* Enable Gigabit Ethernet */
|
||||
|
|
Loading…
Reference in New Issue