[coreboot] [v2] r4122 - in trunk/coreboot-v1/src: northbridge/amd/amd76x southbridge/amd/amd768

svn at coreboot.org svn at coreboot.org
Thu Apr 16 00:40:43 CEST 2009


Author: uwe
Date: 2009-04-16 00:40:43 +0200 (Thu, 16 Apr 2009)
New Revision: 4122

Modified:
   trunk/coreboot-v1/src/northbridge/amd/amd76x/Config
   trunk/coreboot-v1/src/northbridge/amd/amd76x/amd76x_pci.c
   trunk/coreboot-v1/src/northbridge/amd/amd76x/mpinit.inc
   trunk/coreboot-v1/src/northbridge/amd/amd76x/northbridge.c
   trunk/coreboot-v1/src/northbridge/amd/amd76x/raminit.inc
   trunk/coreboot-v1/src/northbridge/amd/amd76x/reset_test.inc
   trunk/coreboot-v1/src/northbridge/amd/amd76x/set_memory_size.inc
   trunk/coreboot-v1/src/southbridge/amd/amd768/Config
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ide.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ioapic.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_lpc.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mem.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mouse.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_pm.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_power.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reboot.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reset.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_usb.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_watchdog.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_boot_failover.inc
   trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_reset_failover.inc
   trunk/coreboot-v1/src/southbridge/amd/amd768/disable_watchdog.inc
   trunk/coreboot-v1/src/southbridge/amd/amd768/lpc_com1.inc
   trunk/coreboot-v1/src/southbridge/amd/amd768/nvram.c
   trunk/coreboot-v1/src/southbridge/amd/amd768/smbus.inc
   trunk/coreboot-v1/src/southbridge/amd/amd768/southbridge.c
Log:
Add missing license headers to v1 AMD AMD-768 code.

This has been informally ACKed by Eric W. Biederman <ebiederm at xmission.com>
on the mailing list, thus committing now.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/Config
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/Config	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/Config	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+## Copyright (C) 2001-2003 Linux Networx
+##
+## 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; 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
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## 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
+##
+
 mainboardinit northbridge/amd/amd76x/set_memory_size.inc
 mainboardinit northbridge/amd/amd76x/raminit.inc
 mainboardinit sdram/generic_sdram.inc

Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/amd76x_pci.c
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/amd76x_pci.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/amd76x_pci.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2001-2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <northbridge/amd/amd76x.h>

Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/mpinit.inc
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/mpinit.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/mpinit.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2001-2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 /* Very early on the K7 needs to setup it's multiprocessor state */
 
 	/* Extended BIU Control

Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/northbridge.c
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/northbridge.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/northbridge.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2001-2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <mem.h>
 #include <pci.h>
 #include <cpu/p5/io.h>

Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/raminit.inc
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/raminit.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/raminit.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2001-2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 jmp amd76x_out
 
 #define DEBUG_RAM_CONFIG 0

Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/reset_test.inc
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/reset_test.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/reset_test.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2001-2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 	/* If I have already booted once skip a bunch of initialization */
 	/* To see if I have already booted I check to see if memory
 	 * has been enabled.

Modified: trunk/coreboot-v1/src/northbridge/amd/amd76x/set_memory_size.inc
===================================================================
--- trunk/coreboot-v1/src/northbridge/amd/amd76x/set_memory_size.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/northbridge/amd/amd76x/set_memory_size.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2001-2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 jmp set_memory_size_out
 
 #include <cpu/k7/mtrr.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/Config
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/Config	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/Config	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+## Copyright (C) 2003 Linux Networx
+##
+## 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; 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
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## 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
+##
+
 option CONFIG_UDELAY_TSC=1
 object southbridge.o
 object nvram.o

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ide.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ide.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ide.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <arch/io.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ioapic.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ioapic.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_ioapic.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_lpc.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_lpc.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_lpc.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mem.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mem.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mem.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mouse.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mouse.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_mouse.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_pm.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_pm.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_pm.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_power.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_power.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_power.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reboot.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reboot.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reboot.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <arch/io.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reset.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reset.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_reset.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_usb.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_usb.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_usb.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_watchdog.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_watchdog.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/amd768_watchdog.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci.h>
 #include <pci_ids.h>
 #include <southbridge/amd/amd768.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_boot_failover.inc
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_boot_failover.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_boot_failover.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 /* The algorithm is as follows:
  *
  * Step 1:  Test for cpu reset

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_reset_failover.inc
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_reset_failover.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/cmos_reset_failover.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 /* The algorithm is as follows:
  *
  * Step 1:  Test for cpu reset

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/disable_watchdog.inc
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/disable_watchdog.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/disable_watchdog.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #define PM_DEV_FN (AMD768_DEV + 0x300)
 	/* Disable the watchdog timer */
 	movl	$(0x80000000 | PM_DEV_FN | 0x49), %eax

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/lpc_com1.inc
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/lpc_com1.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/lpc_com1.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 	/* enable LPC superio on the AMD 768 south bridge */
 #if 0
 	movl	$(0x80000000 | AMD768_DEV | 0x54), %eax

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/nvram.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/nvram.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/nvram.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #include <pci_ids.h>
 #include <pci.h>
 #include <cpu/p5/io.h>

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/smbus.inc
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/smbus.inc	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/smbus.inc	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 jmp smbus_code_end
 
 #define PM_DEV_FN (AMD768_DEV + 0x300)

Modified: trunk/coreboot-v1/src/southbridge/amd/amd768/southbridge.c
===================================================================
--- trunk/coreboot-v1/src/southbridge/amd/amd768/southbridge.c	2009-04-15 21:40:08 UTC (rev 4121)
+++ trunk/coreboot-v1/src/southbridge/amd/amd768/southbridge.c	2009-04-15 22:40:43 UTC (rev 4122)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <ebiederm at xmission.com>
+ * Copyright (C) 2003 Linux Networx
+ *
+ * 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; 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 void southbridge_fixup(void)
 {
 	





More information about the coreboot mailing list