add_boot_arg
add_boot_arg(&boot_conf, register_offset,
add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_BASE(seg_id), seg_base);
add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_LIMIT(seg_id), limit_off);
add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_OUTA0(seg_id), seg_out_addr0);
add_boot_arg(&boot_conf, META_CR_MMCU_SEGMENT_N_OUTA1(seg_id), seg_out_addr1);
add_boot_arg(&boot_conf, META_CR_MMCU_LOCAL_EBCTRL,
add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(0), d_cache_t0);
add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(1), d_cache_t1);
add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(2), d_cache_t2);
add_boot_arg(&boot_conf, META_CR_SYSC_DCPART(3), d_cache_t3);
add_boot_arg(&boot_conf, META_CR_MMCU_DCACHE_CTRL,
add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(0), i_cache_t0);
add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(1), i_cache_t1);
add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(2), i_cache_t2);
add_boot_arg(&boot_conf, META_CR_SYSC_ICPART(3), i_cache_t3);
add_boot_arg(&boot_conf, META_CR_MMCU_ICACHE_CTRL,
add_boot_arg(&boot_conf, 0x040000C0, 0);
add_boot_arg(&boot_conf, META_CR_SYSC_JTAG_THREAD,
add_boot_arg(&boot_conf, 0, 0);
add_boot_arg(&boot_conf, core_code_fw_addr, core_code_alloc_size);
add_boot_arg(&boot_conf, 0, 0);
add_boot_arg(&boot_conf, 0, 0);