From 5a56365221cb297ef709f1eefa2bccc4372e2a85 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 4 Nov 2019 16:17:32 -0700 Subject: [PATCH] Do not use HPET --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 16eacb1..2e9f9ce 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -31,7 +31,7 @@ UEFIPAYLOAD="${BUILD}/UEFIPAYLOAD.fd" COREBOOT="${BUILD}/coreboot.rom" USB="${BUILD}/usb.img" EDK2_ARGS=( - -D USE_HPET_TIMER=TRUE + -D USE_HPET_TIMER=FALSE -D SHELL_TYPE=NONE -D SOURCE_DEBUG_ENABLE=FALSE )