Author: uwe
Date: 2007-06-28 16:06:39 +0200 (Thu, 28 Jun 2007)
New Revision: 392
Modified:
LinuxBIOSv3/arch/x86/geodelx/cpu.c
LinuxBIOSv3/arch/x86/geodelx/geodelx.c
LinuxBIOSv3/device/pnp_raw.c
LinuxBIOSv3/include/arch/x86/msr.h
LinuxBIOSv3/include/device/device.h
LinuxBIOSv3/include/post_code.h
LinuxBIOSv3/mainboard/adl/msm800sev/initram.c
LinuxBIOSv3/mainboard/adl/msm800sev/mainboard.c
LinuxBIOSv3/mainboard/amd/norwich/mainboard.c
LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c
LinuxBIOSv3/northbridge/amd/geodelx/geodelx.h
LinuxBIOSv3/northbridge/amd/geodelx/raminit.c
LinuxBIOSv3/northbridge/amd/geodelx/raminit.h
LinuxBIOSv3/southbridge/amd/cs5536/cs5536.c
LinuxBIOSv3/superio/winbond/w83627hf/superio.c
LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h
LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c
Log:
Various cosmetic license header fixes (trivial).
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Modified: LinuxBIOSv3/arch/x86/geodelx/cpu.c
===================================================================
--- LinuxBIOSv3/arch/x86/geodelx/cpu.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/arch/x86/geodelx/cpu.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -9,8 +9,8 @@
*
* 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, or
- * (at your option) any later version..
+ * 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
@@ -19,10 +19,9 @@
*
* 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
*/
-
/* This is a test for the idea of a cpu device. There is only ever
* going to be one CPU device, the bootstrap processor or BP; other
* processors will go through a different path. on Geode it is
Modified: LinuxBIOSv3/arch/x86/geodelx/geodelx.c
===================================================================
--- LinuxBIOSv3/arch/x86/geodelx/geodelx.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/arch/x86/geodelx/geodelx.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -19,6 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
#include <types.h>
#include <lib.h>
#include <console.h>
Modified: LinuxBIOSv3/device/pnp_raw.c
===================================================================
--- LinuxBIOSv3/device/pnp_raw.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/device/pnp_raw.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,17 +1,20 @@
/*
- * Copyright (C) 2007 Ronald G. Minnich
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich(a)gmail.com>
* Copyright (C) 2007 coresystems GmbH
+ * (Written by Stefan Reinauer <stepan(a)coresystems.de> for coresystems GmbH)
*
* 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
* 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
Modified: LinuxBIOSv3/include/arch/x86/msr.h
===================================================================
--- LinuxBIOSv3/include/arch/x86/msr.h 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/include/arch/x86/msr.h 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,7 +1,7 @@
/*
* This file is part of the LinuxBIOS project.
*
- * Copyright (C) 2007 Ron Minnich
+ * Copyright (C) 2007 Ronald G. Minnich <rminnich(a)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: LinuxBIOSv3/include/device/device.h
===================================================================
--- LinuxBIOSv3/include/device/device.h 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/include/device/device.h 2007-06-28 14:06:39 UTC (rev 392)
@@ -4,7 +4,7 @@
* Copyright (C) 2007 Ronald G. Minnich <rminnich(a)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
+ * 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.
*
Modified: LinuxBIOSv3/include/post_code.h
===================================================================
--- LinuxBIOSv3/include/post_code.h 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/include/post_code.h 2007-06-28 14:06:39 UTC (rev 392)
@@ -2,7 +2,7 @@
* This file is part of the LinuxBIOS project.
*
* Copyright (C) 2007 Ronald G. Minnich <rminnich(a)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
@@ -18,4 +18,5 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define POST_START_OF_MAIN (0x01)
+#define POST_START_OF_MAIN 0x01
+
Modified: LinuxBIOSv3/mainboard/adl/msm800sev/initram.c
===================================================================
--- LinuxBIOSv3/mainboard/adl/msm800sev/initram.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/mainboard/adl/msm800sev/initram.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -17,6 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
#include <types.h>
#include <lib.h>
#include <console.h>
@@ -32,6 +33,7 @@
#include <southbridge/amd/cs5536/cs5536.h>
#include <northbridge/amd/geodelx/raminit.h>
#include <superio/winbond/w83627hf/w83627hf.h>
+
#define SERIAL_DEV 0x30
#define MANUALCONF 0 /* Do automatic strapped PLL config */
Modified: LinuxBIOSv3/mainboard/adl/msm800sev/mainboard.c
===================================================================
--- LinuxBIOSv3/mainboard/adl/msm800sev/mainboard.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/mainboard/adl/msm800sev/mainboard.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -9,12 +9,12 @@
* 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
* 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
@@ -22,4 +22,3 @@
const char *mainboard_vendor = "Advanced Digital Logic";
const char *mainboard_part_number = "MSM800SEV";
-
Modified: LinuxBIOSv3/mainboard/amd/norwich/mainboard.c
===================================================================
--- LinuxBIOSv3/mainboard/amd/norwich/mainboard.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/mainboard/amd/norwich/mainboard.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -9,12 +9,12 @@
* 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
* 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
@@ -22,4 +22,3 @@
const char *mainboard_vendor = "AMD";
const char *mainboard_part_number = "Norwich";
-
Modified: LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c
===================================================================
--- LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -9,12 +9,12 @@
* 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
* 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
@@ -22,4 +22,3 @@
const char *mainboard_vendor = "Emulation";
const char *mainboard_part_number = "QEMU x86";
-
Modified: LinuxBIOSv3/northbridge/amd/geodelx/geodelx.h
===================================================================
--- LinuxBIOSv3/northbridge/amd/geodelx/geodelx.h 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/northbridge/amd/geodelx/geodelx.h 2007-06-28 14:06:39 UTC (rev 392)
@@ -9,14 +9,17 @@
*
* 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
+ * 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
*/
-#ifndef NORTHBRIDGE_AMD_LX_H
-#define NORTHBRIDGE_AMD_LX_H
-#endif /* NORTHBRIDGE_AMD_LX_H */
+#ifndef NORTHBRIDGE_AMD_GEODELX_GEODELX_H
+#define NORTHBRIDGE_AMD_GEODELX_GEODELX_H
+
+/* TODO: Empty file, should be removed? */
+
+#endif /* NORTHBRIDGE_AMD_GEODELX_GEODELX_H */
Modified: LinuxBIOSv3/northbridge/amd/geodelx/raminit.c
===================================================================
--- LinuxBIOSv3/northbridge/amd/geodelx/raminit.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/northbridge/amd/geodelx/raminit.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,7 +1,7 @@
/*
* This file is part of the LinuxBIOS project.
*
- * Copyright (C) 2007 Advanced Micro Devices
+ * Copyright (C) 2007 Advanced Micro Devices, Inc.
*
* 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: LinuxBIOSv3/northbridge/amd/geodelx/raminit.h
===================================================================
--- LinuxBIOSv3/northbridge/amd/geodelx/raminit.h 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/northbridge/amd/geodelx/raminit.h 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,7 +1,7 @@
/*
* This file is part of the LinuxBIOS project.
*
- * Copyright (C) 2007 Advanced Micro Devices
+ * Copyright (C) 2007 Advanced Micro Devices, Inc.
*
* 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: LinuxBIOSv3/southbridge/amd/cs5536/cs5536.c
===================================================================
--- LinuxBIOSv3/southbridge/amd/cs5536/cs5536.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/southbridge/amd/cs5536/cs5536.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -9,7 +9,7 @@
*
* 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
+ * 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
Modified: LinuxBIOSv3/superio/winbond/w83627hf/superio.c
===================================================================
--- LinuxBIOSv3/superio/winbond/w83627hf/superio.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/superio/winbond/w83627hf/superio.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,21 +1,21 @@
/*
* This file is part of the LinuxBIOS project.
*
- * Copyright 2000 AG Electronics Ltd.
- * Copyright 2003-2004 Linux Networx
- * Copyright 2004 Tyan
- * By LYH change from PC87360
- * Copyright 2007 coresystems GmbH
+ * Copyright 2000 AG Electronics Ltd.
+ * Copyright 2003-2004 Linux Networx
+ * Copyright 2004 Tyan
+ * By LYH change from PC87360
+ * Copyright 2007 coresystems GmbH
*
* 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.
- *
+ *
* 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
@@ -33,7 +33,6 @@
#include <statictree.h>
#include "w83627hf.h"
-
static void pnp_enter_ext_func_mode(struct device * dev)
{
outb(0x87, dev->path.u.pnp.port);
Modified: LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h
===================================================================
--- LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,22 +1,23 @@
/*
* This file is part of the LinuxBIOS project.
-
+ *
* Copyright 2007 Ronald G. Minnich <rminnich(a)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
* (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
* 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
*/
+
#ifndef SUPERIO_WINBOND_W83627HF_W83627HF_H
#define SUPERIO_WINBOND_W83627HF_W83627HF_H
@@ -31,4 +32,5 @@
#define W83627HF_GPIO3 9
#define W83627HF_ACPI 10
#define W83627HF_HWM 11 /* Hardware Monitor */
+
#endif /* SUPERIO_WINBOND_W83627HF_W83627HF_H */
Modified: LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c
===================================================================
--- LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c 2007-06-28 01:59:46 UTC (rev 391)
+++ LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c 2007-06-28 14:06:39 UTC (rev 392)
@@ -1,18 +1,18 @@
/*
* This file is part of the LinuxBIOS project.
-
+ *
* Copyright 2007 Ronald G. Minnich <rminnich(a)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
* (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
* 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