heads/boards/qemu-coreboot/qemu-coreboot.config

60 lines
1.3 KiB
Plaintext
Raw Normal View History

# Configuration for building a coreboot ROM that works in the.
2017-03-31 17:04:46 +00:00
# the qemu emulator. Note that the TPM does not work, so this
# will just drop into the recovery shell.
export CONFIG_COREBOOT=y
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu.config
CONFIG_LINUX_CONFIG=config/linux-qemu.config
2018-02-28 16:12:02 +00:00
ifeq "$(CONFIG_UROOT)" "y"
CONFIG_BUSYBOX=n
else
CONFIG_KEXEC=y
2018-02-28 16:12:02 +00:00
CONFIG_QRENCODE=y
CONFIG_TPMTOTP=y
CONFIG_POPT=y
CONFIG_FLASHTOOLS=y
CONFIG_FLASHROM=y
2018-02-28 16:12:02 +00:00
CONFIG_PCIUTILS=y
CONFIG_UTIL_LINUX=y
2018-02-28 16:12:02 +00:00
CONFIG_CRYPTSETUP=y
2018-09-18 09:14:05 +00:00
CONFIG_GPG2=y
CONFIG_LVM2=y
CONFIG_MBEDTLS=y
CONFIG_DROPBEAR=y
#Uncomment only one of the following block
#Required for graphical gui-init (FBWhiptail)
#CONFIG_CAIRO=y
#CONFIG_FBWHIPTAIL=y
#
#text-based init (generic-init and gui-init)
CONFIG_NEWT=y
CONFIG_SLANG=y
2018-02-28 16:12:02 +00:00
endif
CONFIG_LINUX_ATA=y
CONFIG_LINUX_AHCI=y
CONFIG_LINUX_USB=y
CONFIG_LINUX_E1000=y
#Uncomment only one BOOTSCRIPT:
#Whiptail-based init (text-based or FBWhiptail)
#export CONFIG_BOOTSCRIPT=/bin/gui-init
#
#text-based original init:
export CONFIG_BOOTSCRIPT=/bin/generic-init
export CONFIG_TPM=n
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_USB_BOOT_DEV="/dev/sdb1"
2018-02-28 16:12:02 +00:00
#run: coreboot.intermediate
run:
qemu-system-x86_64 \
--machine q35 \
2018-02-28 16:12:02 +00:00
--serial /dev/tty \
--bios $(build)/$(BOARD)/coreboot.rom \
; stty sane