blob: e4d33785fa73bdecebc13e8c30d5814e266b8c68 [file] [log] [blame]
declare_args() {
# The specific CPU that runs the architecture.
arch_cpu = ""
# The origin address of the hypervisor image
arch_hypervisor_origin_address = ""
}
assert(arch_cpu != "", "Must provide the CPU to build for as \"arch_cpu\".")
assert(
arch_hypervisor_origin_address != "",
"Must provide the origin address of the hypervisor image \"arch_hypervisor_origin_address\".")