Lines Matching full:dpl
94 * Copying MC firmware or DPL image to DDR
179 /* DPL likes its addresses on 32 * ARP_HLEN bits */ in mc_fixup_mac_addr()
256 /* dpmac not defined in DPL, so skip it. */ in mc_fixup_dpl_mac_addr()
262 printf("Error fixing up dpmac mac_addr in DPL\n"); in mc_fixup_dpl_mac_addr()
277 /* DPNI not defined in DPL in the objects area */ in mc_fixup_dpl_mac_addr()
496 u32 ver = fdt_getprop_u32_default(blob, "/", "dpl-version", 0); in mc_fixup_dpl()
499 /* The DPL fixup for mac addresses is only relevant in mc_fixup_dpl()
530 * Load the MC DPL blob in the MC private DRAM block: in load_mc_dpl()
533 printf("MC DPL is preloaded to %#llx\n", mc_ram_addr + mc_dpl_offset); in load_mc_dpl()
536 * Get address and size of the DPL blob stored in flash: in load_mc_dpl()
542 printf("\nfsl-mc: ERROR: Bad DPL image (bad header)\n"); in load_mc_dpl()
548 printf("\nfsl-mc: ERROR: Bad DPL image (too large: %d)\n", in load_mc_dpl()
553 mc_copy_image("MC DPL blob", in load_mc_dpl()
559 dump_ram_words("DPL", (void *)(mc_ram_addr + mc_dpl_offset)); in load_mc_dpl()
754 * Tell the MC that we want delayed DPL deployment. in mc_init()
770 * DPL in mc_init()
824 * Tell the MC to deploy the DPL: in mc_apply_dpl()
1490 /* If DPL is deployed, set is_dpl_apply_status as TRUE. */ in fsl_mc_ldpaa_exit()
1495 * For case MC is loaded but DPL is not deployed, return success and in fsl_mc_ldpaa_exit()
1499 printf("fsl-mc: DPL not deployed, DPAA2 ethernet not work\n"); in fsl_mc_ldpaa_exit()
1606 printf("fsl-mc: DPL already applied\n"); in do_fsl_mc()
1621 * We will do the actual dpaa exit and dpl apply in do_fsl_mc()
1646 "fsl_mc apply DPL [DPL_addr] - Apply DPL file\n"
1647 "fsl_mc lazyapply DPL [DPL_addr] - Apply DPL file on exit\n"