Various fixes to Kconfig: All kconfig-boards should have a
complete set of variables now, though they might still have the wrong values. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4728 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -61,6 +61,10 @@ config CPU_ADDR_BITS
|
|||||||
int
|
int
|
||||||
default 36
|
default 36
|
||||||
|
|
||||||
|
config AGP_APERTURE_SIZE
|
||||||
|
hex
|
||||||
|
default 0
|
||||||
|
|
||||||
config XIP_ROM_BASE
|
config XIP_ROM_BASE
|
||||||
hex
|
hex
|
||||||
default 0xfffe0000
|
default 0xfffe0000
|
||||||
|
@ -24,6 +24,11 @@ config TTYS0_BAUD
|
|||||||
depends on SERIAL_SET_SPEED
|
depends on SERIAL_SET_SPEED
|
||||||
default 115200
|
default 115200
|
||||||
|
|
||||||
|
config TTYS0_LCS
|
||||||
|
int
|
||||||
|
default 3
|
||||||
|
depends on CONSOLE_SERIAL8250
|
||||||
|
|
||||||
config USBDEBUG_DIRECT
|
config USBDEBUG_DIRECT
|
||||||
bool "USB debug dongle support. Not supported on all chipsets."
|
bool "USB debug dongle support. Not supported on all chipsets."
|
||||||
default n
|
default n
|
||||||
|
@ -21,6 +21,10 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|||||||
hex
|
hex
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
|
config MAX_PHYSICAL_CPUS
|
||||||
|
int
|
||||||
|
default 1
|
||||||
|
|
||||||
config SMP
|
config SMP
|
||||||
bool
|
bool
|
||||||
default y if MAX_CPUS != 1
|
default y if MAX_CPUS != 1
|
||||||
@ -39,3 +43,10 @@ config SSE
|
|||||||
help
|
help
|
||||||
Set this in socket or model if the CPU has SSE.
|
Set this in socket or model if the CPU has SSE.
|
||||||
If the CPUs for the socket always have MX, set it there.
|
If the CPUs for the socket always have MX, set it there.
|
||||||
|
|
||||||
|
config VAR_MTRR_HOLE
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Unset this if you don't want the MTRR code to use
|
||||||
|
subtractive MTRRs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config CPU_INTEL_CORE2
|
config CPU_INTEL_CORE2
|
||||||
bool
|
bool
|
||||||
default y
|
default n
|
||||||
select SMP
|
select SMP
|
||||||
select HAVE_MOVNTI
|
select HAVE_MOVNTI
|
||||||
|
@ -6,6 +6,14 @@ config WAIT_BEFORE_CPUS_INIT
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config UDELAY_IO
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
config UDELAY_LAPIC
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config UDELAY_TSC
|
config UDELAY_TSC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
@ -147,3 +147,7 @@ config PCI_ROM_RUN
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||||
|
@ -115,3 +115,8 @@ config HT_CHAIN_END_UNITID_BASE
|
|||||||
default 0x20
|
default 0x20
|
||||||
depends on BOARD_ASUS_M2V_MX_SE
|
depends on BOARD_ASUS_M2V_MX_SE
|
||||||
|
|
||||||
|
# FIXME?
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_ASUS_M2V_MX_SE
|
||||||
|
@ -48,3 +48,7 @@ config USE_INIT
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_DELL_S1850
|
depends on BOARD_DELL_S1850
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 9
|
||||||
|
depends on BOARD_DELL_S1850
|
||||||
|
@ -15,3 +15,8 @@ config MAINBOARD_PART_NUMBER
|
|||||||
string
|
string
|
||||||
default "QEMU-x86"
|
default "QEMU-x86"
|
||||||
depends on BOARD_EMULATION_QEMU_X86
|
depends on BOARD_EMULATION_QEMU_X86
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 6
|
||||||
|
depends on BOARD_EMULATION_QEMU_X86
|
||||||
|
@ -18,7 +18,6 @@ config BOARD_GIGABYTE_M57SLI
|
|||||||
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
||||||
select HAVE_ACPI_TABLES
|
select HAVE_ACPI_TABLES
|
||||||
select K8_REV_F_SUPPORT
|
select K8_REV_F_SUPPORT
|
||||||
select HAVE_FANCTL
|
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
@ -144,3 +143,14 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
|||||||
hex
|
hex
|
||||||
default 0x2b80
|
default 0x2b80
|
||||||
depends on BOARD_GIGABYTE_M57SLI
|
depends on BOARD_GIGABYTE_M57SLI
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_GIGABYTE_M57SLI
|
||||||
|
|
||||||
|
# not globally defined yet, so can't "select" this
|
||||||
|
config HAVE_FANCTL
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
depends on BOARD_GIGABYTE_M57SLI
|
||||||
|
@ -53,3 +53,12 @@ config MMCONF_BASE_ADDRESS
|
|||||||
default 0xe0000000
|
default 0xe0000000
|
||||||
depends on BOARD_INTEL_EAGLEHEIGHTS
|
depends on BOARD_INTEL_EAGLEHEIGHTS
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 18
|
||||||
|
depends on BOARD_INTEL_EAGLEHEIGHTS
|
||||||
|
|
||||||
|
config MAX_PHYSICAL_CPUS
|
||||||
|
int
|
||||||
|
default 2
|
||||||
|
depends on BOARD_INTEL_EAGLEHEIGHTS
|
||||||
|
@ -45,3 +45,13 @@ config MMCONF_BASE_ADDRESS
|
|||||||
hex
|
hex
|
||||||
default 0xf0000000
|
default 0xf0000000
|
||||||
depends on BOARD_KONTRON_986LCD_M
|
depends on BOARD_KONTRON_986LCD_M
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 18
|
||||||
|
depends on BOARD_KONTRON_986LCD_M
|
||||||
|
|
||||||
|
config MAX_PHYSICAL_CPUS
|
||||||
|
int
|
||||||
|
default 2
|
||||||
|
depends on BOARD_KONTRON_986LCD_M
|
||||||
|
@ -116,3 +116,7 @@ config PCI_ROM_RUN
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_SUNW_ULTRA40
|
depends on BOARD_SUNW_ULTRA40
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_SUNW_ULTRA40
|
||||||
|
@ -116,3 +116,7 @@ config PCI_ROM_RUN
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_SUPERMICRO_H8DME
|
depends on BOARD_SUPERMICRO_H8DME
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_SUPERMICRO_H8DME
|
||||||
|
@ -42,3 +42,8 @@ config HAVE_OPTION_TABLE
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S1846
|
depends on BOARD_TYAN_S1846
|
||||||
|
|
||||||
|
#Override manually, as in Config.lb (FIXME)
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 0
|
||||||
|
depends on BOARD_TYAN_S1846
|
||||||
|
@ -53,3 +53,8 @@ config USE_INIT
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2850
|
depends on BOARD_TYAN_S2850
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 12
|
||||||
|
depends on BOARD_TYAN_S2850
|
||||||
|
@ -59,3 +59,8 @@ config USE_INIT
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2875
|
depends on BOARD_TYAN_S2875
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 13
|
||||||
|
depends on BOARD_TYAN_S2875
|
||||||
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||||||
default n
|
default n
|
||||||
depends on BOARD_TYAN_S2881
|
depends on BOARD_TYAN_S2881
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 9
|
||||||
|
depends on BOARD_TYAN_S2881
|
||||||
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_TYAN_S2891
|
depends on BOARD_TYAN_S2891
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_TYAN_S2891
|
||||||
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_TYAN_S2892
|
depends on BOARD_TYAN_S2892
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_TYAN_S2892
|
||||||
|
@ -125,3 +125,7 @@ config HAVE_ACPI_TABLES
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_TYAN_S2895
|
depends on BOARD_TYAN_S2895
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 11
|
||||||
|
depends on BOARD_TYAN_S2895
|
||||||
|
@ -36,3 +36,13 @@ config RAMBASE
|
|||||||
hex
|
hex
|
||||||
default 0x4000
|
default 0x4000
|
||||||
depends on BOARD_VIA_EPIA_N
|
depends on BOARD_VIA_EPIA_N
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 7
|
||||||
|
depends on BOARD_VIA_EPIA_N
|
||||||
|
|
||||||
|
config EPIA_VT8237R_INIT
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
depends on BOARD_VIA_EPIA_N
|
||||||
|
@ -31,3 +31,8 @@ config RAMBASE
|
|||||||
hex
|
hex
|
||||||
default 0x4000
|
default 0x4000
|
||||||
depends on BOARD_VIA_EPIA
|
depends on BOARD_VIA_EPIA
|
||||||
|
|
||||||
|
config IRQ_SLOT_COUNT
|
||||||
|
int
|
||||||
|
default 5
|
||||||
|
depends on BOARD_VIA_EPIA
|
||||||
|
Reference in New Issue
Block a user