blob: d54ce2f0f6b08f5bd630615416d219a3c352b097 [file] [log] [blame]
huang lina6dbfb52016-03-02 18:38:40 +08001##
2## This file is part of the coreboot project.
3##
4## Copyright 2016 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##
15
Shunqian Zhenga24c81c2017-01-10 11:10:46 +080016subdirs-y += sdram_params_$(CONFIG_MAX_SDRAM_FREQ)/
Julius Werner329031f2016-08-19 16:35:22 -070017
huang lina6dbfb52016-03-02 18:38:40 +080018bootblock-y += bootblock.c
19bootblock-y += chromeos.c
20bootblock-y += memlayout.ld
Eric Gao61e6c442016-07-29 12:34:32 +080021bootblock-y += pwm_regulator.c
22bootblock-y += boardid.c
Julius Wernerb6bf1dd2016-08-24 19:38:05 -070023bootblock-y += reset.c
huang lina6dbfb52016-03-02 18:38:40 +080024
huang lina6dbfb52016-03-02 18:38:40 +080025verstage-y += chromeos.c
26verstage-y += memlayout.ld
huang lina6dbfb52016-03-02 18:38:40 +080027verstage-y += reset.c
28
29romstage-y += boardid.c
30romstage-y += chromeos.c
31romstage-y += memlayout.ld
Eric Gao61e6c442016-07-29 12:34:32 +080032romstage-y += pwm_regulator.c
Shunqian Zheng868cd712016-08-25 02:28:19 +080033romstage-y += romstage.c
Lin Huangdf3321a2016-10-10 20:57:09 -070034romstage-y += reset.c
Lin Huangc4cbf482016-03-17 15:28:33 +080035romstage-y += sdram_configs.c
huang lina6dbfb52016-03-02 18:38:40 +080036
37ramstage-y += boardid.c
38ramstage-y += chromeos.c
39ramstage-y += mainboard.c
40ramstage-y += memlayout.ld
41ramstage-y += reset.c
Vadim Bendebury1f83ffa2016-06-21 19:07:32 -070042ramstage-y += sdram_configs.c # Needed for ram_code()