[coreboot] r3546 - in trunk/coreboot-v2/src/northbridge/intel: e7520 e7525 i3100

svn at coreboot.org svn at coreboot.org
Thu Aug 28 20:22:41 CEST 2008


Author: eswierk
Date: 2008-08-28 20:22:40 +0200 (Thu, 28 Aug 2008)
New Revision: 3546

Modified:
   trunk/coreboot-v2/src/northbridge/intel/e7520/raminit.c
   trunk/coreboot-v2/src/northbridge/intel/e7525/raminit.c
   trunk/coreboot-v2/src/northbridge/intel/i3100/raminit.c
Log:
Eric Biederman believes that he and Tom Zimmerman of the defunct
LinuxNetworx own the copyright for the Intel e7520, e7525 and 3100
raminit code.

Signed-off-by: Ed Swierk <eswierk at arastra.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/northbridge/intel/e7520/raminit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/e7520/raminit.c	2008-08-28 16:53:24 UTC (rev 3545)
+++ trunk/coreboot-v2/src/northbridge/intel/e7520/raminit.c	2008-08-28 18:22:40 UTC (rev 3546)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2005 Eric W. Biederman and Tom Zimmerman
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 <cpu/x86/mem.h>
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/cache.h>

Modified: trunk/coreboot-v2/src/northbridge/intel/e7525/raminit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/e7525/raminit.c	2008-08-28 16:53:24 UTC (rev 3545)
+++ trunk/coreboot-v2/src/northbridge/intel/e7525/raminit.c	2008-08-28 18:22:40 UTC (rev 3546)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2005 Eric W. Biederman and Tom Zimmerman
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 <cpu/x86/mem.h>
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/cache.h>

Modified: trunk/coreboot-v2/src/northbridge/intel/i3100/raminit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i3100/raminit.c	2008-08-28 16:53:24 UTC (rev 3545)
+++ trunk/coreboot-v2/src/northbridge/intel/i3100/raminit.c	2008-08-28 18:22:40 UTC (rev 3546)
@@ -1,6 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
+ * Copyright (C) 2005 Eric W. Biederman and Tom Zimmerman
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -18,8 +19,6 @@
  *
  */
 
-/* This code is based on src/northbridge/intel/e7520/raminit.c */
-
 #include <cpu/x86/mem.h>
 #include <cpu/x86/mtrr.h>
 #include <cpu/x86/cache.h>





More information about the coreboot mailing list