Do not use HPET

This commit is contained in:
Jeremy Soller
2019-11-04 16:17:32 -07:00
parent 232808fd7e
commit 5a56365221

View File

@@ -31,7 +31,7 @@ UEFIPAYLOAD="${BUILD}/UEFIPAYLOAD.fd"
COREBOOT="${BUILD}/coreboot.rom" COREBOOT="${BUILD}/coreboot.rom"
USB="${BUILD}/usb.img" USB="${BUILD}/usb.img"
EDK2_ARGS=( EDK2_ARGS=(
-D USE_HPET_TIMER=TRUE -D USE_HPET_TIMER=FALSE
-D SHELL_TYPE=NONE -D SHELL_TYPE=NONE
-D SOURCE_DEBUG_ENABLE=FALSE -D SOURCE_DEBUG_ENABLE=FALSE
) )