Various license header consistency fixes (trivial).
[coreboot.git] / src / southbridge / via / k8t890 / k8t890.h
index d719af6082ccbd598c2030ff733599f43ea9113b..ba078f5e22112fab943e3453f49f57b44156f8f3 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * 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
  */
 #define K8T890_APIC_BASE       0xfecc0000
 
+/* The 256 bytes of NVRAM for S3 storage, 256B aligned */
+#define K8T890_NVRAM_IO_BASE   0xf00
+
 #define K8T890_MMCONFIG_MBAR   0x61
 #define K8T890_MULTIPLE_FN_EN  0x4f
 
+/* the FB size in MB (min is 8MB max is 512MB) */
+#define K8M890_FBSIZEMB                64
+
+#include <device/device.h>
+
+extern void writeback(struct device *dev, u16 where, u8 what);
+extern void dump_south(device_t dev);
+
+int k8m890_host_fb_size_get(void);
+//void k8m890_host_fb_direct_set(uint32_t fb_address);
+
 #endif