acrn-hypervisor/misc/efi-stub
Liu Long 3f4ea38158 ACRN: misc: Unify terminology for service vm/user vm
Rename SOS_VM type to SERVICE_VM
rename UOS to User VM in XML description
rename uos_thread_pid to user_vm_thread_pid
rename devname_uos to devname_user_vm
rename uosid to user_vmid
rename UOS_ACK to USER_VM_ACK
rename SOS_VM_CONFIG_CPU_AFFINITY to SERVICE_VM_CONFIG_CPU_AFFINITY
rename SOS_COM to SERVICE_VM_COM
rename SOS_UART1_VALID_NUM" to SERVICE_VM_UART1_VALID_NUM
rename SOS_BOOTARGS_DIFF to SERVICE_VM_BOOTARGS_DIFF
rename uos to user_vm in launch script and xml

Tracked-On: #6744
Signed-off-by: Liu Long <long.liu@linux.intel.com>
Reviewed-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2021-11-02 10:00:55 +08:00
..
Makefile misc: efi-stub: Add barebone container as an implementation of HV_LOADER 2021-06-24 14:42:56 +08:00
boot.c misc: efi-stub: Set MOR bit before jumping to hypervisor 2021-06-24 14:42:56 +08:00
boot.h misc: efi-stub: Set MOR bit before jumping to hypervisor 2021-06-24 14:42:56 +08:00
container.c misc: efi-stub: Implement modules loading in container 2021-06-24 14:42:56 +08:00
container.h misc: efi-stub: Barebone efi-stub for secure boot 2021-06-24 14:42:56 +08:00
efilinux.h ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
elf32.c misc: efi-stub: Add helper functions to parse/load ELF32 image 2021-06-24 14:42:56 +08:00
elf32.h misc: efi-stub: Add helper functions to parse/load ELF32 image 2021-06-24 14:42:56 +08:00
malloc.c misc: efi-stub: Barebone efi-stub for secure boot 2021-06-24 14:42:56 +08:00
multiboot.c misc: efi-stub: Add helper functions to search/parse multiboot1/2 headers 2021-06-24 14:42:56 +08:00
multiboot.h misc: efi-stub: Add helper functions to search/parse multiboot1/2 headers 2021-06-24 14:42:56 +08:00
pe.c misc: efi-stub: Barebone efi-stub for secure boot 2021-06-24 14:42:56 +08:00
stdlib.h misc: efi-stub: Barebone efi-stub for secure boot 2021-06-24 14:42:56 +08:00