On Mon, Jan 12, 2009 at 11:38:13PM +0100, Uwe Hermann wrote:
> On Thu, Jan 08, 2009 at 06:44:38PM -0800, Eric W. Biederman wrote:
> > Uwe Hermann <[email protected]> writes:
> > 
> > > Yay, my first v1 patch :)
> > >
> > > Eric, any other code chunks which were mostly/entirely written by you
> > > where we can slap a GPLv2 header on? AMD-766, others?
> > >
> > > Btw, was this code from 2003 (C) Eric W. Biederman or rather (C) LNXI?
> > 
> > Always a fuzzy line that.  If we care how about we slap both on, and
> > not worry to much about the details.
> 
> OK, updated patch attached.
> 
> Please send an "Acked-by: Eric W. Biederman <[email protected]>" if this
> looks ok to you.

Forgot the patch, sorry.

All files from v1's
  src/southbridge/amd/amd768
  src/northbridge/amd/amd76x
have license headers added now.


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Add missing license headers to AMD-76x/AMD-768 code.

Signed-off-by: Uwe Hermann <[email protected]>

Index: src/southbridge/amd/amd768/amd768_pm.c
===================================================================
--- src/southbridge/amd/amd768/amd768_pm.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_pm.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/cmos_boot_failover.inc
===================================================================
--- src/southbridge/amd/amd768/cmos_boot_failover.inc	(Revision 3859)
+++ src/southbridge/amd/amd768/cmos_boot_failover.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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
Index: src/southbridge/amd/amd768/amd768_lpc.c
===================================================================
--- src/southbridge/amd/amd768/amd768_lpc.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_lpc.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/amd768_mem.c
===================================================================
--- src/southbridge/amd/amd768/amd768_mem.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_mem.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/amd768_reset.c
===================================================================
--- src/southbridge/amd/amd768/amd768_reset.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_reset.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/disable_watchdog.inc
===================================================================
--- src/southbridge/amd/amd768/disable_watchdog.inc	(Revision 3859)
+++ src/southbridge/amd/amd768/disable_watchdog.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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
Index: src/southbridge/amd/amd768/amd768_mouse.c
===================================================================
--- src/southbridge/amd/amd768/amd768_mouse.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_mouse.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/southbridge.c
===================================================================
--- src/southbridge/amd/amd768/southbridge.c	(Revision 3859)
+++ src/southbridge/amd/amd768/southbridge.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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)
 {
 	
Index: src/southbridge/amd/amd768/amd768_usb.c
===================================================================
--- src/southbridge/amd/amd768/amd768_usb.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_usb.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/smbus.inc
===================================================================
--- src/southbridge/amd/amd768/smbus.inc	(Revision 3859)
+++ src/southbridge/amd/amd768/smbus.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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)
Index: src/southbridge/amd/amd768/amd768_reboot.c
===================================================================
--- src/southbridge/amd/amd768/amd768_reboot.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_reboot.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/cmos_reset_failover.inc
===================================================================
--- src/southbridge/amd/amd768/cmos_reset_failover.inc	(Revision 3859)
+++ src/southbridge/amd/amd768/cmos_reset_failover.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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
Index: src/southbridge/amd/amd768/amd768_power.c
===================================================================
--- src/southbridge/amd/amd768/amd768_power.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_power.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/nvram.c
===================================================================
--- src/southbridge/amd/amd768/nvram.c	(Revision 3859)
+++ src/southbridge/amd/amd768/nvram.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/lpc_com1.inc
===================================================================
--- src/southbridge/amd/amd768/lpc_com1.inc	(Revision 3859)
+++ src/southbridge/amd/amd768/lpc_com1.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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
Index: src/southbridge/amd/amd768/Config
===================================================================
--- src/southbridge/amd/amd768/Config	(Revision 3859)
+++ src/southbridge/amd/amd768/Config	(Arbeitskopie)
@@ -1,3 +1,23 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2003 Eric W. Biederman <[email protected]>
+## 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
Index: src/southbridge/amd/amd768/amd768_watchdog.c
===================================================================
--- src/southbridge/amd/amd768/amd768_watchdog.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_watchdog.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/amd768_ide.c
===================================================================
--- src/southbridge/amd/amd768/amd768_ide.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_ide.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/southbridge/amd/amd768/amd768_ioapic.c
===================================================================
--- src/southbridge/amd/amd768/amd768_ioapic.c	(Revision 3859)
+++ src/southbridge/amd/amd768/amd768_ioapic.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/northbridge/amd/amd76x/amd76x_pci.c
===================================================================
--- src/northbridge/amd/amd76x/amd76x_pci.c	(Revision 3859)
+++ src/northbridge/amd/amd76x/amd76x_pci.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/northbridge/amd/amd76x/Config
===================================================================
--- src/northbridge/amd/amd76x/Config	(Revision 3859)
+++ src/northbridge/amd/amd76x/Config	(Arbeitskopie)
@@ -1,3 +1,23 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+## 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
Index: src/northbridge/amd/amd76x/set_memory_size.inc
===================================================================
--- src/northbridge/amd/amd76x/set_memory_size.inc	(Revision 3859)
+++ src/northbridge/amd/amd76x/set_memory_size.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/northbridge/amd/amd76x/mpinit.inc
===================================================================
--- src/northbridge/amd/amd76x/mpinit.inc	(Revision 3859)
+++ src/northbridge/amd/amd76x/mpinit.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+ * 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
Index: src/northbridge/amd/amd76x/northbridge.c
===================================================================
--- src/northbridge/amd/amd76x/northbridge.c	(Revision 3859)
+++ src/northbridge/amd/amd76x/northbridge.c	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+ * 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>
Index: src/northbridge/amd/amd76x/reset_test.inc
===================================================================
--- src/northbridge/amd/amd76x/reset_test.inc	(Revision 3859)
+++ src/northbridge/amd/amd76x/reset_test.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+ * 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.
Index: src/northbridge/amd/amd76x/raminit.inc
===================================================================
--- src/northbridge/amd/amd76x/raminit.inc	(Revision 3859)
+++ src/northbridge/amd/amd76x/raminit.inc	(Arbeitskopie)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2001-2003 Eric W. Biederman <[email protected]>
+ * 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
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to