Skip to content

Commit 2343a1a

Browse files
committed
Revert "soc/intel/cmn/blk/graphics: ensure framebuffer is allocated <4G"
This reverts commit 692b501.
1 parent 11db6b1 commit 2343a1a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/soc/intel/common/block/graphics/graphics.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,6 @@ static void graphics_dev_read_resources(struct device *dev)
288288
pci_dev_set_resources(dev);
289289
res_bar0->flags |= IORESOURCE_FIXED;
290290
}
291-
292-
if (ENV_X86_32) {
293-
/* Place framebuffer below 4G to ensure coreboot can access it */
294-
struct resource *res_bar2 = find_resource(dev, PCI_BASE_ADDRESS_2);
295-
res_bar2->limit = 0xffffffff;
296-
res_bar2->flags &= ~IORESOURCE_ABOVE_4G;
297-
}
298291
}
299292

300293
static void graphics_join_mbus(void)

0 commit comments

Comments
 (0)