diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-02-22 16:11:29 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-02-24 10:41:51 +0000 |
commit | e1152c401a74a5a24811aa1425138353694346ba (patch) | |
tree | 87f50de5af4fc983d434073e4430fe62fa036447 /src/mainboard/lenovo | |
parent | 813b2f030d7b17e7e550005a108419eb4e372c4e (diff) |
mb/lenovo/x220: Increase MMIO space
With an external GPU connected via the expresscard slot this is
required.
Change-Id: I154721ff2c712cfe7eb79b8bf8943182c8c36548
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51005
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/x220/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x220/devicetree.cb b/src/mainboard/lenovo/x220/devicetree.cb index 667b280f0c..3f1934d8e9 100644 --- a/src/mainboard/lenovo/x220/devicetree.cb +++ b/src/mainboard/lenovo/x220/devicetree.cb @@ -27,7 +27,7 @@ chip northbridge/intel/sandybridge end end - register "pci_mmio_size" = "1024" + register "pci_mmio_size" = "2048" device domain 0 on subsystemid 0x17aa 0x21db inherit |