From 992ae486c7f4eddca9046be8bed250292b0fbd28 Mon Sep 17 00:00:00 2001 From: Joseph Smith Date: Sun, 20 Jun 2010 18:59:40 +0000 Subject: This patch implements GFXUMA on all supported i810 boards. Also some fix-ups to the i810 northbridge.c code. Signed-off-by: Joseph Smith Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5635 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/ecs/p6iwp-fe/Kconfig | 2 ++ src/mainboard/ecs/p6iwp-fe/mainboard.c | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'src/mainboard/ecs') diff --git a/src/mainboard/ecs/p6iwp-fe/Kconfig b/src/mainboard/ecs/p6iwp-fe/Kconfig index d2129a8d21..bb2a06dadd 100644 --- a/src/mainboard/ecs/p6iwp-fe/Kconfig +++ b/src/mainboard/ecs/p6iwp-fe/Kconfig @@ -29,6 +29,8 @@ config BOARD_ECS_P6IWP_FE select HAVE_PIRQ_TABLE select UDELAY_TSC select BOARD_ROMSIZE_KB_512 + select HAVE_MAINBOARD_RESOURCES + select GFXUMA config MAINBOARD_DIR string diff --git a/src/mainboard/ecs/p6iwp-fe/mainboard.c b/src/mainboard/ecs/p6iwp-fe/mainboard.c index b6929e618e..aec12501c6 100644 --- a/src/mainboard/ecs/p6iwp-fe/mainboard.c +++ b/src/mainboard/ecs/p6iwp-fe/mainboard.c @@ -19,8 +19,14 @@ */ #include +#include #include "chip.h" +int add_mainboard_resources(struct lb_memory *mem) +{ + return add_northbridge_resources(mem); +} + struct chip_operations mainboard_ops = { CHIP_NAME("ECS P6IWP-Fe Mainboard") }; -- cgit v1.2.3