blob: ab011673fd7a2793bea438fe413bdd8a3d3b3b65 [file] [log] [blame]
Stefan Reinauer838c5a52010-01-17 14:08:17 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007-2008 coresystems GmbH
5##
Uwe Hermannc70e9fc2010-02-15 23:10:19 +00006## 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.
Stefan Reinauer838c5a52010-01-17 14:08:17 +00009##
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##
Stefan Reinauer838c5a52010-01-17 14:08:17 +000015
Patrick Georgi8463dd92010-09-30 16:55:02 +000016ramstage-y += m3885.c
Vladimir Serbinenko8ac29e82014-11-09 12:59:29 +010017ramstage-y += cstates.c
Arthur Heymans62902ca2016-11-29 14:13:43 +010018romstage-y += gpio.c
Arthur Heymansc5839202019-11-12 23:48:42 +010019bootblock-y += early_init.c
20romstage-y += early_init.c