Shelley Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72732 )
Change subject: mb/google/herobrine: Disable NVMe pci device by default ......................................................................
mb/google/herobrine: Disable NVMe pci device by default
Disable the NVMe pcie device by default. Will submit another CL that will dynamically enable it at runtime if the NVMe sku is detected.
BUG=b:262586570 BRANCH=None TEST=boot up and make sure PCI device is disabled.
Change-Id: I539564c9d04bef7600bf04afb095431a06b1810c Signed-off-by: Shelley Chen shchen@google.com --- M src/mainboard/google/herobrine/devicetree.cb 1 file changed, 18 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/72732/1
diff --git a/src/mainboard/google/herobrine/devicetree.cb b/src/mainboard/google/herobrine/devicetree.cb index 34360b7..61fb96c 100644 --- a/src/mainboard/google/herobrine/devicetree.cb +++ b/src/mainboard/google/herobrine/devicetree.cb @@ -3,6 +3,6 @@ chip soc/qualcomm/sc7280 device cpu_cluster 0 on end device domain 0 on - device pci 00.0 on end + device pci 00.0 off end end end