Cleanup up HD audio codec / hda_verb.h files.
[coreboot.git] / src / mainboard / supermicro / h8dme / mainboard.c
index 719593dda1e9cf058f2ce0fc95743d51b9c1fbca..c1b9635a04badbf710576b4a2dafcda843fb6f0f 100644 (file)
@@ -1,10 +1,12 @@
 /*
  * This file is part of the coreboot project.
  *
+ * Copyright (C) 2007-2009 Advanced Micro Devices
+ * Copyright (C) 2010 coresystems GmbH
+ *
  * 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  */
 
 #include <device/device.h>
-#include <console/console.h>
-#include <boot/tables.h>
 #include "chip.h"
 
-/* in arch/i386/boot/tables.c */
-extern uint64_t high_tables_base, high_tables_size;
-
-int add_mainboard_resources(struct lb_memory *mem)
-{
-#if HAVE_HIGH_TABLES == 1
-  lb_add_memory_range(mem, LB_MEM_TABLE,
-    high_tables_base, high_tables_size);
-#endif
-  return 0;
-}
-
 struct chip_operations mainboard_ops = {
        CHIP_NAME("Supermicro H8DME Mainboard")
 };