On 04/04/08 17:39 -0600, Ward Vandewege wrote:
-- Ward Vandewege ward@fsf.org Free Software Foundation - Senior System Administrator
We need a defconfig file for the alix.1c under v3.
Signed-off-by: Ward Vandewege ward@gnu.org
Acked-by: Jordan Crouse jordan.crouse@amd.com
Index: mainboard/pcengines/alix1c/defconfig
--- mainboard/pcengines/alix1c/defconfig (revision 0) +++ mainboard/pcengines/alix1c/defconfig (revision 0) @@ -0,0 +1,102 @@ +# +# 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_NAME="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 +CONFIG_NORTHBRIDGE_INTEL_I440BXEMULATION_RAMSIZE=32
+# +# Payload +# +CONFIG_PAYLOAD_PREPARSE_ELF=y +# CONFIG_PAYLOAD_ELF is not set +# CONFIG_PAYLOAD_NONE is not set +CONFIG_PAYLOAD_FILE="../payload.elf"
-- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
On Fri, Apr 04, 2008 at 05:57:28PM -0600, Jordan Crouse wrote:
On 04/04/08 17:39 -0600, Ward Vandewege wrote:
-- Ward Vandewege ward@fsf.org Free Software Foundation - Senior System Administrator
We need a defconfig file for the alix.1c under v3.
Signed-off-by: Ward Vandewege ward@gnu.org
Acked-by: Jordan Crouse jordan.crouse@amd.com
Thanks, r656.
Thanks, Ward.