Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55209 )
Change subject: soc/intel/alderlake: Add IDE-R and KT device into chipset.cb ......................................................................
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 --- M src/soc/intel/alderlake/chipset.cb 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/55209/1
diff --git a/src/soc/intel/alderlake/chipset.cb b/src/soc/intel/alderlake/chipset.cb index 53d75e4..c51f92c 100644 --- a/src/soc/intel/alderlake/chipset.cb +++ b/src/soc/intel/alderlake/chipset.cb @@ -121,6 +121,8 @@ 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