1## SPDX-License-Identifier: GPL-2.0-only 2 3bootblock-y += bootblock.c 4bootblock-y += cdp.c 5bootblock-y += mmu.c 6bootblock-y += reset.c 7 8verstage-y += boardid.c 9verstage-y += cdp.c 10verstage-y += chromeos.c 11verstage-y += gsbi.c 12verstage-y += reset.c 13 14romstage-y += romstage.c 15romstage-y += cdp.c 16romstage-y += chromeos.c 17romstage-y += mmu.c 18romstage-y += reset.c 19romstage-y += gsbi.c 20 21ramstage-y += boardid.c 22ramstage-y += cdp.c 23ramstage-y += chromeos.c 24ramstage-y += mainboard.c 25ramstage-y += mmu.c 26ramstage-y += reset.c 27ramstage-y += gsbi.c 28