Author: uwe Date: 2007-06-30 22:57:47 +0200 (Sat, 30 Jun 2007) New Revision: 426
Removed: LinuxBIOSv3/mainboard/emulation/qemu-x86/config.h LinuxBIOSv3/northbridge/intel/i440bxemulation/config.h LinuxBIOSv3/southbridge/intel/i82371eb/config.h Log: Drop all config.h files (no longer used).
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Stefan Reinauer stepan@coresystems.de
Deleted: LinuxBIOSv3/mainboard/emulation/qemu-x86/config.h =================================================================== --- LinuxBIOSv3/mainboard/emulation/qemu-x86/config.h 2007-06-30 19:37:14 UTC (rev 425) +++ LinuxBIOSv3/mainboard/emulation/qemu-x86/config.h 2007-06-30 20:57:47 UTC (rev 426) @@ -1,8 +0,0 @@ -#ifndef MAINBOARD_EMULATION_QEMU_X86_CONFIG_H -#define MAINBOARD_EMULATION_QEMU_X86_CONFIG_H - -struct mainboard_emulation_qemu_x86_config { - int nothing; -}; - -#endif /* MAINBOARD_EMULATION_QEMU_X86_CONFIG_H */
Deleted: LinuxBIOSv3/northbridge/intel/i440bxemulation/config.h =================================================================== --- LinuxBIOSv3/northbridge/intel/i440bxemulation/config.h 2007-06-30 19:37:14 UTC (rev 425) +++ LinuxBIOSv3/northbridge/intel/i440bxemulation/config.h 2007-06-30 20:57:47 UTC (rev 426) @@ -1,34 +0,0 @@ -/* - * This file is part of the LinuxBIOS project. - * - * Copyright (C) 2007 Ronald G. Minnich rminnich@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 NORTHBRIDGE_INTEL_I440BXEMULATION_CONFIG_H -#define NORTHBRIDGE_INTEL_I440BXEMULATION_CONFIG_H - -extern struct device_operations i440bxemulation_pcidomainops; -extern struct constructor i440bx_constructors[]; - -struct northbridge_intel_i440bx_config { - /* The various emulators don't always get 440BX right. So we are - * going to allow users to set the RAM size via Kconfig. - */ - int ramsize; -}; - -#endif /* NORTHBRIDGE_INTEL_I440BXEMULATION_CONFIG_H */
Deleted: LinuxBIOSv3/southbridge/intel/i82371eb/config.h =================================================================== --- LinuxBIOSv3/southbridge/intel/i82371eb/config.h 2007-06-30 19:37:14 UTC (rev 425) +++ LinuxBIOSv3/southbridge/intel/i82371eb/config.h 2007-06-30 20:57:47 UTC (rev 426) @@ -1,33 +0,0 @@ -/* - * This file is part of the LinuxBIOS project. - * - * Copyright (C) 2004 Linux Networx - * Copyright (C) 2005 Bitworks - * Copyright (C) 2007 Ronald G. 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 - * 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 SOUTHBRIDGE_INTEL_I82371EB_CONFIG_H -#define SOUTHBRIDGE_INTEL_I82371EB_CONFIG_H - -extern struct constructor i82371eb_constructors[]; - -struct southbridge_intel_i82371eb_config { - unsigned int ide0_enable : 1; - unsigned int ide1_enable : 1; -}; - -#endif /* SOUTHBRIDGE_INTEL_I82371EB_CONFIG_H */