This is kind of a pre CAR patch to properly allocate "shared" graphics memory
[coreboot.git] / src / mainboard / rca / rm4100 / mainboard.c
index 0324266a8d059478b9f74774803e9c9fd111d39d..2248ba791ec6638ed5a99e45c9eeb2c2ef464e90 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2008 Joseph Smith <joe@settoplinux.org>
+ * Copyright (C) 2008-2010 Joseph Smith <joe@settoplinux.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  */
 
 #include <device/device.h>
+#include <boot/tables.h>
+#include <arch/coreboot_tables.h>
 #include "chip.h"
 
+int add_mainboard_resources(struct lb_memory *mem)
+{
+       return add_northbridge_resources(mem);
+}
+
 static void mainboard_init(device_t dev)
 {
        // TODO Switch parport LEDs again