blob: f870611624265f170b1c36283b3a17bea07fcec2 [file] [log] [blame]
declare_args() {
# The specific CPU that runs the architecture.
arch_cpu = "cortex-a57+nofp"
# The load address of the hypervisor
hypervisor_load_address = "0x01000000"
# Whether to include the PrimeCell UART (PL011) driver.
use_pl011 = true
# The base address of the PrimeCell UART (PL011) device.
pl011_base_address = "0xf8015000"
}