From 9e20e2f1587b4bba2db41a8279e070eac6ddd92b Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 25 Oct 2020 14:41:40 +0100 Subject: util/qemu: Add comprehensive default config for QEMU Q35 This config tries to mimic the actual devices of a mainboard with Intel's Q35 chipset. It provides a much better base to test coreboot (e.g. its allocator) and payloads. Change-Id: Id465016e37ee75628a55b9da68facb4ae0efe822 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/46768 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- util/qemu/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/qemu/Makefile.inc') diff --git a/util/qemu/Makefile.inc b/util/qemu/Makefile.inc index 3346349844..651ef21635 100644 --- a/util/qemu/Makefile.inc +++ b/util/qemu/Makefile.inc @@ -27,7 +27,9 @@ # $ make qemu QEMU_CFG_ARGS= QEMU-$(CONFIG_BOARD_EMULATION_QEMU_X86_I440FX) ?= qemu-system-x86_64 -M pc + QEMU-$(CONFIG_BOARD_EMULATION_QEMU_X86_Q35) ?= qemu-system-x86_64 -M q35 +QEMU_CFG-$(CONFIG_BOARD_EMULATION_QEMU_X86_Q35) ?= util/qemu/q35-base.cfg ifneq ($(QEMU-y),) -- cgit v1.2.3