blob: dbb7779c76ffff79c6a37246759d75b4203dc433 [file] [log] [blame]
David Hendricks09ab8562015-01-16 12:08:38 -08001##
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 Hendricks09ab8562015-01-16 12:08:38 -080015bootblock-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 Hendricks09ab8562015-01-16 12:08:38 -080026romstage-y += romstage.c
David Hendricks14610ec2015-06-03 15:27:07 -070027romstage-y += sdmmc.c
David Hendricks09ab8562015-01-16 12:08:38 -080028romstage-y += sdram_configs.c
29romstage-y += reset.c
30
31ramstage-y += boardid.c
32ramstage-y += chromeos.c
33ramstage-y += mainboard.c
34ramstage-y += reset.c
David Hendricks14610ec2015-06-03 15:27:07 -070035ramstage-y += sdmmc.c
David Hendricks09ab8562015-01-16 12:08:38 -080036
37bootblock-y += memlayout.ld
38verstage-y += memlayout.ld
39romstage-y += memlayout.ld
40ramstage-y += memlayout.ld