mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-06 11:10:46 +00:00
e9312e19bf
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
6 lines
117 B
Makefile
6 lines
117 B
Makefile
run: coreboot.intermediate
|
|
run: $(build)/$(BOARD)/coreboot.rom
|
|
qemu-system-x86_64 \
|
|
--machine q35 \
|
|
--bios $< \
|