mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
are not exactly in the best shape. - MAINBOARD_NAME is claimed to be the mainboard name, but it is used exclusively as mainboard directory. - MAINBOARD_NAME is set in mainboard/$VENDOR/$BOARD/Kconfig to $VENDOR/$BOARD, but mainboard/$VENDOR/Kconfig already hardcodes $VENDOR/$BOARD as board path. - MAINBOARD_NAME has a help text which will never be displayed to the user. The diffstat is encouraging: A total of 200 lines have been removed completely. Per-board Kconfig files have been deleted, the remnants making sense have been merged into per-vendor Kconfig files and the never-shown help texts have been removed. If there are ever some real per-board options and not just tricks to make the makefiles behave, we can resurrect the per-board Kconfig files. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@705 f3766cd6-281f-0410-b1cd-43a5c92072e9
93 lines
2.3 KiB
Text
93 lines
2.3 KiB
Text
#
|
|
# Automatically generated make config: don't edit
|
|
# coreboot version: 3.0.0
|
|
# Thu Mar 13 07:13:17 2008
|
|
#
|
|
|
|
#
|
|
# General setup
|
|
#
|
|
# CONFIG_EXPERIMENTAL is not set
|
|
# CONFIG_EXPERT is not set
|
|
CONFIG_LOCALVERSION=""
|
|
|
|
#
|
|
# Mainboard
|
|
#
|
|
# CONFIG_VENDOR_ADL is not set
|
|
# CONFIG_VENDOR_AMD is not set
|
|
# CONFIG_VENDOR_ARTECGROUP is not set
|
|
CONFIG_VENDOR_EMULATION=y
|
|
# CONFIG_VENDOR_PCENGINES is not set
|
|
CONFIG_MAINBOARD_DIR="emulation/qemu-x86"
|
|
CONFIG_BOARD_EMULATION_QEMU_X86=y
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_128 is not set
|
|
CONFIG_COREBOOT_ROMSIZE_KB_256=y
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_512 is not set
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_1024 is not set
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_2048 is not set
|
|
CONFIG_COREBOOT_ROMSIZE_KB=256
|
|
CONFIG_ARCH_X86=y
|
|
CONFIG_ARCH="x86"
|
|
CONFIG_CPU_I586=y
|
|
CONFIG_OPTION_TABLE=y
|
|
CONFIG_CARBASE=0x8f000
|
|
CONFIG_CARSIZE=0x1000
|
|
|
|
#
|
|
# Compression
|
|
#
|
|
CONFIG_COMPRESSION_LZMA=y
|
|
# CONFIG_COMPRESSION_NRV2B is not set
|
|
CONFIG_DEFAULT_COMPRESSION_LZMA=y
|
|
# CONFIG_DEFAULT_COMPRESSION_NRV2B is not set
|
|
# CONFIG_DEFAULT_COMPRESSION_NONE is not set
|
|
|
|
#
|
|
# Console
|
|
#
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_CONSOLE_LOGLEVEL_8=y
|
|
# CONFIG_CONSOLE_LOGLEVEL_7 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_6 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_5 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_4 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_3 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_2 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_1 is not set
|
|
# CONFIG_CONSOLE_LOGLEVEL_0 is not set
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL=8
|
|
CONFIG_CONSOLE_SERIAL=y
|
|
CONFIG_CONSOLE_SERIAL_COM1=y
|
|
# CONFIG_CONSOLE_SERIAL_COM2 is not set
|
|
CONFIG_CONSOLE_SERIAL_115200=y
|
|
# CONFIG_CONSOLE_SERIAL_57600 is not set
|
|
# CONFIG_CONSOLE_SERIAL_38400 is not set
|
|
# CONFIG_CONSOLE_SERIAL_19200 is not set
|
|
# CONFIG_CONSOLE_SERIAL_9600 is not set
|
|
CONFIG_CONSOLE_BUFFER=y
|
|
|
|
#
|
|
# Devices
|
|
#
|
|
CONFIG_PCI_OPTION_ROM_RUN=y
|
|
# CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set
|
|
CONFIG_PCI_OPTION_ROM_RUN_VM86=y
|
|
# CONFIG_PCI_OPTION_ROM_RUN_NONE is not set
|
|
# CONFIG_MULTIPLE_VGA_INIT is not set
|
|
# CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set
|
|
|
|
#
|
|
# Power management
|
|
#
|
|
CONFIG_NORTHBRIDGE_INTEL_I440BXEMULATION=y
|
|
CONFIG_SOUTHBRIDGE_INTEL_I82371EB=y
|
|
CONFIG_SUPERIO_WINBOND_W83627HF=y
|
|
CONFIG_NORTHBRIDGE_INTEL_I440BXEMULATION_RAMSIZE=32
|
|
|
|
#
|
|
# Payload
|
|
#
|
|
# CONFIG_PAYLOAD_ELF_LOADER is not set
|
|
# CONFIG_PAYLOAD_ELF is not set
|
|
CONFIG_PAYLOAD_NONE=y
|