acrn-hypervisor/hypervisor/bsp/uefi/efi
Xiangyang Wu 474e9af216 HV:CPU: Add 'U/UL' for unsigned const value
According to MISRA C:2012, suffix 'U/UL' shall be for
unsigned const value, the member of enum variable should
not be used to compare with integer variable.

Add 'U/UL' for unsigned const value in the CPU module;
Use Macro insteading of enum feature_word since the member
of feature_word is used to compare with integer variable;
Use hex number insteading of Macro in the assembly code.

V1-->V2:

        Update the suffix of some constant value as 'UL'
        according to its'storage variable;
        Split MACRO updates used in the assembly code
	in other patch.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-09 10:27:21 +08:00
..
boot.c hv:fix "missing for discarded return value" for memset 2018-07-05 14:14:48 +08:00
boot.h HV:CPU: Add 'U/UL' for unsigned const value 2018-07-09 10:27:21 +08:00
efilinux.h efi: clean RuntimeServices code 2018-05-15 17:25:57 +08:00
Makefile HV Makefile: fix detection of gnu-efi tools location 2018-06-22 17:17:14 +08:00
malloc.c hv:fix "missing for discarded return value" for memset 2018-07-05 14:14:48 +08:00
multiboot.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
pe.c initial import 2018-05-11 14:44:28 +08:00
stdlib.h hv: add memory allocation functions for trampoline code relocation 2018-06-11 12:15:28 +08:00