ENTRY_FUNCTION(start_solidrun_cubox, r0, r1, r2) { void *fdt; arm_cpu_lowlevel_init(); fdt = __dtb_dove_cubox_bb_start - get_runtime_offset(); mvebu_barebox_entry(fdt); }
ENTRY_FUNCTION(start_globalscale_guruplug, r0, r1, r2) { void *fdt; arm_cpu_lowlevel_init(); fdt = __dtb_kirkwood_guruplug_server_plus_bb_start - get_runtime_offset(); mvebu_barebox_entry(fdt); }
ENTRY_FUNCTION(start_globalscale_mirabox, r0, r1, r2) { void *fdt; arm_cpu_lowlevel_init(); fdt = __dtb_armada_370_mirabox_bb_start - get_runtime_offset(); mvebu_barebox_entry(fdt); }
ENTRY_FUNCTION(start_netgear_rn104, r0, r1, r2) { void *fdt; arm_cpu_lowlevel_init(); fdt = __dtb_armada_370_rn104_bb_start - get_runtime_offset(); mvebu_barebox_entry(fdt); }
void __naked barebox_arm_reset_vector(void) { arm_cpu_lowlevel_init(); mvebu_barebox_entry(NULL); }