blob: 91d4bd21ff7629b68cefd280fad3ce718100cd16 [file] [log] [blame]
Werner Zehc42a6132015-02-12 12:40:15 +01001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2013 Google 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## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
19
20romstage-y += modhwinfo.c
21
22ramstage-y += gpio.c
23ramstage-y += irqroute.c
24ramstage-y += modhwinfo.c
25ramstage-y += lcd_panel.c
26ramstage-y += ptn3460.c
27
28cbfs-files-y += hwinfo.hex
29hwinfo.hex-file := hwinfo.hex
30hwinfo.hex-type := 0x50
31hwinfo.hex-align := 0x1000
32
33cbfs-files-y += version.hex
34version.hex-file := version.hex
35version.hex-type := 0x50
36
37cbfs-files-y += hwinfo10.hex
38hwinfo10.hex-file := hwinfo10.hex
39hwinfo10.hex-type := 0x50
40
41cbfs-files-y += hwinfo12.hex
42hwinfo12.hex-file := hwinfo12.hex
43hwinfo12.hex-type := 0x50
44
45cbfs-files-y += hwinfo15.hex
46hwinfo15.hex-file := hwinfo15.hex
47hwinfo15.hex-type := 0x50
48
49cbfs-files-y += hwinfo19.hex
50hwinfo19.hex-file := hwinfo19.hex
51hwinfo19.hex-type := 0x50