From a2c6b116145fe4a138643dfbdc7857cf3c7d6f5c Mon Sep 17 00:00:00 2001 From: Jason Chen CJ Date: Tue, 28 May 2019 09:02:34 +0800 Subject: [PATCH] HV: change nuc7i7bnh ram start to 0x60000000 to support grub multiboot for nuc7i7bnh, we should put hv ram start at a suitable address as SOS bzImage may need use 0x1000000 Tracked-On: #3214 Signed-off-by: Jason Chen CJ Reviewed-by: Victor Sun --- hypervisor/arch/x86/configs/nuc7i7bnh.config | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/arch/x86/configs/nuc7i7bnh.config b/hypervisor/arch/x86/configs/nuc7i7bnh.config index 4503cce4f..318f4bfdc 100644 --- a/hypervisor/arch/x86/configs/nuc7i7bnh.config +++ b/hypervisor/arch/x86/configs/nuc7i7bnh.config @@ -1,3 +1,4 @@ # Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib) CONFIG_BOARD="nuc7i7bnh" CONFIG_SERIAL_LEGACY=y +CONFIG_HV_RAM_START=0x60000000