Author: stepan Date: 2007-05-19 10:57:59 +0200 (Sat, 19 May 2007) New Revision: 325
Modified: LinuxBIOSv3/Kconfig LinuxBIOSv3/mainboard/Kconfig LinuxBIOSv3/mainboard/amd/Kconfig LinuxBIOSv3/mainboard/amd/norwich/Kconfig LinuxBIOSv3/mainboard/emulation/Kconfig LinuxBIOSv3/mainboard/emulation/qemu-x86/Kconfig LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig Log: Add missing license headers to several files.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Peter Stuge peter@stuge.se Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: LinuxBIOSv3/Kconfig =================================================================== --- LinuxBIOSv3/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,26 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Ronald G. Minnich rminnich@gmail.com +## Copyright (C) 2006 Segher Boessenkool segher@kernel.crashing.org +## Copyright (C) 2006-2007 Uwe Hermann uwe@hermann-uwe.de +## Copyright (C) 2006-2007 coresystems GmbH +## (Written by Stefan Reinauer stepan@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; 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 +## + # # For a description of the syntax of this configuration file, # see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt.
Modified: LinuxBIOSv3/mainboard/Kconfig =================================================================== --- LinuxBIOSv3/mainboard/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/mainboard/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,25 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Segher Boessenkool segher@kernel.crashing.org +## Copyright (C) 2006-2007 coresystems GmbH +## (Written by Stefan Reinauer stepan@coresystems.de for coresystems GmbH) +## Copyright (C) 2007 Uwe Hermann uwe@hermann-uwe.de +## +## 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 +## + menu "Mainboard"
choice
Modified: LinuxBIOSv3/mainboard/amd/Kconfig =================================================================== --- LinuxBIOSv3/mainboard/amd/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/mainboard/amd/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,24 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2007 coresystems GmbH +## Written by Stefan Reinauer stepan@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 +## + choice prompt "Mainboard model" depends on VENDOR_AMD
Modified: LinuxBIOSv3/mainboard/amd/norwich/Kconfig =================================================================== --- LinuxBIOSv3/mainboard/amd/norwich/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/mainboard/amd/norwich/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,24 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2007 coresystems GmbH +## Written by Stefan Reinauer stepan@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 +## + config MAINBOARD_NAME string default amd/norwich
Modified: LinuxBIOSv3/mainboard/emulation/Kconfig =================================================================== --- LinuxBIOSv3/mainboard/emulation/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/mainboard/emulation/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,25 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Segher Boessenkool segher@kernel.crashing.org +## Copyright (C) 2006-2007 coresystems GmbH +## (Written by Stefan Reinauer stepan@coresystems.de for coresystems GmbH) +## Copyright (C) 2007 Uwe Hermann uwe@hermann-uwe.de +## +## 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 +## + choice prompt "Mainboard model" depends on VENDOR_EMULATION
Modified: LinuxBIOSv3/mainboard/emulation/qemu-x86/Kconfig =================================================================== --- LinuxBIOSv3/mainboard/emulation/qemu-x86/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/mainboard/emulation/qemu-x86/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,25 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2007 coresystems GmbH +## Written by Stefan Reinauer stepan@coresystems.de for coresystems GmbH. +## Copyright (C) 2007 Uwe Hermann uwe@hermann-uwe.de +## +## 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 +## + config MAINBOARD_NAME string default emulation/qemu-x86
Modified: LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c =================================================================== --- LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/mainboard/emulation/qemu-x86/mainboard.c 2007-05-19 08:57:59 UTC (rev 325) @@ -1,4 +1,10 @@ /* + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 Ronald G. Minnich rminnich@gmail.com + * Copyright (C) 2007 coresystems GmbH + * Written by Stefan Reinauer stepan@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
Modified: LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig =================================================================== --- LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig 2007-05-19 08:47:42 UTC (rev 324) +++ LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig 2007-05-19 08:57:59 UTC (rev 325) @@ -1,3 +1,24 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2007 Ronald G. Minnich rminnich@gmail.com +## Copyright (C) 2007 Uwe Hermann uwe@hermann-uwe.de +## +## 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 +## + config NORTHBRIDGE_INTEL_I440BXEMULATION_RAMSIZE int default 32 # Mbytes