085fdd8559
This drops VBOOT_NO_BOARD_SUPPORT. There is little impact of always having recovery_mode_switch() implemented in bootmode.c. A weak write_protect_state() is not necessary as there is no BOOT_DEVICE_SPI_FLASH with the emulation. Call to fill_lb_gpios() is already guarded with CONFIG(CHROMEOS) so the weak implementation would not be referenced. Change-Id: I3c00b30c5233ae3556b7622f97c3166668c8ab12 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58946 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
10 lines
161 B
Makefile
10 lines
161 B
Makefile
romstage-y += memmap.c
|
|
|
|
postcar-y += memmap.c
|
|
postcar-y += exit_car.S
|
|
|
|
ramstage-y += memmap.c
|
|
ramstage-y += northbridge.c
|
|
|
|
all-y += fw_cfg.c
|
|
all-y += bootmode.c
|