wenlingz
34b4294334
Doc: Update GSG for v0.5 version and launch and acrn.conf sample script
...
modify sbl_up2 version and scripts
2019-01-16 16:28:26 +08:00
Alek Du
31487e829c
Makefile: keep files used for debug target
...
1. keep symbols files for debug usage
2. they are saved when build for rootfs.
Tracked-On: #2168
Signed-off-by: Alek Du <alek.du@intel.com >
Signed-off-by: Minggui Cao <minggui.cao@intel.com >
Acked-by: Anthony Xu <anthony.xu@intel.com >
2018-12-24 22:24:27 +08:00
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
Mingqiang Chi
74849cd983
modulization:move out efi dir from hypervisor
...
move acrn-hypervisor/hypervisor/bsp/uefi/efi
to arcn-hypervisor/efi-stub
move acrn-hypervisor/hypervisor/bsp/uefi/clearlinux
to acrn-hypervisor/efi-stub/clearlinux
Changes to be committed:
modified: Makefile
modified: doc/getting-started/apl-nuc.rst
renamed: hypervisor/bsp/uefi/efi/Makefile -> efi-stub/Makefile
renamed: hypervisor/bsp/uefi/efi/boot.c -> efi-stub/boot.c
renamed: hypervisor/bsp/uefi/efi/boot.h -> efi-stub/boot.h
renamed: hypervisor/bsp/uefi/clearlinux/acrn.conf ->
efi-stub/clearlinux/acrn.conf
renamed: hypervisor/bsp/uefi/efi/efilinux.h -> efi-stub/efilinux.h
renamed: hypervisor/bsp/uefi/efi/malloc.c -> efi-stub/malloc.c
renamed: hypervisor/bsp/uefi/efi/multiboot.h -> efi-stub/multiboot.h
renamed: hypervisor/bsp/uefi/efi/pe.c -> efi-stub/pe.c
renamed: hypervisor/bsp/uefi/efi/stdlib.h -> efi-stub/stdlib.h
modified: hypervisor/Makefile
Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com >
Acked-by: Anthony Xu <anthony.xu@intel.com >
2018-12-17 15:46:23 +08:00