Author: uwe Date: 2007-05-15 08:57:57 +0200 (Tue, 15 May 2007) New Revision: 2668
Modified: trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/auto.c trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/chip.h trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/failover.c trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/mainboard.c Log: IEI NOVA-4899R: Add missing license headers.
Signed-off-by: Luis Correia luis.f.correia@gmail.com Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/auto.c =================================================================== --- trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/auto.c 2007-05-15 06:56:12 UTC (rev 2667) +++ trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/auto.c 2007-05-15 06:57:57 UTC (rev 2668) @@ -1,3 +1,23 @@ +/* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 Luis Correia luis.f.correia@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 + */ + #define ASSEMBLY 1
#include <stdint.h> @@ -9,16 +29,11 @@ #include "pc80/serial.c" #include "arch/i386/lib/console.c" #include "ram/ramtest.c" -//#include "southbridge/intel/i440bx/i440bx_early_smbus.c" #include "superio/winbond/w83977tf/w83977tf_early_serial.c" -//#include "northbridge/intel/i440bx/raminit.h" #include "cpu/x86/bist.h"
#define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)
-//#include "debug.c" -//#include "lib/delay.c" - #include "northbridge/amd/gx1/raminit.c"
static void main(unsigned long bist)
Modified: trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/chip.h 2007-05-15 06:56:12 UTC (rev 2667) +++ trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/chip.h 2007-05-15 06:57:57 UTC (rev 2668) @@ -1,3 +1,23 @@ +/* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 Luis Correia luis.f.correia@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 + */ + extern struct chip_operations mainboard_iei_nova4899r_ops;
struct mainboard_iei_nova4899r_config {
Modified: trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/failover.c =================================================================== --- trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/failover.c 2007-05-15 06:56:12 UTC (rev 2667) +++ trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/failover.c 2007-05-15 06:57:57 UTC (rev 2668) @@ -1,3 +1,23 @@ +/* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 Luis Correia luis.f.correia@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 + */ + #define ASSEMBLY 1 #include <stdint.h> #include <device/pci_def.h>
Modified: trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/mainboard.c =================================================================== --- trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/mainboard.c 2007-05-15 06:56:12 UTC (rev 2667) +++ trunk/LinuxBIOSv2/src/mainboard/iei/nova4899r/mainboard.c 2007-05-15 06:57:57 UTC (rev 2668) @@ -1,3 +1,23 @@ +/* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 Luis Correia luis.f.correia@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 + */ + #include <console/console.h> #include <device/device.h> #include <device/pci.h>