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