Various license header consistency fixes (trivial).
[coreboot.git] / src / northbridge / via / vt8623 / raminit.c
index 750193231a2a26d2c6f1fe7ab22994b04bb8061d..ffae808936a47a6ae10b842bf90267d2bd880089 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * (C) Copyright 2005 Nick Barker <nick.barker9@btinternet.com>
+ * This file is part of the coreboot project.
  *
+ * Copyright (C) 2005 Nick Barker <nick.barker9@btinternet.com>
  *
- * 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.
+ * 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.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,8 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* 
@@ -28,7 +28,7 @@
        256 Mb 266Mhz 2 Bank (i.e. double sided)
        512 Mb 266Mhz 2 Bank (i.e. double sided)
 */
-/* ported and enhanced from assembler level code in Linuxbios v1 */
+/* ported and enhanced from assembler level code in coreboot v1 */
 
 #include <cpu/x86/mtrr.h>
 #include "raminit.h"
@@ -72,7 +72,7 @@ static void ddr_ram_setup(const struct mem_controller *ctrl)
        uint16_t i,j;
        unsigned long bank_address;
 
-       print_err("vt8623 init starting\r\n");
+       print_debug("vt8623 init starting\r\n");
        north = pci_locate_device(PCI_ID(0x1106, 0x3123), 0);
        north = 0;
        
@@ -608,10 +608,10 @@ static void ddr_ram_setup(const struct mem_controller *ctrl)
        pci_write_config8(north,0xac,0x2f);
        pci_write_config8(north,0xae,0x04);
 
-        print_err("vt8623 done\r\n");
+        print_debug("vt8623 done\r\n");
        dumpnorth(north);
 
-       print_err("AGP\r\n");
+       print_debug("AGP\r\n");
        north = pci_locate_device(PCI_ID(0x1106, 0xb091), 0);
        pci_write_config32(north,0x20,0xddf0dc00);
        pci_write_config32(north,0x24,0xdbf0d800);