acrn-hypervisor/hypervisor/bsp/uefi/efi
Zhao Yakui 3a9bf54d66 HV: Add gcc compiler option to disable FPU/SSE/MMX
FPU/SSE is not supported in HV. Otherwise it is possible that the
SSE/FPU register is used under -O2 option.
So the gcc option is added to disable them.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 18:03:33 +08:00
..
boot.c Revert "HV: Make AP trampoline code relocatable" 2018-05-15 17:25:58 +08:00
boot.h Revert "HV: Make AP trampoline code relocatable" 2018-05-15 17:25:58 +08:00
efilinux.h efi: clean RuntimeServices code 2018-05-15 17:25:57 +08:00
Makefile HV: Add gcc compiler option to disable FPU/SSE/MMX 2018-05-15 18:03:33 +08:00
malloc.c Revert "HV: added memory allocation functions for AP trampoline code relocation" 2018-05-15 17:25:58 +08:00
multiboot.h refine: remove redundant data type definition 2018-05-15 17:25:54 +08:00
pe.c initial import 2018-05-11 14:44:28 +08:00
stdlib.h Revert "HV: added memory allocation functions for AP trampoline code relocation" 2018-05-15 17:25:58 +08:00