blob: d0fa1ac4cc5ff68cea0b3f1a2bec7d9a4549ebf1 [file] [log] [blame]
Paul Burtone8530032014-06-14 00:00:10 +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#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
Patrick Georgib890a122015-03-26 15:17:45 +010018# Foundation, Inc.
Paul Burtone8530032014-06-14 00:00:10 +010019#
20
21config CPU_MIPS
22 bool
23 select ARCH_BOOTBLOCK_MIPS
Patrick Georgi99f1a612015-03-28 16:01:14 +010024 select ARCH_VERSTAGE_MIPS
Paul Burtone8530032014-06-14 00:00:10 +010025 select ARCH_ROMSTAGE_MIPS
26 select ARCH_RAMSTAGE_MIPS