blob: 2922eef9da12e257d818ed3b3f7000830add6209 [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##
Werner Zehc42a6132015-02-12 12:40:15 +010015
Werner Zehc42a6132015-02-12 12:40:15 +010016ramstage-y += gpio.c
17ramstage-y += irqroute.c
Werner Zehc42a6132015-02-12 12:40:15 +010018ramstage-y += lcd_panel.c
19ramstage-y += ptn3460.c
20
21cbfs-files-y += hwinfo.hex
22hwinfo.hex-file := hwinfo.hex
Martin Roth72a8e5e2015-03-24 16:02:27 -060023hwinfo.hex-type := raw
Werner Zehc42a6132015-02-12 12:40:15 +010024hwinfo.hex-align := 0x1000
25
Werner Zehc42a6132015-02-12 12:40:15 +010026cbfs-files-y += hwinfo10.hex
27hwinfo10.hex-file := hwinfo10.hex
Martin Roth72a8e5e2015-03-24 16:02:27 -060028hwinfo10.hex-type := raw
Werner Zehc42a6132015-02-12 12:40:15 +010029
30cbfs-files-y += hwinfo12.hex
31hwinfo12.hex-file := hwinfo12.hex
Martin Roth72a8e5e2015-03-24 16:02:27 -060032hwinfo12.hex-type := raw
Werner Zehc42a6132015-02-12 12:40:15 +010033
34cbfs-files-y += hwinfo15.hex
35hwinfo15.hex-file := hwinfo15.hex
Martin Roth72a8e5e2015-03-24 16:02:27 -060036hwinfo15.hex-type := raw
Werner Zehc42a6132015-02-12 12:40:15 +010037
38cbfs-files-y += hwinfo19.hex
39hwinfo19.hex-file := hwinfo19.hex
Martin Roth72a8e5e2015-03-24 16:02:27 -060040hwinfo19.hex-type := raw