blob: 5ea6b95107c057359ccacbabbd50b12de915d7f7 [file] [log] [blame]
Paul Burtonc1081a42014-06-14 00:08:02 +01001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2014 Imagination Technologies
5#
6# This program is free software; you can redistribute it and/or
7# modify it under the terms of the GNU General Public License as
8# published by the Free Software Foundation; version 2 of
9# the License.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
Paul Burtonc1081a42014-06-14 00:08:02 +010016
Vadim Bendebury2d510d02014-09-29 12:43:40 -070017config CPU_IMGTEC_PISTACHIO
Stefan Reinauerc32e80d2015-12-14 17:39:02 -080018 select ARCH_BOOTBLOCK_MIPS
19 select ARCH_VERSTAGE_MIPS
20 select ARCH_ROMSTAGE_MIPS
21 select ARCH_RAMSTAGE_MIPS
Vadim Bendeburyf16b0822014-09-29 13:08:24 -070022 select GENERIC_UDELAY
23 select HAVE_MONOTONIC_TIMER
Paul Burtonc1081a42014-06-14 00:08:02 +010024 select HAVE_UART_SPECIAL
Ionela Voinescu49aad6b2014-09-09 20:18:55 +010025 select SPI_ATOMIC_SEQUENCING
Stefan Reinauer97db1fb2015-03-26 15:58:41 -070026 select GENERIC_GPIO_LIB
Stefan Reinauer3bdd45e2015-12-14 17:31:44 -080027 select HAVE_HARD_RESET
Paul Burtonc1081a42014-06-14 00:08:02 +010028 bool
29
Vadim Bendebury2d510d02014-09-29 12:43:40 -070030if CPU_IMGTEC_PISTACHIO
Paul Burtonc1081a42014-06-14 00:08:02 +010031
32config BOOTBLOCK_CPU_INIT
33 string
Vadim Bendebury2d510d02014-09-29 12:43:40 -070034 default "soc/imgtec/pistachio/bootblock.c"
Paul Burtonc1081a42014-06-14 00:08:02 +010035
Paul Burtonc1081a42014-06-14 00:08:02 +010036endif