acrn-hypervisor/efi-stub
Zhao Yakui e22b35e332 HV/DM: Unify the usage of aligned for structure definition with alignment
Now one macro is added to define the alignment requirement.
>#define __aligned(x) __attribute__((aligned(x)))

Some code uses the __aligned(x) to define the alignment while the other
code uses the original alignment definition.
So they are unified.

Tracked-On: projectacrn/acrn-hypervisor#2131
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-20 14:08:28 +08:00
..
clearlinux modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
Makefile modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
boot.c modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
boot.h modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
efilinux.h modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
malloc.c modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
multiboot.h HV/DM: Unify the usage of aligned for structure definition with alignment 2018-12-20 14:08:28 +08:00
pe.c modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00
stdlib.h modulization:move out efi dir from hypervisor 2018-12-17 15:46:23 +08:00