blob: 0abb668c1ae6f0db6eee14323e0017acef7c2ffb [file] [log] [blame]
David Hendricks113ef812015-05-13 13:58:24 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright 2014 Rockchip 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##
David Hendricks113ef812015-05-13 13:58:24 -070015bootblock-y += bootblock.c
16bootblock-y += boardid.c
17bootblock-y += chromeos.c
18bootblock-y += reset.c
19
20verstage-y += boardid.c
21verstage-y += chromeos.c
22verstage-y += reset.c
23
24romstage-y += boardid.c
Patrick Georgif0a97bf2015-06-29 21:57:15 +020025romstage-y += chromeos.c
David Hendricks113ef812015-05-13 13:58:24 -070026romstage-y += romstage.c
27romstage-y += sdram_configs.c
28romstage-y += reset.c
29
30ramstage-y += boardid.c
31ramstage-y += chromeos.c
32ramstage-y += mainboard.c
33ramstage-y += reset.c
34
35bootblock-y += memlayout.ld
36verstage-y += memlayout.ld
37romstage-y += memlayout.ld
38ramstage-y += memlayout.ld