blob: f20fa82669d279c86c809880946602f2f0d0d133 [file] [log] [blame]
Zheng Baod0985752011-01-20 04:45:48 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Advanced Micro Devices, Inc.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Zheng Baod0985752011-01-20 04:45:48 +000015
16config SOUTHBRIDGE_AMD_SB800
17 bool
18 select IOAPIC
Kyösti Mälkki8232bc22013-09-24 21:04:12 +030019 select HAVE_USBDEBUG_OPTIONS
Patrick Georgi024d8d92012-02-16 20:03:28 +010020 select HAVE_HARD_RESET
Zheng Baod0985752011-01-20 04:45:48 +000021
Kyösti Mälkki59d0d152013-06-11 16:30:48 +030022if SOUTHBRIDGE_AMD_SB800
23
Zheng Baod0985752011-01-20 04:45:48 +000024config BOOTBLOCK_SOUTHBRIDGE_INIT
25 string
26 default "southbridge/amd/sb800/bootblock.c"
Zheng Baod0985752011-01-20 04:45:48 +000027
28config SOUTHBRIDGE_AMD_SB800_SKIP_ISA_DMA_INIT
29 bool
30 default n
Zheng Baod0985752011-01-20 04:45:48 +000031
32config EHCI_BAR
33 hex
Kyösti Mälkki59d0d152013-06-11 16:30:48 +030034 default 0xfef00000
Zheng Baod0985752011-01-20 04:45:48 +000035
Kyösti Mälkki59d0d152013-06-11 16:30:48 +030036endif # SOUTHBRIDGE_AMD_SB800