[LinuxBIOS] r411 - in LinuxBIOSv3: arch/x86 device lib mainboard mainboard/adl mainboard/adl/msm800sev mainboard/amd mainboard/amd/norwich mainboard/artecgroup mainboard/artecgroup/dbe61 northbridge/intel/i440bxemulation

svn at openbios.org svn at openbios.org
Fri Jun 29 15:28:33 CEST 2007


Author: uwe
Date: 2007-06-29 15:28:33 +0200 (Fri, 29 Jun 2007)
New Revision: 411

Modified:
   LinuxBIOSv3/arch/x86/Kconfig
   LinuxBIOSv3/device/Kconfig
   LinuxBIOSv3/lib/Kconfig
   LinuxBIOSv3/mainboard/Kconfig
   LinuxBIOSv3/mainboard/adl/Kconfig
   LinuxBIOSv3/mainboard/adl/msm800sev/Kconfig
   LinuxBIOSv3/mainboard/amd/Kconfig
   LinuxBIOSv3/mainboard/amd/norwich/Kconfig
   LinuxBIOSv3/mainboard/artecgroup/Kconfig
   LinuxBIOSv3/mainboard/artecgroup/dbe61/Kconfig
   LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig
Log:
Various Kconfig file fixes (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: LinuxBIOSv3/arch/x86/Kconfig
===================================================================
--- LinuxBIOSv3/arch/x86/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/arch/x86/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -55,4 +55,3 @@
 	  a battery backed up real time clock with CMOS NVRAM.
 	  It is usually set in mainboard/*/Kconfig.
 
-

Modified: LinuxBIOSv3/device/Kconfig
===================================================================
--- LinuxBIOSv3/device/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/device/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -33,7 +33,7 @@
 	default PCI_OPTION_ROM_RUN_VM86
 	help
 	  Execute PCI/AGP option ROMs if available. You can choose to
-	  execute PCI option ROMs natively (32bit x86 system required), 
+	  execute PCI option ROMs natively (32bit x86 system required),
 	  in an emulator (x86emu), or ignore option ROM execution.
 
 
@@ -41,9 +41,9 @@
 	bool "x86emu"
 	select PCI_OPTION_ROM_RUN
 	help
-	  If you choose this option, the x86 instruction set emulator 
+	  If you choose this option, the x86 instruction set emulator
 	  x86emu is used to execute 16bit legacy BIOS option ROMs.
-	  
+	
 	  x86emu is slow, big and safe. All 16bit x86 code is executed
 	  in an encapsulated environment where it can not break out.
 
@@ -56,7 +56,7 @@
 	  If you choose this option, the virtual x86 mode "vm86" is used
 	  to execute 16bit legacy BIOS option ROMs.
 
-	  vm86 is very small, fast, and probably a little less safe than 
+	  vm86 is very small, fast, and probably a little less safe than
 	  x86emu, since it runs option ROMs on the real hardware instead
 	  of an emulator.
 
@@ -65,12 +65,11 @@
 	help
 	  Do not execute PCI option ROMs at all.
 
-	  If you choose this option, VGA plugin cards will not be 
-	  initialized.
+	  If you choose this option, VGA plugin cards will not be initialized.
 
 endchoice
 
-# This should probably become a CMOS option
+# TODO: This should probably become a CMOS option.
 config MULTIPLE_VGA_INIT
 	bool "Initialize all VGA cards"
 	depends PCI_OPTION_ROM_RUN

Modified: LinuxBIOSv3/lib/Kconfig
===================================================================
--- LinuxBIOSv3/lib/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/lib/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -3,7 +3,7 @@
 ##
 ## Copyright (C) 2007 coresystems GmbH
 ## (Written by Stefan Reinauer <stepan at coresystems.de> for coresystems GmbH)
-## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de> 
+## Copyright (C) 2007 Uwe Hermann <uwe at 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
@@ -208,7 +208,7 @@
 	    * 8086:268c Intel 631xESB/632xESB/3100
 	    * 8086:27cc Intel ICH7
 	    * 8086:2836 Intel ICH8
-	    * 8086:283a Intel ICH8 
+	    * 8086:283a Intel ICH8
 
 	  See http://linuxbios.org/EHCI_Debug_Port for an up-to-date list.
 
@@ -220,7 +220,7 @@
 	depends EXPERT && (CONSOLE_SERIAL || CONSOLE_USB)
 	default n
 	help
-	  When you enable this option, LinuxBIOS will prefix each line of 
+	  When you enable this option, LinuxBIOS will prefix each line of
 	  console output with '(LB)'.
 
 endmenu

Modified: LinuxBIOSv3/mainboard/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -29,20 +29,18 @@
 config VENDOR_ADL
 	bool "Advanced Digital Logic"
 	help
-	  Select this option for various systems from 
-	  Advanced Digital Logic
+	  Select this option for various systems from Advanced Digital Logic.
 
 config VENDOR_AMD
 	bool "AMD"
 	help
 	  Select this option for various systems from 
-	  Advanced Micro Devices, Inc
+	  Advanced Micro Devices, Inc.
 
 config VENDOR_ARTECGROUP
 	bool "Artec Group"
 	help
-	  Select this option for various systems from 
-	  the Artec Group
+	  Select this option for various systems from the Artec Group.
 
 config VENDOR_EMULATION
 	bool "Emulated systems"
@@ -51,10 +49,10 @@
 
 endchoice
 
-source "mainboard/emulation/Kconfig"
 source "mainboard/adl/Kconfig"
 source "mainboard/amd/Kconfig"
 source "mainboard/artecgroup/Kconfig"
+source "mainboard/emulation/Kconfig"
 
 choice
 	prompt "ROM chip size"

Modified: LinuxBIOSv3/mainboard/adl/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/adl/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/adl/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -24,7 +24,7 @@
 	depends on VENDOR_ADL
 
 config BOARD_ADL_MSM800SEV
-	bool "msm800sev"
+	bool "MSM800SEV"
 	select ARCH_X86
 	select CPU_AMD_GEODELX
 	select OPTION_TABLE
@@ -32,7 +32,8 @@
 	select SOUTHBRIDGE_AMD_CS5536
 	select SUPERIO_WINBOND_W83627HF
 	help
-	  ADL MSM800SEV board
+	  Advanced Digital Logic MSM800SEV mainboard.
+
 endchoice
 
 source "mainboard/adl/msm800sev/Kconfig"

Modified: LinuxBIOSv3/mainboard/adl/msm800sev/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/adl/msm800sev/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/adl/msm800sev/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -24,22 +24,21 @@
 	default adl/msm800sev
 	depends BOARD_ADL_MSM800SEV
 	help
-	  This is the name for the ADL MSM800SEV
+	  This is the name for the Advanced Digital Logic MSM800SEV mainboard.
 
 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
 	hex
+	# TODO: Fix the PCI ID.
 	default 0x1022
 	depends BOARD_ADL_MSM800SEV
 	help
-	  Mainboard specific PCI subsystem vendor ID -- it's wrong. 
+	  Mainboard specific PCI subsystem vendor ID.
 
 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
 	hex
+	# TODO: Fix the PCI ID.
 	default 0x2323
-	depends ADL_MSM800SEV
+	depends BOARD_ADL_MSM800SEV
 	help
-	  Mainboard specific PCI subsystem vendor ID -- it's wrong. 
+	  Mainboard specific PCI subsystem vendor ID.
 
-
-
-

Modified: LinuxBIOSv3/mainboard/amd/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/amd/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/amd/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -31,7 +31,8 @@
 	select NORTHBRIDGE_AMD_GEODELX
 	select SOUTHBRIDGE_AMD_CS5536
 	help
-	  AMD Norwich Geode LX Development board
+	  AMD Norwich Geode LX development board.
+
 endchoice
 
 source "mainboard/amd/norwich/Kconfig"

Modified: LinuxBIOSv3/mainboard/amd/norwich/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/amd/norwich/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/amd/norwich/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -28,6 +28,7 @@
 
 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
 	hex
+	# TODO: Fix PCI ID.
 	default 0x1022
 	depends BOARD_AMD_NORWICH
 	help
@@ -35,11 +36,9 @@
 
 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
 	hex
+	# TODO: Fix PCI ID.
 	default 0x2323
 	depends BOARD_AMD_NORWICH
 	help
 	  Mainboard specific PCI subsystem device ID.
 
-
-
-

Modified: LinuxBIOSv3/mainboard/artecgroup/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/artecgroup/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/artecgroup/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -24,14 +24,15 @@
 	depends on VENDOR_ARTECGROUP
 
 config BOARD_ARTECGROUP_DBE61
-	bool "dbe61"
+	bool "DBE61"
 	select ARCH_X86
 	select CPU_AMD_GEODELX
 	select OPTION_TABLE
 	select NORTHBRIDGE_AMD_GEODELX
 	select SOUTHBRIDGE_AMD_CS5536
 	help
-	  Artec Group DBE61, also known as Linutop
+	  Artec Group DBE61, also known as ThinCan and Linutop.
+
 endchoice
 
 source "mainboard/artecgroup/dbe61/Kconfig"

Modified: LinuxBIOSv3/mainboard/artecgroup/dbe61/Kconfig
===================================================================
--- LinuxBIOSv3/mainboard/artecgroup/dbe61/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/mainboard/artecgroup/dbe61/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -28,6 +28,7 @@
 
 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
 	hex
+	# TODO: Fix PCI ID.
 	default 0x1022
 	depends BOARD_ARTECGROUP_DBE61
 	help
@@ -35,11 +36,9 @@
 
 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
 	hex
+	# TODO: Fix PCI ID.
 	default 0x2323
 	depends BOARD_ARTECGROUP_DBE61
 	help
 	  Mainboard specific PCI subsystem device ID.
 
-
-
-

Modified: LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig
===================================================================
--- LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig	2007-06-29 12:40:13 UTC (rev 410)
+++ LinuxBIOSv3/northbridge/intel/i440bxemulation/Kconfig	2007-06-29 13:28:33 UTC (rev 411)
@@ -1,23 +1,23 @@
-## 
+##
 ## This file is part of the LinuxBIOS project.
-## 
+##
 ## Copyright (C) 2007 Ronald G. Minnich <rminnich at gmail.com>
 ## Copyright (C) 2007 Uwe Hermann <uwe at 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





More information about the coreboot mailing list