summaryrefslogtreecommitdiffstats
path: root/include/fsl-mc/fsl_mc.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2015-11-04 12:25:58 +0530
committerYork Sun <yorksun@freescale.com>2015-11-30 08:53:03 -0800
commitfb4a87a73785ad4d6e204978ad727564f9fb58a4 (patch)
tree224526fbb313636ee0a86646d83804d5f1541068 /include/fsl-mc/fsl_mc.h
parent553d2751c126be342719df1c63752b8b69eb3172 (diff)
downloadtalos-obmc-uboot-fb4a87a73785ad4d6e204978ad727564f9fb58a4.tar.gz
talos-obmc-uboot-fb4a87a73785ad4d6e204978ad727564f9fb58a4.zip
driver: net: fsl-mc: Add DPAA2 commands to manage MC
Management complex Firmware, DPL and DPC are depolyed during u-boot boot sequence. Add new DPAA2 commands to manage Management Complex (MC) i.e. start mc, aiop and apply DPL from u-boot command prompt. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/fsl-mc/fsl_mc.h')
-rw-r--r--include/fsl-mc/fsl_mc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/fsl-mc/fsl_mc.h b/include/fsl-mc/fsl_mc.h
index 9517a4a7b5..c8f168a3d2 100644
--- a/include/fsl-mc/fsl_mc.h
+++ b/include/fsl-mc/fsl_mc.h
@@ -50,6 +50,11 @@ struct mc_ccsr_registers {
};
int get_mc_boot_status(void);
+int get_dpl_apply_status(void);
+#ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
+int get_aiop_apply_status(void);
+#endif
+u64 mc_get_dram_addr(void);
unsigned long mc_get_dram_block_size(void);
int fsl_mc_ldpaa_init(bd_t *bis);
void fsl_mc_ldpaa_exit(bd_t *bis);
OpenPOWER on IntegriCloud