mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
add run target for starting the emulators
This commit is contained in:
parent
3bf51cb74c
commit
3ea842b564
@ -27,3 +27,9 @@ CONFIG_LINUX_E1000=y
|
||||
|
||||
CONFIG_BOOTSCRIPT=/bin/generic-init
|
||||
CONFIG_TPM=n
|
||||
|
||||
run: coreboot.intermediate
|
||||
run: $(build)/$(BOARD)/coreboot.rom
|
||||
qemu-system-x86_64 \
|
||||
--machine q35 \
|
||||
--bios $< \
|
||||
|
@ -19,6 +19,7 @@ CONFIG_PCIUTILS=y
|
||||
#CONFIG_TPMTOTP=y
|
||||
#CONFIG_XEN=y
|
||||
CONFIG_DROPBEAR=y
|
||||
CONFIG_FROTZ=y
|
||||
|
||||
CONFIG_LINUX_USB=y
|
||||
#CONFIG_LINUX_IGB=y
|
||||
@ -34,3 +35,13 @@ CONFIG_BOOT_REQ_HASH=n
|
||||
CONFIG_BOOT_REQ_ROLLBACK=n
|
||||
CONFIG_BOOT_DEV="/dev/sda1"
|
||||
CONFIG_USB_BOOT_DEV="/dev/sdb1"
|
||||
|
||||
run: $(build)/$(BOARD)/linuxboot.rom
|
||||
qemu-system-x86_64 \
|
||||
-machine q35,smm=on \
|
||||
-global ICH9-LPC.disable_s3=1 \
|
||||
-global driver=cfi.pflash01,property=secure,value=on \
|
||||
--serial $(or $(SERIAL),/dev/tty) \
|
||||
-drive if=pflash,format=raw,unit=0,file=$<
|
||||
stty sane
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user