summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-02 22:55:00 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-04-05 13:16:43 +0000
commit5304ce108e1f8fceff543543be092253cf09edb0 (patch)
tree3c12a6a8350eac9da4dee56d4065f39496c69ede /src/mainboard/lenovo
parentf2e8660fa24b9e153967cc7e01486793806f9779 (diff)
downloadcoreboot-5304ce108e1f8fceff543543be092253cf09edb0.tar.gz
coreboot-5304ce108e1f8fceff543543be092253cf09edb0.tar.bz2
coreboot-5304ce108e1f8fceff543543be092253cf09edb0.zip
nb/intel/sandybridge: Drop `pci_mmio_size`
There's no good reason to use values smaller than 2 GiB here. Well, it increases available DRAM in 32-bit space. However, as this is a 64-bit platform, it's highly unlikely that 32-bit limitations would cause any issues anymore. It's more likely to have the allocator give up because memory-mapped resources in 32-bit space don't fit within the specified MMIO size, which can easily occur when using a discrete graphics card. Change-Id: If585b6044f58b1e5397457f3bfa906aafc7f9297 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52072 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r--src/mainboard/lenovo/x131e/devicetree.cb2
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb2
-rw-r--r--src/mainboard/lenovo/x230/devicetree.cb2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/lenovo/x131e/devicetree.cb b/src/mainboard/lenovo/x131e/devicetree.cb
index 18ed380428eb..2627fae5eac9 100644
--- a/src/mainboard/lenovo/x131e/devicetree.cb
+++ b/src/mainboard/lenovo/x131e/devicetree.cb
@@ -26,8 +26,6 @@ chip northbridge/intel/sandybridge
end
end
- register "pci_mmio_size" = "1024"
-
device domain 0x0 on
subsystemid 0x17aa 0x21fe inherit
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb b/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb
index b4d3800aa26c..5f1ea6bd7f93 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb
+++ b/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb
@@ -24,8 +24,6 @@ chip northbridge/intel/sandybridge
end
end
- register "pci_mmio_size" = "1024"
-
device domain 0 on
subsystemid 0x17aa 0x21f9 inherit
diff --git a/src/mainboard/lenovo/x230/devicetree.cb b/src/mainboard/lenovo/x230/devicetree.cb
index de91bbacd56d..e0557ca2bfa9 100644
--- a/src/mainboard/lenovo/x230/devicetree.cb
+++ b/src/mainboard/lenovo/x230/devicetree.cb
@@ -27,8 +27,6 @@ chip northbridge/intel/sandybridge
end
end
- register "pci_mmio_size" = "1024"
-
device domain 0 on
subsystemid 0x17aa 0x21fa inherit