soc/intel/alderlake: Add IDE-R and KT device into chipset.cb
Add IDE-R and KT device to chipset.cb and leave it off by default. Change-Id: Iaa51e3dc107eb3f06ad7b2aad72a6bc112999d98 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55209 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
1c70f8f48a
commit
8a0aea8d58
|
@ -121,6 +121,8 @@ chip soc/intel/alderlake
|
|||
device pci 15.3 alias i2c3 off end
|
||||
device pci 16.0 alias heci1 off end
|
||||
device pci 16.1 alias heci2 off end
|
||||
device pci 16.2 alias ide_r off end
|
||||
device pci 16.3 alias kt off end
|
||||
device pci 16.4 alias heci3 off end
|
||||
device pci 16.5 alias heci4 off end
|
||||
device pci 17.0 alias sata off end
|
||||
|
|
Loading…
Reference in New Issue