This patch implements GFXUMA on all supported i810 boards. Also some fix-ups to the i810 northbridge.c code.

Signed-off-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5635 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Joseph Smith
2010-06-20 18:59:40 +00:00
committed by Joseph Smith
parent bfca8efab3
commit 992ae486c7
15 changed files with 118 additions and 47 deletions

View File

@@ -1,6 +1,12 @@
#include <device/device.h>
#include <boot/tables.h>
#include "chip.h"
int add_mainboard_resources(struct lb_memory *mem)
{
return add_northbridge_resources(mem);
}
struct chip_operations mainboard_ops = {
CHIP_NAME("ASUS MEW-VM Mainboard")
};