blob: 2e5b15c5bcc95fc3989ab95bdc0fddb6242fd965 [file] [log] [blame]
Daisuke Nojiri3df01262014-10-08 11:38:52 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright 2014 Google 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##
Daisuke Nojiri3df01262014-10-08 11:38:52 -070015
16config SOC_MARVELL_BG4CD
17 bool
18 default n
Daisuke Nojiri37083902014-10-21 11:22:54 -070019 select ARCH_BOOTBLOCK_ARMV7_M
Julius Werner86fc11d2015-10-09 13:37:58 -070020 select BOOTBLOCK_CUSTOM if VBOOT_VERIFY_FIRMWARE
Daisuke Nojiri3df01262014-10-08 11:38:52 -070021 select ARCH_RAMSTAGE_ARMV7
Vadim Bendebury771819a2014-10-15 18:19:03 -070022 select ARCH_ROMSTAGE_ARMV7
Daisuke Nojiri37083902014-10-21 11:22:54 -070023 select ARCH_VERSTAGE_ARMV7_M
Daisuke Nojiri3df01262014-10-08 11:38:52 -070024 select BOOTBLOCK_CONSOLE
Vadim Bendebury771819a2014-10-15 18:19:03 -070025 select GENERIC_UDELAY
26 select HAVE_MONOTONIC_TIMER
Stefan Reinauer97db1fb2015-03-26 15:58:41 -070027 select GENERIC_GPIO_LIB
Daisuke Nojiri3df01262014-10-08 11:38:52 -070028
29if SOC_MARVELL_BG4CD
30
Martin Roth967cd9a2015-08-18 14:22:58 -060031config CHROMEOS
32 select VBOOT_STARTS_IN_BOOTBLOCK
33
Daisuke Nojiri3df01262014-10-08 11:38:52 -070034endif