heads/boards/qemu-coreboot.mk
Francis Lam e9312e19bf
Cleanup of init to support server and desktop
Guarded linuxboot specific init entries
Removed Makefile entries into separate file (conflicts with srcing /etc/config)
Added CONFIG_BOOT_LOCAL/_REMOTE to control interface setup
Fixed CONFIG_TPM usage
2018-02-25 11:51:19 -08:00

6 lines
117 B
Makefile

run: coreboot.intermediate
run: $(build)/$(BOARD)/coreboot.rom
qemu-system-x86_64 \
--machine q35 \
--bios $< \