• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3ramstage-y += ec.c
4
5romstage-y += chromeos.c
6ramstage-y += chromeos.c
7ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
8
9# Order of names in SPD_SOURCES is important!
10SPD_SOURCES = elpida_4Gb_1600_x16
11SPD_SOURCES += samsung_4Gb_1600_1.35v_x16
12SPD_SOURCES += micron_4Gb_1600_1.35v_x16
13
14bootblock-y += gpio.c
15romstage-y += gpio.c
16bootblock-y += early_init.c
17romstage-y += early_init.c
18