Works on Kontron, qemu, and serengeti. 

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>

tested on abuild only. 

Acked-by: Ronald G. Minnich <rminnich@gmail.com>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2009-08-12 15:00:51 +00:00
committed by Ronald G. Minnich
parent 38cd29ebd7
commit 0588d19abe
376 changed files with 36152 additions and 16 deletions

8
src/superio/Kconfig Normal file
View File

@@ -0,0 +1,8 @@
source src/superio/fintek/Kconfig
source src/superio/intel/Kconfig
source src/superio/ite/Kconfig
source src/superio/nsc/Kconfig
source src/superio/serverengines/Kconfig
source src/superio/smsc/Kconfig
source src/superio/via/Kconfig
source src/superio/winbond/Kconfig

10
src/superio/Makefile.inc Normal file
View File

@@ -0,0 +1,10 @@
subdirs-y += fintek
subdirs-y += intel
subdirs-y += ite
subdirs-y += nsc
#subdirs-y += serverengine
subdirs-y += smsc
subdirs-y += via
subdirs-y += winbond

View File

@@ -0,0 +1,2 @@
config SUPERIO_FINTEK_F71805F
bool

View File

@@ -0,0 +1 @@
subdirs-y += f71805f

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2008 Corey Osgood <corey.osgood@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
##
#config chip.h
obj-$(CONFIG_SUPERIO_FINTEK_F71805F) += superio.o

View File

@@ -0,0 +1,2 @@
config SUPERIO_FINTEK_I3100
bool

View File

@@ -0,0 +1 @@
subdirs-y += i3100

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2008 Arastra, 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
## 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 chip.h
obj-$(CONFIG_SUPERIO_INTEL_I3100) += superio.o

14
src/superio/ite/Kconfig Normal file
View File

@@ -0,0 +1,14 @@
config SUPERIO_ITE_IT8661F
bool
config SUPERIO_ITE_IT8671F
bool
config SUPERIO_ITE_IT8673F
bool
config SUPERIO_ITE_IT8705F
bool
config SUPERIO_ITE_IT8712F
bool
config SUPERIO_ITE_IT8716F
bool
config SUPERIO_ITE_IT8718F
bool

View File

@@ -0,0 +1,7 @@
subdirs-y += it8661f
subdirs-y += it8671f
subdirs-y += it8673f
subdirs-y += it8705f
subdirs-y += it8712f
subdirs-y += it8716f
subdirs-y += it8718f

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8661F) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8671F) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8673F) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8705F) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8712F) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8716F) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_ITE_IT8718F) += superio.o

18
src/superio/nsc/Kconfig Normal file
View File

@@ -0,0 +1,18 @@
config SUPERIO_NSC_PC8374
bool
config SUPERIO_NSC_PC87309
bool
config SUPERIO_NSC_PC87351
bool
config SUPERIO_NSC_PC87360
bool
config SUPERIO_NSC_PC87366
bool
config SUPERIO_NSC_PC87417
bool
config SUPERIO_NSC_PC87427
bool
config SUPERIO_NSC_PC97307
bool
config SUPERIO_NSC_PC97317
bool

View File

@@ -0,0 +1,9 @@
subdirs-y += pc8374
subdirs-y += pc87309
subdirs-y += pc87351
subdirs-y += pc87360
subdirs-y += pc87366
subdirs-y += pc87417
subdirs-y += pc87427
subdirs-y += pc97307
subdirs-y += pc97317

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC8374) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## 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 chip.h
obj-$(CONFIG_SUPERIO_NSC_PC87309) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC87351) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC87360) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC87366) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC87417) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC87427) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC97307) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_NSC_PC97317) += superio.o

View File

@@ -0,0 +1,2 @@
config SERVERENGINES_ITE_PILOT
bool

12
src/superio/smsc/Kconfig Normal file
View File

@@ -0,0 +1,12 @@
config SUPERIO_SMCSC_FDC37M60X
bool
config SUPERIO_SMCSC_LPC47B272
bool
config SUPERIO_SMCSC_LPC47B397
bool
config SUPERIO_SMCSC_LPC47M10X
bool
config SUPERIO_SMCSC_LPC47N217
bool
config SUPERIO_SMCSC_SMSCSUPERIO
bool

View File

@@ -0,0 +1,6 @@
subdirs-y += fdc37m60x
subdirs-y += lpc47b272
subdirs-y += lpc47b397
subdirs-y += lpc47m10x
subdirs-y += lpc47n217
subdirs-y += smscsuperio

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2006 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 chip.h
obj-$(CONFIG_SUPERIO_SMSC_FDC37M60X) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2005 Digital Design Corporation
##
## 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 chip.h
obj-$(CONFIG_SUPERIO_SMSC_DEVICE) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_SMSC_LPC47B397) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_SMSC_LPC47M10X) += superio.o

View File

@@ -0,0 +1,22 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2005 Digital Design Corporation
##
## 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 chip.h
obj-$(CONFIG_SUPERIO_SMSC_LPC47N217) += superio.o

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## 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 chip.h
obj-$(CONFIG_SUPERIO_SMSC_SMSCSUPERIO) += superio.o

2
src/superio/via/Kconfig Normal file
View File

@@ -0,0 +1,2 @@
config SUPERIO_VIA_VT1211
bool

View File

@@ -0,0 +1 @@
subdirs-y += vt1211

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.o

View File

@@ -0,0 +1,18 @@
config SUPERIO_WINBOND_W83627DHG
boolean
config SUPERIO_WINBOND_W83627EHG
boolean
config SUPERIO_WINBOND_W83627HF
boolean
config SUPERIO_WINBOND_W83627THF
boolean
config SUPERIO_WINBOND_W83627THG
boolean
config SUPERIO_WINBOND_W83627UHG
boolean
config SUPERIO_WINBOND_W83697HF
boolean
config SUPERIO_WINBOND_W83977F
boolean
config SUPERIO_WINBOND_W83977TF
boolean

View File

@@ -0,0 +1,9 @@
subdirs-y += w83627dhg
subdirs-y += w83627ehg
subdirs-y += w83627hf
subdirs-y += w83627thf
subdirs-y += w83627thg
subdirs-y += w83627uhg
subdirs-y += w83697hf
subdirs-y += w83977f
subdirs-y += w83977tf

View File

@@ -0,0 +1,23 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2008 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 chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83627DHG) += superio.o

View File

@@ -0,0 +1,24 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2007 AMD
## Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
##
## 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 chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83627EHG) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83627HF) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83627THF) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83627THG) += superio.o

View File

@@ -0,0 +1,22 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2009 Dynon Avionics
##
## 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 $
##
#config chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83627UHG) += superio.o

View File

@@ -0,0 +1,22 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2008 Sean Nelson <snelson@nmt.edu>
##
## 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 chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83697HF) += superio.o

View File

@@ -0,0 +1,22 @@
##
## This file is part of the coreboot project.
##
## Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov@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
##
#config chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83977F) += superio.o

View File

@@ -0,0 +1,2 @@
#config chip.h
obj-$(CONFIG_SUPERIO_WINBOND_W83977TF) += superio.o