blob: 85c5e5804ee423cb925b6e45d46eedf46dbdf561 [file] [log] [blame]
Stefan Reinauer155e9b52012-04-27 23:19:58 +02001##
2## This file is part of the coreboot project.
3##
Kyösti Mälkkiff402e32014-04-28 23:41:06 +03004## Copyright (C) 2012 Google Inc.
Stefan Reinauer155e9b52012-04-27 23:19:58 +02005##
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##
Stefan Reinauer155e9b52012-04-27 23:19:58 +020015
16ramstage-y += ec.c
17
Kyösti Mälkki5c4b8482014-05-03 13:29:06 +030018romstage-y += chromeos.c
19ramstage-y += chromeos.c
Kyösti Mälkkiff402e32014-04-28 23:41:06 +030020
Stefan Reinauer155e9b52012-04-27 23:19:58 +020021SPD_BIN = $(obj)/spd.bin
22
Elyes HAOUAS8ab989e2016-07-30 17:46:17 +020023# Include spd ROM data
Stefan Reinauer155e9b52012-04-27 23:19:58 +020024$(SPD_BIN):
25 xxd -rg1 $(src)/mainboard/samsung/lumpy/spd.hex >| $@
26
27cbfs-files-y += spd.bin
28spd.bin-file := $(SPD_BIN)
Martin Roth72a8e5e2015-03-24 16:02:27 -060029spd.bin-type := spd
Vladimir Serbinenko613d3ad2016-02-10 01:43:08 +010030romstage-y += gpio.c