mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Drop all config.h files (no longer used).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@426 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
b3928d6647
commit
f4a7f0872f
3 changed files with 0 additions and 75 deletions
|
@ -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 */
|
|
@ -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 */
|
|
@ -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 */
|
Loading…
Add table
Reference in a new issue