blob: da6775af2ee26eb22937ac6a5a204985ed1dcff5 [file] [log] [blame]
Rex-BC Chen74a06292021-09-09 18:43:22 +08001bootblock-y += memlayout.ld
2bootblock-y += bootblock.c
3bootblock-y += chromeos.c
4
5verstage-y += memlayout.ld
6verstage-y += chromeos.c
7verstage-y += reset.c
8
9romstage-y += memlayout.ld
Rex-BC Chen81a69662021-11-18 12:44:42 +080010romstage-y += boardid.c
Rex-BC Chen74a06292021-09-09 18:43:22 +080011romstage-y += chromeos.c
Rex-BC Chenea0b1322021-11-10 14:00:36 +080012romstage-y += regulator.c
Jakub Czapiga967a76b2022-08-19 12:25:27 +020013romstage-y += reset.c
Rex-BC Chen74a06292021-09-09 18:43:22 +080014romstage-y += romstage.c
Ryan Chuang550c0722021-12-27 12:44:12 +080015romstage-y += sdram_configs.c
Rex-BC Chen74a06292021-09-09 18:43:22 +080016
17ramstage-y += memlayout.ld
Rex-BC Chen81a69662021-11-18 12:44:42 +080018ramstage-y += boardid.c
Rex-BC Chen74a06292021-09-09 18:43:22 +080019ramstage-y += chromeos.c
Rex-BC Chend05f2312021-12-17 14:39:30 +080020ramstage-y += display.c
Rex-BC Chen74a06292021-09-09 18:43:22 +080021ramstage-y += mainboard.c
Ruihai Zhoud5c1e132023-03-28 16:49:01 +080022ramstage-y += panel_anx7625.c
23ramstage-y += panel_ps8640.c
Rex-BC Chenea0b1322021-11-10 14:00:36 +080024ramstage-y += regulator.c
Rex-BC Chen74a06292021-09-09 18:43:22 +080025ramstage-y += reset.c
Ruihai Zhoud5c1e132023-03-28 16:49:01 +080026
27ramstage-$(CONFIG_BOARD_GOOGLE_STARMIE) += panel_starmie.c