aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2019-01-03 15:39:41 -0600
committerGitHub <noreply@github.com>2019-01-03 15:39:41 -0600
commitfa5221019411bbf109d56b04fab571505e2f9f31 (patch)
tree8b8e66e5a2e7500c5c13d8eb9c63a985689a46a8
parent990f36d9fe3826b0b12b9bd2d3ce3c2124d19adc (diff)
parent8aaa46187670617b64a157ce0eb4eb55ec960630 (diff)
downloadcachepc-amdsev-fa5221019411bbf109d56b04fab571505e2f9f31.tar.gz
cachepc-amdsev-fa5221019411bbf109d56b04fab571505e2f9f31.zip
Merge pull request #12 from Liaojinghui/master
Uncomment make command
-rwxr-xr-xdistros/common.sh2
-rw-r--r--distros/stable-commits2
2 files changed, 2 insertions, 2 deletions
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 \
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