[coreboot] r744 - in coreboot-v3: arch/x86 include/arch/x86 lib mainboard/artecgroup/dbe62 mainboard/gigabyte/m57sli southbridge/intel/i82371eb southbridge/nvidia/mcp55

svn at coreboot.org svn at coreboot.org
Mon Aug 11 23:01:55 CEST 2008


Author: uwe
Date: 2008-08-11 23:01:54 +0200 (Mon, 11 Aug 2008)
New Revision: 744

Modified:
   coreboot-v3/arch/x86/ldscript.ld
   coreboot-v3/arch/x86/pirq_routing.c
   coreboot-v3/arch/x86/resourcemap.c
   coreboot-v3/include/arch/x86/macros.h
   coreboot-v3/include/arch/x86/pirq_routing.h
   coreboot-v3/lib/ramtest.c
   coreboot-v3/lib/stage2.c
   coreboot-v3/mainboard/artecgroup/dbe62/initram.c
   coreboot-v3/mainboard/artecgroup/dbe62/stage1.c
   coreboot-v3/mainboard/gigabyte/m57sli/initram.c
   coreboot-v3/mainboard/gigabyte/m57sli/stage1.c
   coreboot-v3/southbridge/intel/i82371eb/i82371eb.c
   coreboot-v3/southbridge/nvidia/mcp55/dts
   coreboot-v3/southbridge/nvidia/mcp55/ide.dts
   coreboot-v3/southbridge/nvidia/mcp55/sata.dts
   coreboot-v3/southbridge/nvidia/mcp55/stage1.h
   coreboot-v3/southbridge/nvidia/mcp55/stage1_smbus.c
Log:
Minor cosmetic and/or license header fixes (trivial).

This includes using consistent (C) lines, adding email addresses,
and so on. The file southbridge/nvidia/mcp55/dts was never edited
by Yinghai Lu (thus removing his (C) line) and would be too trivial
anyway...

The changes (though trivial) were also informally acked by Ron on IRC.

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




Modified: coreboot-v3/arch/x86/ldscript.ld
===================================================================
--- coreboot-v3/arch/x86/ldscript.ld	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/arch/x86/ldscript.ld	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2007 Ron G. Minnich <rminnich at gmail.com>
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/arch/x86/pirq_routing.c
===================================================================
--- coreboot-v3/arch/x86/pirq_routing.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/arch/x86/pirq_routing.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,10 +2,9 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 Ollie Lo, Silicon Integrated Systems
- * Copyright (C) 2000 Ron Minnich
+ * Copyright (C) 2000,2008 Ronald G. Minnich <rminnich at gmail.com>
  * Copyright (C) 2001 Eric Biederman
  * Copyright (C) 2002 Andrew Ip
- * Copyright (C) 2008 Ron Minnich
  *
  * 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

Modified: coreboot-v3/arch/x86/resourcemap.c
===================================================================
--- coreboot-v3/arch/x86/resourcemap.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/arch/x86/resourcemap.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2008 Ronald G. Minnich
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/include/arch/x86/macros.h
===================================================================
--- coreboot-v3/include/arch/x86/macros.h	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/include/arch/x86/macros.h	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2000 Ron G. Minnich <rminnich at lanl.gov>
+ * Copyright (C) 2000 Ronald G. Minnich <rminnich at gmail.com>
  * Copyright (C) 2007 Stefan Reinauer <stepan at coresystems.de>
  *
  * This program is free software; you can redistribute it and/or modify

Modified: coreboot-v3/include/arch/x86/pirq_routing.h
===================================================================
--- coreboot-v3/include/arch/x86/pirq_routing.h	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/include/arch/x86/pirq_routing.h	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 Ollie Lo, Silicon Integrated Systems
- * Copyright (C) 2008 Ron Minnich
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/lib/ramtest.c
===================================================================
--- coreboot-v3/lib/ramtest.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/lib/ramtest.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2001 Tyson Sawyer, irobot
- * Copyright (C) 2008 Ronald G. Minnich
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/lib/stage2.c
===================================================================
--- coreboot-v3/lib/stage2.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/lib/stage2.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2007 Ron Minnich <rminnich at lanl.gov>
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich at lanl.gov>
  * Copyright (C) 2007 coresystems GmbH
  * (Written by Stefan Reinauer <stepan at coresystems.de> for coresystems GmbH)
  *

Modified: coreboot-v3/mainboard/artecgroup/dbe62/initram.c
===================================================================
--- coreboot-v3/mainboard/artecgroup/dbe62/initram.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/mainboard/artecgroup/dbe62/initram.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2007 Ronald G. Minnich
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/mainboard/artecgroup/dbe62/stage1.c
===================================================================
--- coreboot-v3/mainboard/artecgroup/dbe62/stage1.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/mainboard/artecgroup/dbe62/stage1.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2008 Ronald G. Minnich
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/mainboard/gigabyte/m57sli/initram.c
===================================================================
--- coreboot-v3/mainboard/gigabyte/m57sli/initram.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/mainboard/gigabyte/m57sli/initram.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2007 Ronald G. Minnich
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/mainboard/gigabyte/m57sli/stage1.c
===================================================================
--- coreboot-v3/mainboard/gigabyte/m57sli/stage1.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/mainboard/gigabyte/m57sli/stage1.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -2,7 +2,7 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2008 Ronald G. Minnich
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/southbridge/intel/i82371eb/i82371eb.c
===================================================================
--- coreboot-v3/southbridge/intel/i82371eb/i82371eb.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/southbridge/intel/i82371eb/i82371eb.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2004 Linux Networx
  * Copyright (C) 2005 Bitworks
- * Copyright (C) 2007 Ronald G. Minnich
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/southbridge/nvidia/mcp55/dts
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/dts	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/southbridge/nvidia/mcp55/dts	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,6 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2007 YingHai Lu
  * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -27,4 +26,3 @@
 	mac_eeprom_smbus = "0";
 	mac_eeprom_addr "0";
 };
-

Modified: coreboot-v3/southbridge/nvidia/mcp55/ide.dts
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/ide.dts	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/southbridge/nvidia/mcp55/ide.dts	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,8 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2007-8 Ronald G. Minnich <rminnich at gmail.com> *
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/southbridge/nvidia/mcp55/sata.dts
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/sata.dts	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/southbridge/nvidia/mcp55/sata.dts	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,8 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2007-8 Ronald G. Minnich <rminnich at gmail.com> *
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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
@@ -22,5 +23,4 @@
 
 	sata0_enable = "0";
 	sata1_enable = "0";
-
 };

Modified: coreboot-v3/southbridge/nvidia/mcp55/stage1.h
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/stage1.h	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/southbridge/nvidia/mcp55/stage1.h	2008-08-11 21:01:54 UTC (rev 744)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2008 Ronald G. Minnich
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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

Modified: coreboot-v3/southbridge/nvidia/mcp55/stage1_smbus.c
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/stage1_smbus.c	2008-08-11 16:19:01 UTC (rev 743)
+++ coreboot-v3/southbridge/nvidia/mcp55/stage1_smbus.c	2008-08-11 21:01:54 UTC (rev 744)
@@ -5,7 +5,7 @@
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.
  * Copyright (C) 2006,2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.
- * Copyright (C) 2008 Ronald G. Minnich (for v3)
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.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





More information about the coreboot mailing list