acrn-hypervisor/hypervisor/boot
Jason Chen CJ 41ac9e5d10 rename function & definition from firmware to guest boot
The interface struct & API changes like below:
  struct uefi_context->struct depri_boot_context
  init_firmware_operations()->init_vboot_operations()
  init_firmware()->init_vboot()
  firmware_init_irq()->init_vboot_irq()
  firmware_get_rsdp()->get_rsdp_ptr()
  firmware_get_ap_trampoline()->get_ap_trampoline_buf()
  firmware_init_vm_boot_info()->init_vm_boot_info()

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-05-09 16:33:44 +08:00
..
guest rename function & definition from firmware to guest boot 2019-05-09 16:33:44 +08:00
include rename function & definition from firmware to guest boot 2019-05-09 16:33:44 +08:00
acpi.c rename function & definition from firmware to guest boot 2019-05-09 16:33:44 +08:00
cmdline.c restruct boot and bsp dir for firmware stuff 2019-05-09 16:33:44 +08:00
dmar_parse.c HV: Modularize boot folder 2019-03-14 09:05:53 +08:00
reloc.c hv: cleanup some hva/hpa conversion code 2019-03-15 09:03:14 +08:00