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:
parent
c5a22f173b
commit
53f4cafcca
|
@ -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""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
Loading…
Reference in New Issue