Home
last modified time | relevance | path

Searched refs:highbank_binfo (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/arm/
H A Dhighbank.c166 static struct arm_boot_info highbank_binfo; variable
321 highbank_binfo.ram_size = machine->ram_size; in calxeda_init()
326 highbank_binfo.board_id = -1; in calxeda_init()
327 highbank_binfo.loader_start = 0; in calxeda_init()
328 highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR; in calxeda_init()
329 highbank_binfo.psci_conduit = QEMU_PSCI_CONDUIT_SMC; in calxeda_init()
331 arm_load_kernel(ARM_CPU(first_cpu), machine, &highbank_binfo); in calxeda_init()