mb/google/hatch: Default native SD card interface to off in baseboard

Default SD card interface (PCI 14.5) to off in the baseboard, and have
all variants which use it enable it in their override tree. This will
allow for simplification when moving to using the chipset devicetree
references in a later patch.

Change-Id: I6e1230045f54e0fee376f5eeeca9da4fb9d5f6c4
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78550
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Yuchen He <yuchenhe126@gmail.com>
This commit is contained in:
Matt DeVillier 2023-10-22 13:40:06 -05:00 committed by Matt DeVillier
parent c5a22f173b
commit 53f4cafcca
12 changed files with 9 additions and 12 deletions

View File

@ -163,6 +163,7 @@ chip soc/intel/cannonlake
end
end
end # USB xHCI
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -289,7 +289,7 @@ chip soc/intel/cannonlake
device generic 0 on end
end
end # CNVi wifi
device pci 14.5 on end # SDCard
device pci 14.5 off end # SDCard
device pci 15.0 on end # I2C #0
device pci 15.1 on end # I2C #1
device pci 15.2 off end # I2C #2

View File

@ -72,6 +72,7 @@ chip soc/intel/cannonlake
device pci 02.0 on # Integrated Graphics Device
register "gfx" = "GMA_DEFAULT_PANEL(0)"
end
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -71,6 +71,7 @@ chip soc/intel/cannonlake
device pci 02.0 on # Integrated Graphics Device
register "gfx" = "GMA_DEFAULT_PANEL(0)"
end
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -86,9 +86,6 @@ chip soc/intel/cannonlake
end
end
# Native SD Card interface unused
device pci 14.5 off end
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -102,9 +102,6 @@ chip soc/intel/cannonlake
end
end
# Native SD Card interface unused
device pci 14.5 off end
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -96,6 +96,7 @@ chip soc/intel/cannonlake
end
end
end # USB xHCI
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -108,6 +108,7 @@ chip soc/intel/cannonlake
device pci 02.0 on # Integrated Graphics Device
register "gfx" = "GMA_DEFAULT_PANEL(0)"
end
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -151,8 +151,6 @@ chip soc/intel/cannonlake
end
end
device pci 14.5 off end # SDCard
device pci 15.0 on
chip drivers/i2c/hid
register "generic.hid" = ""SYNA0000""

View File

@ -91,6 +91,7 @@ chip soc/intel/cannonlake
device pci 02.0 on # Integrated Graphics Device
register "gfx" = "GMA_DEFAULT_PANEL(0)"
end
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -193,6 +193,8 @@ chip soc/intel/cannonlake
end
end
device pci 14.5 on end # SDCard
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""

View File

@ -97,9 +97,6 @@ chip soc/intel/cannonlake
end
end
# Native SD Card interface unused
device pci 14.5 off end
device pci 15.0 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""