From 1b20617342d3cd64d09e8af75e557824abc7b314 Mon Sep 17 00:00:00 2001 From: nuanbing Date: Fri, 28 Dec 2018 19:32:24 -0500 Subject: Uncomment make command --- distros/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/common.sh b/distros/common.sh index 7b0d539..714b66a 100755 --- a/distros/common.sh +++ b/distros/common.sh @@ -57,7 +57,7 @@ build_install_ovmf() fi pushd $BUILD_DIR/edk2 - #run_cmd "make -C BaseTools" + run_cmd "make -C BaseTools" . ./edksetup.sh --reconfig run_cmd "nice build --cmd-len=64436 \ -DDEBUG_ON_SERIAL_PORT=TRUE \ -- cgit v1.2.3-71-gd317 From 8aaa46187670617b64a157ce0eb4eb55ec960630 Mon Sep 17 00:00:00 2001 From: nuanbing Date: Wed, 2 Jan 2019 12:12:34 -0500 Subject: should update the version of linux kernel to 4.20 since 4.17 does not support some SEV API such as SEV_GET_ID --- distros/stable-commits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/stable-commits b/distros/stable-commits index a133f5a..ee05cd4 100644 --- a/distros/stable-commits +++ b/distros/stable-commits @@ -4,7 +4,7 @@ # hypervisor commit KERNEL_GIT_URL=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git -KERNEL_COMMIT=v4.17 +KERNEL_COMMIT=v4.20 # qemu commit QEMU_GIT_URL=http://git.qemu.org/git/qemu.git -- cgit v1.2.3-71-gd317