2011-02-24 06:00:33 +01:00
|
|
|
#
|
|
|
|
# This file is part of the coreboot project.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 Advanced Micro Devices, Inc.
|
|
|
|
#
|
|
|
|
# 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; version 2 of the License.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2011-02-26 18:49:49 +01:00
|
|
|
if BOARD_ASROCK_E350M1
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
2015-01-04 16:23:41 +01:00
|
|
|
def_bool y
|
|
|
|
select CPU_AMD_AGESA_FAMILY14
|
|
|
|
select NORTHBRIDGE_AMD_AGESA_FAMILY14
|
|
|
|
select SOUTHBRIDGE_AMD_CIMX_SB800
|
2014-07-19 00:21:43 +02:00
|
|
|
select SUPERIO_NUVOTON_NCT5572D
|
2011-08-18 12:44:00 +02:00
|
|
|
select SB_SUPERIO_HWM
|
2015-01-04 16:23:41 +01:00
|
|
|
select HAVE_OPTION_TABLE
|
|
|
|
select HAVE_PIRQ_TABLE
|
|
|
|
select HAVE_MP_TABLE
|
2017-03-04 12:12:30 +01:00
|
|
|
select HAVE_ACPI_RESUME
|
2015-01-04 16:23:41 +01:00
|
|
|
select HAVE_ACPI_TABLES
|
|
|
|
select BOARD_ROMSIZE_KB_4096
|
|
|
|
select GFXUMA
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
2015-01-04 16:23:41 +01:00
|
|
|
string
|
|
|
|
default asrock/e350m1
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
2015-01-04 16:23:41 +01:00
|
|
|
string
|
|
|
|
default "E350M1"
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config HW_MEM_HOLE_SIZEK
|
2015-01-04 16:23:41 +01:00
|
|
|
hex
|
|
|
|
default 0x200000
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config MAX_CPUS
|
2015-01-04 16:23:41 +01:00
|
|
|
int
|
|
|
|
default 2
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config IRQ_SLOT_COUNT
|
2015-01-04 16:23:41 +01:00
|
|
|
int
|
|
|
|
default 11
|
2011-02-24 06:00:33 +01:00
|
|
|
|
|
|
|
config ONBOARD_VGA_IS_PRIMARY
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config VGA_BIOS_ID
|
2015-01-04 16:23:41 +01:00
|
|
|
string
|
|
|
|
default "1002,9802"
|
2011-02-24 06:00:33 +01:00
|
|
|
|
2011-02-26 18:49:49 +01:00
|
|
|
endif # BOARD_ASROCK_E350M1
|