mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
it. Since it was the only content of the i440bxemulation northbridge Kconfig, kill that file as well. The i440BX RAM size is determined from the dts and the chipset specified size is ignored. Print a warning for that, especially because v2 uses the chipset specified RAM size. Build and boot tested on qemu. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@766 f3766cd6-281f-0410-b1cd-43a5c92072e9
101 lines
2.4 KiB
Text
101 lines
2.4 KiB
Text
#
|
|
# Automatically generated make config: don't edit
|
|
# coreboot version: 3.0.0
|
|
# Sun Feb 24 11:45:09 2008
|
|
#
|
|
|
|
#
|
|
# General setup
|
|
#
|
|
CONFIG_EXPERIMENTAL=y
|
|
CONFIG_EXPERT=y
|
|
CONFIG_LOCALVERSION=""
|
|
# CONFIG_BEEPS is not set
|
|
|
|
#
|
|
# Mainboard
|
|
#
|
|
# CONFIG_VENDOR_ADL is not set
|
|
# CONFIG_VENDOR_AMD is not set
|
|
# CONFIG_VENDOR_ARTECGROUP is not set
|
|
# CONFIG_VENDOR_EMULATION is not set
|
|
CONFIG_VENDOR_PCENGINES=y
|
|
CONFIG_MAINBOARD_DIR="pcengines/alix1c"
|
|
CONFIG_BOARD_PCENGINES_ALIX1C=y
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_128 is not set
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_256 is not set
|
|
CONFIG_COREBOOT_ROMSIZE_KB_512=y
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_1024 is not set
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_2048 is not set
|
|
CONFIG_COREBOOT_ROMSIZE_KB=480
|
|
CONFIG_ARCH_X86=y
|
|
CONFIG_ARCH="x86"
|
|
CONFIG_CPU_AMD_GEODELX=y
|
|
CONFIG_OPTION_TABLE=y
|
|
CONFIG_PIRQ_TABLE=y
|
|
CONFIG_CARBASE=0x80000
|
|
CONFIG_CARSIZE=0x8000
|
|
|
|
#
|
|
# Compression
|
|
#
|
|
CONFIG_COMPRESSION_LZMA=y
|
|
# CONFIG_COMPRESSION_NRV2B is not set
|
|
# CONFIG_DEFAULT_COMPRESSION_LZMA is not set
|
|
# CONFIG_DEFAULT_COMPRESSION_NRV2B is not set
|
|
CONFIG_DEFAULT_COMPRESSION_NONE=y
|
|
|
|
#
|
|
# 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_USB is not set
|
|
|
|
#
|
|
# Cosmetic console options
|
|
#
|
|
# CONFIG_CONSOLE_PREFIX is not set
|
|
# CONFIG_CONSOLE_BUFFER is not set
|
|
|
|
#
|
|
# 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_AMD_GEODELX=y
|
|
CONFIG_SOUTHBRIDGE_AMD_CS5536=y
|
|
CONFIG_SUPERIO_WINBOND_W83627HF=y
|
|
|
|
#
|
|
# Payload
|
|
#
|
|
CONFIG_PAYLOAD_PREPARSE_ELF=y
|
|
# CONFIG_PAYLOAD_ELF is not set
|
|
# CONFIG_PAYLOAD_NONE is not set
|
|
CONFIG_PAYLOAD_FILE="../payload.elf"
|