mc.c 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  1. /*
  2. * Copyright (C) 2014 Freescale Semiconductor
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #include <common.h>
  7. #include <errno.h>
  8. #include <linux/bug.h>
  9. #include <asm/io.h>
  10. #include <libfdt.h>
  11. #include <fdt_support.h>
  12. #include <fsl-mc/fsl_mc.h>
  13. #include <fsl-mc/fsl_mc_sys.h>
  14. #include <fsl-mc/fsl_mc_private.h>
  15. #include <fsl-mc/fsl_dpmng.h>
  16. #include <fsl-mc/fsl_dprc.h>
  17. #include <fsl-mc/fsl_dpio.h>
  18. #include <fsl-mc/fsl_dpni.h>
  19. #include <fsl-mc/fsl_qbman_portal.h>
  20. #include <fsl-mc/ldpaa_wriop.h>
  21. #define MC_RAM_BASE_ADDR_ALIGNMENT (512UL * 1024 * 1024)
  22. #define MC_RAM_BASE_ADDR_ALIGNMENT_MASK (~(MC_RAM_BASE_ADDR_ALIGNMENT - 1))
  23. #define MC_RAM_SIZE_ALIGNMENT (256UL * 1024 * 1024)
  24. #define MC_MEM_SIZE_ENV_VAR "mcmemsize"
  25. #define MC_BOOT_TIMEOUT_ENV_VAR "mcboottimeout"
  26. DECLARE_GLOBAL_DATA_PTR;
  27. static int mc_boot_status = -1;
  28. static int mc_dpl_applied = -1;
  29. #ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
  30. static int mc_aiop_applied = -1;
  31. #endif
  32. struct fsl_mc_io *root_mc_io = NULL;
  33. struct fsl_mc_io *dflt_mc_io = NULL; /* child container */
  34. uint16_t root_dprc_handle = 0;
  35. uint16_t dflt_dprc_handle = 0;
  36. int child_dprc_id;
  37. struct fsl_dpbp_obj *dflt_dpbp = NULL;
  38. struct fsl_dpio_obj *dflt_dpio = NULL;
  39. struct fsl_dpni_obj *dflt_dpni = NULL;
  40. #ifdef DEBUG
  41. void dump_ram_words(const char *title, void *addr)
  42. {
  43. int i;
  44. uint32_t *words = addr;
  45. printf("Dumping beginning of %s (%p):\n", title, addr);
  46. for (i = 0; i < 16; i++)
  47. printf("%#x ", words[i]);
  48. printf("\n");
  49. }
  50. void dump_mc_ccsr_regs(struct mc_ccsr_registers __iomem *mc_ccsr_regs)
  51. {
  52. printf("MC CCSR registers:\n"
  53. "reg_gcr1 %#x\n"
  54. "reg_gsr %#x\n"
  55. "reg_sicbalr %#x\n"
  56. "reg_sicbahr %#x\n"
  57. "reg_sicapr %#x\n"
  58. "reg_mcfbalr %#x\n"
  59. "reg_mcfbahr %#x\n"
  60. "reg_mcfapr %#x\n"
  61. "reg_psr %#x\n",
  62. mc_ccsr_regs->reg_gcr1,
  63. mc_ccsr_regs->reg_gsr,
  64. mc_ccsr_regs->reg_sicbalr,
  65. mc_ccsr_regs->reg_sicbahr,
  66. mc_ccsr_regs->reg_sicapr,
  67. mc_ccsr_regs->reg_mcfbalr,
  68. mc_ccsr_regs->reg_mcfbahr,
  69. mc_ccsr_regs->reg_mcfapr,
  70. mc_ccsr_regs->reg_psr);
  71. }
  72. #else
  73. #define dump_ram_words(title, addr)
  74. #define dump_mc_ccsr_regs(mc_ccsr_regs)
  75. #endif /* DEBUG */
  76. #ifndef CONFIG_SYS_LS_MC_FW_IN_DDR
  77. /**
  78. * Copying MC firmware or DPL image to DDR
  79. */
  80. static int mc_copy_image(const char *title,
  81. u64 image_addr, u32 image_size, u64 mc_ram_addr)
  82. {
  83. debug("%s copied to address %p\n", title, (void *)mc_ram_addr);
  84. memcpy((void *)mc_ram_addr, (void *)image_addr, image_size);
  85. flush_dcache_range(mc_ram_addr, mc_ram_addr + image_size);
  86. return 0;
  87. }
  88. /**
  89. * MC firmware FIT image parser checks if the image is in FIT
  90. * format, verifies integrity of the image and calculates
  91. * raw image address and size values.
  92. * Returns 0 on success and a negative errno on error.
  93. * task fail.
  94. **/
  95. int parse_mc_firmware_fit_image(u64 mc_fw_addr,
  96. const void **raw_image_addr,
  97. size_t *raw_image_size)
  98. {
  99. int format;
  100. void *fit_hdr;
  101. int node_offset;
  102. const void *data;
  103. size_t size;
  104. const char *uname = "firmware";
  105. fit_hdr = (void *)mc_fw_addr;
  106. /* Check if Image is in FIT format */
  107. format = genimg_get_format(fit_hdr);
  108. if (format != IMAGE_FORMAT_FIT) {
  109. printf("fsl-mc: ERR: Bad firmware image (not a FIT image)\n");
  110. return -EINVAL;
  111. }
  112. if (!fit_check_format(fit_hdr)) {
  113. printf("fsl-mc: ERR: Bad firmware image (bad FIT header)\n");
  114. return -EINVAL;
  115. }
  116. node_offset = fit_image_get_node(fit_hdr, uname);
  117. if (node_offset < 0) {
  118. printf("fsl-mc: ERR: Bad firmware image (missing subimage)\n");
  119. return -ENOENT;
  120. }
  121. /* Verify MC firmware image */
  122. if (!(fit_image_verify(fit_hdr, node_offset))) {
  123. printf("fsl-mc: ERR: Bad firmware image (bad CRC)\n");
  124. return -EINVAL;
  125. }
  126. /* Get address and size of raw image */
  127. fit_image_get_data(fit_hdr, node_offset, &data, &size);
  128. *raw_image_addr = data;
  129. *raw_image_size = size;
  130. return 0;
  131. }
  132. #endif
  133. /*
  134. * Calculates the values to be used to specify the address range
  135. * for the MC private DRAM block, in the MCFBALR/MCFBAHR registers.
  136. * It returns the highest 512MB-aligned address within the given
  137. * address range, in '*aligned_base_addr', and the number of 256 MiB
  138. * blocks in it, in 'num_256mb_blocks'.
  139. */
  140. static int calculate_mc_private_ram_params(u64 mc_private_ram_start_addr,
  141. size_t mc_ram_size,
  142. u64 *aligned_base_addr,
  143. u8 *num_256mb_blocks)
  144. {
  145. u64 addr;
  146. u16 num_blocks;
  147. if (mc_ram_size % MC_RAM_SIZE_ALIGNMENT != 0) {
  148. printf("fsl-mc: ERROR: invalid MC private RAM size (%lu)\n",
  149. mc_ram_size);
  150. return -EINVAL;
  151. }
  152. num_blocks = mc_ram_size / MC_RAM_SIZE_ALIGNMENT;
  153. if (num_blocks < 1 || num_blocks > 0xff) {
  154. printf("fsl-mc: ERROR: invalid MC private RAM size (%lu)\n",
  155. mc_ram_size);
  156. return -EINVAL;
  157. }
  158. addr = (mc_private_ram_start_addr + mc_ram_size - 1) &
  159. MC_RAM_BASE_ADDR_ALIGNMENT_MASK;
  160. if (addr < mc_private_ram_start_addr) {
  161. printf("fsl-mc: ERROR: bad start address %#llx\n",
  162. mc_private_ram_start_addr);
  163. return -EFAULT;
  164. }
  165. *aligned_base_addr = addr;
  166. *num_256mb_blocks = num_blocks;
  167. return 0;
  168. }
  169. static int mc_fixup_dpc(u64 dpc_addr)
  170. {
  171. void *blob = (void *)dpc_addr;
  172. int nodeoffset;
  173. /* delete any existing ICID pools */
  174. nodeoffset = fdt_path_offset(blob, "/resources/icid_pools");
  175. if (fdt_del_node(blob, nodeoffset) < 0)
  176. printf("\nfsl-mc: WARNING: could not delete ICID pool\n");
  177. /* add a new pool */
  178. nodeoffset = fdt_path_offset(blob, "/resources");
  179. if (nodeoffset < 0) {
  180. printf("\nfsl-mc: ERROR: DPC is missing /resources\n");
  181. return -EINVAL;
  182. }
  183. nodeoffset = fdt_add_subnode(blob, nodeoffset, "icid_pools");
  184. nodeoffset = fdt_add_subnode(blob, nodeoffset, "icid_pool@0");
  185. do_fixup_by_path_u32(blob, "/resources/icid_pools/icid_pool@0",
  186. "base_icid", FSL_DPAA2_STREAM_ID_START, 1);
  187. do_fixup_by_path_u32(blob, "/resources/icid_pools/icid_pool@0",
  188. "num",
  189. FSL_DPAA2_STREAM_ID_END -
  190. FSL_DPAA2_STREAM_ID_START + 1, 1);
  191. flush_dcache_range(dpc_addr, dpc_addr + fdt_totalsize(blob));
  192. return 0;
  193. }
  194. static int load_mc_dpc(u64 mc_ram_addr, size_t mc_ram_size, u64 mc_dpc_addr)
  195. {
  196. u64 mc_dpc_offset;
  197. #ifndef CONFIG_SYS_LS_MC_DPC_IN_DDR
  198. int error;
  199. void *dpc_fdt_hdr;
  200. int dpc_size;
  201. #endif
  202. #ifdef CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET
  203. BUILD_BUG_ON((CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET & 0x3) != 0 ||
  204. CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET > 0xffffffff);
  205. mc_dpc_offset = CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET;
  206. #else
  207. #error "CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET not defined"
  208. #endif
  209. /*
  210. * Load the MC DPC blob in the MC private DRAM block:
  211. */
  212. #ifdef CONFIG_SYS_LS_MC_DPC_IN_DDR
  213. printf("MC DPC is preloaded to %#llx\n", mc_ram_addr + mc_dpc_offset);
  214. #else
  215. /*
  216. * Get address and size of the DPC blob stored in flash:
  217. */
  218. dpc_fdt_hdr = (void *)mc_dpc_addr;
  219. error = fdt_check_header(dpc_fdt_hdr);
  220. if (error != 0) {
  221. /*
  222. * Don't return with error here, since the MC firmware can
  223. * still boot without a DPC
  224. */
  225. printf("\nfsl-mc: WARNING: No DPC image found");
  226. return 0;
  227. }
  228. dpc_size = fdt_totalsize(dpc_fdt_hdr);
  229. if (dpc_size > CONFIG_SYS_LS_MC_DPC_MAX_LENGTH) {
  230. printf("\nfsl-mc: ERROR: Bad DPC image (too large: %d)\n",
  231. dpc_size);
  232. return -EINVAL;
  233. }
  234. mc_copy_image("MC DPC blob",
  235. (u64)dpc_fdt_hdr, dpc_size, mc_ram_addr + mc_dpc_offset);
  236. #endif /* not defined CONFIG_SYS_LS_MC_DPC_IN_DDR */
  237. if (mc_fixup_dpc(mc_ram_addr + mc_dpc_offset))
  238. return -EINVAL;
  239. dump_ram_words("DPC", (void *)(mc_ram_addr + mc_dpc_offset));
  240. return 0;
  241. }
  242. static int load_mc_dpl(u64 mc_ram_addr, size_t mc_ram_size, u64 mc_dpl_addr)
  243. {
  244. u64 mc_dpl_offset;
  245. #ifndef CONFIG_SYS_LS_MC_DPL_IN_DDR
  246. int error;
  247. void *dpl_fdt_hdr;
  248. int dpl_size;
  249. #endif
  250. #ifdef CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET
  251. BUILD_BUG_ON((CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET & 0x3) != 0 ||
  252. CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET > 0xffffffff);
  253. mc_dpl_offset = CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET;
  254. #else
  255. #error "CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET not defined"
  256. #endif
  257. /*
  258. * Load the MC DPL blob in the MC private DRAM block:
  259. */
  260. #ifdef CONFIG_SYS_LS_MC_DPL_IN_DDR
  261. printf("MC DPL is preloaded to %#llx\n", mc_ram_addr + mc_dpl_offset);
  262. #else
  263. /*
  264. * Get address and size of the DPL blob stored in flash:
  265. */
  266. dpl_fdt_hdr = (void *)mc_dpl_addr;
  267. error = fdt_check_header(dpl_fdt_hdr);
  268. if (error != 0) {
  269. printf("\nfsl-mc: ERROR: Bad DPL image (bad header)\n");
  270. return error;
  271. }
  272. dpl_size = fdt_totalsize(dpl_fdt_hdr);
  273. if (dpl_size > CONFIG_SYS_LS_MC_DPL_MAX_LENGTH) {
  274. printf("\nfsl-mc: ERROR: Bad DPL image (too large: %d)\n",
  275. dpl_size);
  276. return -EINVAL;
  277. }
  278. mc_copy_image("MC DPL blob",
  279. (u64)dpl_fdt_hdr, dpl_size, mc_ram_addr + mc_dpl_offset);
  280. #endif /* not defined CONFIG_SYS_LS_MC_DPL_IN_DDR */
  281. dump_ram_words("DPL", (void *)(mc_ram_addr + mc_dpl_offset));
  282. return 0;
  283. }
  284. /**
  285. * Return the MC boot timeout value in milliseconds
  286. */
  287. static unsigned long get_mc_boot_timeout_ms(void)
  288. {
  289. unsigned long timeout_ms = CONFIG_SYS_LS_MC_BOOT_TIMEOUT_MS;
  290. char *timeout_ms_env_var = getenv(MC_BOOT_TIMEOUT_ENV_VAR);
  291. if (timeout_ms_env_var) {
  292. timeout_ms = simple_strtoul(timeout_ms_env_var, NULL, 10);
  293. if (timeout_ms == 0) {
  294. printf("fsl-mc: WARNING: Invalid value for \'"
  295. MC_BOOT_TIMEOUT_ENV_VAR
  296. "\' environment variable: %lu\n",
  297. timeout_ms);
  298. timeout_ms = CONFIG_SYS_LS_MC_BOOT_TIMEOUT_MS;
  299. }
  300. }
  301. return timeout_ms;
  302. }
  303. #ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
  304. static int load_mc_aiop_img(u64 aiop_fw_addr)
  305. {
  306. u64 mc_ram_addr = mc_get_dram_addr();
  307. #ifndef CONFIG_SYS_LS_MC_DPC_IN_DDR
  308. void *aiop_img;
  309. #endif
  310. /*
  311. * Load the MC AIOP image in the MC private DRAM block:
  312. */
  313. #ifdef CONFIG_SYS_LS_MC_DPC_IN_DDR
  314. printf("MC AIOP is preloaded to %#llx\n", mc_ram_addr +
  315. CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET);
  316. #else
  317. aiop_img = (void *)aiop_fw_addr;
  318. mc_copy_image("MC AIOP image",
  319. (u64)aiop_img, CONFIG_SYS_LS_MC_AIOP_IMG_MAX_LENGTH,
  320. mc_ram_addr + CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET);
  321. #endif
  322. mc_aiop_applied = 0;
  323. return 0;
  324. }
  325. #endif
  326. static int wait_for_mc(bool booting_mc, u32 *final_reg_gsr)
  327. {
  328. u32 reg_gsr;
  329. u32 mc_fw_boot_status;
  330. unsigned long timeout_ms = get_mc_boot_timeout_ms();
  331. struct mc_ccsr_registers __iomem *mc_ccsr_regs = MC_CCSR_BASE_ADDR;
  332. dmb();
  333. assert(timeout_ms > 0);
  334. for (;;) {
  335. udelay(1000); /* throttle polling */
  336. reg_gsr = in_le32(&mc_ccsr_regs->reg_gsr);
  337. mc_fw_boot_status = (reg_gsr & GSR_FS_MASK);
  338. if (mc_fw_boot_status & 0x1)
  339. break;
  340. timeout_ms--;
  341. if (timeout_ms == 0)
  342. break;
  343. }
  344. if (timeout_ms == 0) {
  345. printf("ERROR: timeout\n");
  346. /* TODO: Get an error status from an MC CCSR register */
  347. return -ETIMEDOUT;
  348. }
  349. if (mc_fw_boot_status != 0x1) {
  350. /*
  351. * TODO: Identify critical errors from the GSR register's FS
  352. * field and for those errors, set error to -ENODEV or other
  353. * appropriate errno, so that the status property is set to
  354. * failure in the fsl,dprc device tree node.
  355. */
  356. printf("WARNING: Firmware returned an error (GSR: %#x)\n",
  357. reg_gsr);
  358. } else {
  359. printf("SUCCESS\n");
  360. }
  361. *final_reg_gsr = reg_gsr;
  362. return 0;
  363. }
  364. int mc_init(u64 mc_fw_addr, u64 mc_dpc_addr)
  365. {
  366. int error = 0;
  367. int portal_id = 0;
  368. struct mc_ccsr_registers __iomem *mc_ccsr_regs = MC_CCSR_BASE_ADDR;
  369. u64 mc_ram_addr = mc_get_dram_addr();
  370. u32 reg_gsr;
  371. u32 reg_mcfbalr;
  372. #ifndef CONFIG_SYS_LS_MC_FW_IN_DDR
  373. const void *raw_image_addr;
  374. size_t raw_image_size = 0;
  375. #endif
  376. struct mc_version mc_ver_info;
  377. u64 mc_ram_aligned_base_addr;
  378. u8 mc_ram_num_256mb_blocks;
  379. size_t mc_ram_size = mc_get_dram_block_size();
  380. error = calculate_mc_private_ram_params(mc_ram_addr,
  381. mc_ram_size,
  382. &mc_ram_aligned_base_addr,
  383. &mc_ram_num_256mb_blocks);
  384. if (error != 0)
  385. goto out;
  386. /*
  387. * Management Complex cores should be held at reset out of POR.
  388. * U-boot should be the first software to touch MC. To be safe,
  389. * we reset all cores again by setting GCR1 to 0. It doesn't do
  390. * anything if they are held at reset. After we setup the firmware
  391. * we kick off MC by deasserting the reset bit for core 0, and
  392. * deasserting the reset bits for Command Portal Managers.
  393. * The stop bits are not touched here. They are used to stop the
  394. * cores when they are active. Setting stop bits doesn't stop the
  395. * cores from fetching instructions when they are released from
  396. * reset.
  397. */
  398. out_le32(&mc_ccsr_regs->reg_gcr1, 0);
  399. dmb();
  400. #ifdef CONFIG_SYS_LS_MC_FW_IN_DDR
  401. printf("MC firmware is preloaded to %#llx\n", mc_ram_addr);
  402. #else
  403. error = parse_mc_firmware_fit_image(mc_fw_addr, &raw_image_addr,
  404. &raw_image_size);
  405. if (error != 0)
  406. goto out;
  407. /*
  408. * Load the MC FW at the beginning of the MC private DRAM block:
  409. */
  410. mc_copy_image("MC Firmware",
  411. (u64)raw_image_addr, raw_image_size, mc_ram_addr);
  412. #endif
  413. dump_ram_words("firmware", (void *)mc_ram_addr);
  414. error = load_mc_dpc(mc_ram_addr, mc_ram_size, mc_dpc_addr);
  415. if (error != 0)
  416. goto out;
  417. debug("mc_ccsr_regs %p\n", mc_ccsr_regs);
  418. dump_mc_ccsr_regs(mc_ccsr_regs);
  419. /*
  420. * Tell MC what is the address range of the DRAM block assigned to it:
  421. */
  422. reg_mcfbalr = (u32)mc_ram_aligned_base_addr |
  423. (mc_ram_num_256mb_blocks - 1);
  424. out_le32(&mc_ccsr_regs->reg_mcfbalr, reg_mcfbalr);
  425. out_le32(&mc_ccsr_regs->reg_mcfbahr,
  426. (u32)(mc_ram_aligned_base_addr >> 32));
  427. out_le32(&mc_ccsr_regs->reg_mcfapr, FSL_BYPASS_AMQ);
  428. /*
  429. * Tell the MC that we want delayed DPL deployment.
  430. */
  431. out_le32(&mc_ccsr_regs->reg_gsr, 0xDD00);
  432. printf("\nfsl-mc: Booting Management Complex ... ");
  433. /*
  434. * Deassert reset and release MC core 0 to run
  435. */
  436. out_le32(&mc_ccsr_regs->reg_gcr1, GCR1_P1_DE_RST | GCR1_M_ALL_DE_RST);
  437. error = wait_for_mc(true, &reg_gsr);
  438. if (error != 0)
  439. goto out;
  440. /*
  441. * TODO: need to obtain the portal_id for the root container from the
  442. * DPL
  443. */
  444. portal_id = 0;
  445. /*
  446. * Initialize the global default MC portal
  447. * And check that the MC firmware is responding portal commands:
  448. */
  449. root_mc_io = (struct fsl_mc_io *)malloc(sizeof(struct fsl_mc_io));
  450. if (!root_mc_io) {
  451. printf(" No memory: malloc() failed\n");
  452. return -ENOMEM;
  453. }
  454. root_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(portal_id);
  455. debug("Checking access to MC portal of root DPRC container (portal_id %d, portal physical addr %p)\n",
  456. portal_id, root_mc_io->mmio_regs);
  457. error = mc_get_version(root_mc_io, MC_CMD_NO_FLAGS, &mc_ver_info);
  458. if (error != 0) {
  459. printf("fsl-mc: ERROR: Firmware version check failed (error: %d)\n",
  460. error);
  461. goto out;
  462. }
  463. printf("fsl-mc: Management Complex booted (version: %d.%d.%d, boot status: %#x)\n",
  464. mc_ver_info.major, mc_ver_info.minor, mc_ver_info.revision,
  465. reg_gsr & GSR_FS_MASK);
  466. out:
  467. if (error != 0)
  468. mc_boot_status = error;
  469. else
  470. mc_boot_status = 0;
  471. return error;
  472. }
  473. int mc_apply_dpl(u64 mc_dpl_addr)
  474. {
  475. struct mc_ccsr_registers __iomem *mc_ccsr_regs = MC_CCSR_BASE_ADDR;
  476. int error = 0;
  477. u32 reg_gsr;
  478. u64 mc_ram_addr = mc_get_dram_addr();
  479. size_t mc_ram_size = mc_get_dram_block_size();
  480. error = load_mc_dpl(mc_ram_addr, mc_ram_size, mc_dpl_addr);
  481. if (error != 0)
  482. return error;
  483. /*
  484. * Tell the MC to deploy the DPL:
  485. */
  486. out_le32(&mc_ccsr_regs->reg_gsr, 0x0);
  487. printf("fsl-mc: Deploying data path layout ... ");
  488. error = wait_for_mc(false, &reg_gsr);
  489. if (!error)
  490. mc_dpl_applied = 0;
  491. return error;
  492. }
  493. int get_mc_boot_status(void)
  494. {
  495. return mc_boot_status;
  496. }
  497. #ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
  498. int get_aiop_apply_status(void)
  499. {
  500. return mc_aiop_applied;
  501. }
  502. #endif
  503. int get_dpl_apply_status(void)
  504. {
  505. return mc_dpl_applied;
  506. }
  507. /**
  508. * Return the MC address of private DRAM block.
  509. */
  510. u64 mc_get_dram_addr(void)
  511. {
  512. u64 mc_ram_addr;
  513. /*
  514. * The MC private DRAM block was already carved at the end of DRAM
  515. * by board_init_f() using CONFIG_SYS_MEM_TOP_HIDE:
  516. */
  517. if (gd->bd->bi_dram[1].start) {
  518. mc_ram_addr =
  519. gd->bd->bi_dram[1].start + gd->bd->bi_dram[1].size;
  520. } else {
  521. mc_ram_addr =
  522. gd->bd->bi_dram[0].start + gd->bd->bi_dram[0].size;
  523. }
  524. return mc_ram_addr;
  525. }
  526. /**
  527. * Return the actual size of the MC private DRAM block.
  528. */
  529. unsigned long mc_get_dram_block_size(void)
  530. {
  531. unsigned long dram_block_size = CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE;
  532. char *dram_block_size_env_var = getenv(MC_MEM_SIZE_ENV_VAR);
  533. if (dram_block_size_env_var) {
  534. dram_block_size = simple_strtoul(dram_block_size_env_var, NULL,
  535. 10);
  536. if (dram_block_size < CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE) {
  537. printf("fsl-mc: WARNING: Invalid value for \'"
  538. MC_MEM_SIZE_ENV_VAR
  539. "\' environment variable: %lu\n",
  540. dram_block_size);
  541. dram_block_size = CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE;
  542. }
  543. }
  544. return dram_block_size;
  545. }
  546. int fsl_mc_ldpaa_init(bd_t *bis)
  547. {
  548. int i;
  549. for (i = WRIOP1_DPMAC1; i < NUM_WRIOP_PORTS; i++)
  550. if ((wriop_is_enabled_dpmac(i) == 1) &&
  551. (wriop_get_phy_address(i) != -1))
  552. ldpaa_eth_init(i, wriop_get_enet_if(i));
  553. return 0;
  554. }
  555. static int dprc_version_check(struct fsl_mc_io *mc_io, uint16_t handle)
  556. {
  557. struct dprc_attributes attr;
  558. int error;
  559. memset(&attr, 0, sizeof(struct dprc_attributes));
  560. error = dprc_get_attributes(mc_io, MC_CMD_NO_FLAGS, handle, &attr);
  561. if (error == 0) {
  562. if ((attr.version.major != DPRC_VER_MAJOR) ||
  563. (attr.version.minor != DPRC_VER_MINOR)) {
  564. printf("DPRC version mismatch found %u.%u,",
  565. attr.version.major,
  566. attr.version.minor);
  567. printf("supported version is %u.%u\n",
  568. DPRC_VER_MAJOR, DPRC_VER_MINOR);
  569. }
  570. }
  571. return error;
  572. }
  573. static int dpio_init(void)
  574. {
  575. struct qbman_swp_desc p_des;
  576. struct dpio_attr attr;
  577. struct dpio_cfg dpio_cfg;
  578. int err = 0;
  579. dflt_dpio = (struct fsl_dpio_obj *)malloc(sizeof(struct fsl_dpio_obj));
  580. if (!dflt_dpio) {
  581. printf("No memory: malloc() failed\n");
  582. err = -ENOMEM;
  583. goto err_malloc;
  584. }
  585. dpio_cfg.channel_mode = DPIO_LOCAL_CHANNEL;
  586. dpio_cfg.num_priorities = 8;
  587. err = dpio_create(dflt_mc_io, MC_CMD_NO_FLAGS, &dpio_cfg,
  588. &dflt_dpio->dpio_handle);
  589. if (err < 0) {
  590. printf("dpio_create() failed: %d\n", err);
  591. err = -ENODEV;
  592. goto err_create;
  593. }
  594. memset(&attr, 0, sizeof(struct dpio_attr));
  595. err = dpio_get_attributes(dflt_mc_io, MC_CMD_NO_FLAGS,
  596. dflt_dpio->dpio_handle, &attr);
  597. if (err < 0) {
  598. printf("dpio_get_attributes() failed: %d\n", err);
  599. goto err_get_attr;
  600. }
  601. if ((attr.version.major != DPIO_VER_MAJOR) ||
  602. (attr.version.minor != DPIO_VER_MINOR)) {
  603. printf("DPIO version mismatch found %u.%u,",
  604. attr.version.major, attr.version.minor);
  605. printf("supported version is %u.%u\n",
  606. DPIO_VER_MAJOR, DPIO_VER_MINOR);
  607. }
  608. dflt_dpio->dpio_id = attr.id;
  609. #ifdef DEBUG
  610. printf("Init: DPIO id=0x%d\n", dflt_dpio->dpio_id);
  611. #endif
  612. err = dpio_enable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
  613. if (err < 0) {
  614. printf("dpio_enable() failed %d\n", err);
  615. goto err_get_enable;
  616. }
  617. debug("ce_offset=0x%llx, ci_offset=0x%llx, portalid=%d, prios=%d\n",
  618. attr.qbman_portal_ce_offset,
  619. attr.qbman_portal_ci_offset,
  620. attr.qbman_portal_id,
  621. attr.num_priorities);
  622. p_des.cena_bar = (void *)(SOC_QBMAN_PORTALS_BASE_ADDR
  623. + attr.qbman_portal_ce_offset);
  624. p_des.cinh_bar = (void *)(SOC_QBMAN_PORTALS_BASE_ADDR
  625. + attr.qbman_portal_ci_offset);
  626. dflt_dpio->sw_portal = qbman_swp_init(&p_des);
  627. if (dflt_dpio->sw_portal == NULL) {
  628. printf("qbman_swp_init() failed\n");
  629. goto err_get_swp_init;
  630. }
  631. return 0;
  632. err_get_swp_init:
  633. dpio_disable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
  634. err_get_enable:
  635. free(dflt_dpio);
  636. err_get_attr:
  637. dpio_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
  638. dpio_destroy(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
  639. err_create:
  640. err_malloc:
  641. return err;
  642. }
  643. static int dpio_exit(void)
  644. {
  645. int err;
  646. err = dpio_disable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
  647. if (err < 0) {
  648. printf("dpio_disable() failed: %d\n", err);
  649. goto err;
  650. }
  651. err = dpio_destroy(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
  652. if (err < 0) {
  653. printf("dpio_destroy() failed: %d\n", err);
  654. goto err;
  655. }
  656. #ifdef DEBUG
  657. printf("Exit: DPIO id=0x%d\n", dflt_dpio->dpio_id);
  658. #endif
  659. if (dflt_dpio)
  660. free(dflt_dpio);
  661. return 0;
  662. err:
  663. return err;
  664. }
  665. static int dprc_init(void)
  666. {
  667. int err, child_portal_id, container_id;
  668. struct dprc_cfg cfg;
  669. uint64_t mc_portal_offset;
  670. /* Open root container */
  671. err = dprc_get_container_id(root_mc_io, MC_CMD_NO_FLAGS, &container_id);
  672. if (err < 0) {
  673. printf("dprc_get_container_id(): Root failed: %d\n", err);
  674. goto err_root_container_id;
  675. }
  676. #ifdef DEBUG
  677. printf("Root container id = %d\n", container_id);
  678. #endif
  679. err = dprc_open(root_mc_io, MC_CMD_NO_FLAGS, container_id,
  680. &root_dprc_handle);
  681. if (err < 0) {
  682. printf("dprc_open(): Root Container failed: %d\n", err);
  683. goto err_root_open;
  684. }
  685. if (!root_dprc_handle) {
  686. printf("dprc_open(): Root Container Handle is not valid\n");
  687. goto err_root_open;
  688. }
  689. err = dprc_version_check(root_mc_io, root_dprc_handle);
  690. if (err < 0) {
  691. printf("dprc_version_check() failed: %d\n", err);
  692. goto err_root_open;
  693. }
  694. cfg.options = DPRC_CFG_OPT_TOPOLOGY_CHANGES_ALLOWED |
  695. DPRC_CFG_OPT_OBJ_CREATE_ALLOWED |
  696. DPRC_CFG_OPT_ALLOC_ALLOWED;
  697. cfg.icid = DPRC_GET_ICID_FROM_POOL;
  698. cfg.portal_id = DPRC_GET_PORTAL_ID_FROM_POOL;
  699. err = dprc_create_container(root_mc_io, MC_CMD_NO_FLAGS,
  700. root_dprc_handle,
  701. &cfg,
  702. &child_dprc_id,
  703. &mc_portal_offset);
  704. if (err < 0) {
  705. printf("dprc_create_container() failed: %d\n", err);
  706. goto err_create;
  707. }
  708. dflt_mc_io = (struct fsl_mc_io *)malloc(sizeof(struct fsl_mc_io));
  709. if (!dflt_mc_io) {
  710. err = -ENOMEM;
  711. printf(" No memory: malloc() failed\n");
  712. goto err_malloc;
  713. }
  714. child_portal_id = MC_PORTAL_OFFSET_TO_PORTAL_ID(mc_portal_offset);
  715. dflt_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(child_portal_id);
  716. #ifdef DEBUG
  717. printf("MC portal of child DPRC container: %d, physical addr %p)\n",
  718. child_dprc_id, dflt_mc_io->mmio_regs);
  719. #endif
  720. err = dprc_open(dflt_mc_io, MC_CMD_NO_FLAGS, child_dprc_id,
  721. &dflt_dprc_handle);
  722. if (err < 0) {
  723. printf("dprc_open(): Child container failed: %d\n", err);
  724. goto err_child_open;
  725. }
  726. if (!dflt_dprc_handle) {
  727. printf("dprc_open(): Child container Handle is not valid\n");
  728. goto err_child_open;
  729. }
  730. return 0;
  731. err_child_open:
  732. free(dflt_mc_io);
  733. err_malloc:
  734. dprc_destroy_container(root_mc_io, MC_CMD_NO_FLAGS,
  735. root_dprc_handle, child_dprc_id);
  736. err_create:
  737. dprc_close(root_mc_io, MC_CMD_NO_FLAGS, root_dprc_handle);
  738. err_root_open:
  739. err_root_container_id:
  740. return err;
  741. }
  742. static int dprc_exit(void)
  743. {
  744. int err;
  745. err = dprc_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dprc_handle);
  746. if (err < 0) {
  747. printf("dprc_close(): Child failed: %d\n", err);
  748. goto err;
  749. }
  750. err = dprc_destroy_container(root_mc_io, MC_CMD_NO_FLAGS,
  751. root_dprc_handle, child_dprc_id);
  752. if (err < 0) {
  753. printf("dprc_destroy_container() failed: %d\n", err);
  754. goto err;
  755. }
  756. err = dprc_close(root_mc_io, MC_CMD_NO_FLAGS, root_dprc_handle);
  757. if (err < 0) {
  758. printf("dprc_close(): Root failed: %d\n", err);
  759. goto err;
  760. }
  761. if (dflt_mc_io)
  762. free(dflt_mc_io);
  763. if (root_mc_io)
  764. free(root_mc_io);
  765. return 0;
  766. err:
  767. return err;
  768. }
  769. static int dpbp_init(void)
  770. {
  771. int err;
  772. struct dpbp_attr dpbp_attr;
  773. struct dpbp_cfg dpbp_cfg;
  774. dflt_dpbp = (struct fsl_dpbp_obj *)malloc(sizeof(struct fsl_dpbp_obj));
  775. if (!dflt_dpbp) {
  776. printf("No memory: malloc() failed\n");
  777. err = -ENOMEM;
  778. goto err_malloc;
  779. }
  780. dpbp_cfg.options = 512;
  781. err = dpbp_create(dflt_mc_io, MC_CMD_NO_FLAGS, &dpbp_cfg,
  782. &dflt_dpbp->dpbp_handle);
  783. if (err < 0) {
  784. err = -ENODEV;
  785. printf("dpbp_create() failed: %d\n", err);
  786. goto err_create;
  787. }
  788. memset(&dpbp_attr, 0, sizeof(struct dpbp_attr));
  789. err = dpbp_get_attributes(dflt_mc_io, MC_CMD_NO_FLAGS,
  790. dflt_dpbp->dpbp_handle,
  791. &dpbp_attr);
  792. if (err < 0) {
  793. printf("dpbp_get_attributes() failed: %d\n", err);
  794. goto err_get_attr;
  795. }
  796. if ((dpbp_attr.version.major != DPBP_VER_MAJOR) ||
  797. (dpbp_attr.version.minor != DPBP_VER_MINOR)) {
  798. printf("DPBP version mismatch found %u.%u,",
  799. dpbp_attr.version.major, dpbp_attr.version.minor);
  800. printf("supported version is %u.%u\n",
  801. DPBP_VER_MAJOR, DPBP_VER_MINOR);
  802. }
  803. dflt_dpbp->dpbp_attr.id = dpbp_attr.id;
  804. #ifdef DEBUG
  805. printf("Init: DPBP id=0x%d\n", dflt_dpbp->dpbp_attr.id);
  806. #endif
  807. err = dpbp_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpbp->dpbp_handle);
  808. if (err < 0) {
  809. printf("dpbp_close() failed: %d\n", err);
  810. goto err_close;
  811. }
  812. return 0;
  813. err_close:
  814. free(dflt_dpbp);
  815. err_get_attr:
  816. dpbp_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpbp->dpbp_handle);
  817. dpbp_destroy(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpbp->dpbp_handle);
  818. err_create:
  819. err_malloc:
  820. return err;
  821. }
  822. static int dpbp_exit(void)
  823. {
  824. int err;
  825. err = dpbp_open(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpbp->dpbp_attr.id,
  826. &dflt_dpbp->dpbp_handle);
  827. if (err < 0) {
  828. printf("dpbp_open() failed: %d\n", err);
  829. goto err;
  830. }
  831. err = dpbp_destroy(dflt_mc_io, MC_CMD_NO_FLAGS,
  832. dflt_dpbp->dpbp_handle);
  833. if (err < 0) {
  834. printf("dpbp_destroy() failed: %d\n", err);
  835. goto err;
  836. }
  837. #ifdef DEBUG
  838. printf("Exit: DPBP id=0x%d\n", dflt_dpbp->dpbp_attr.id);
  839. #endif
  840. if (dflt_dpbp)
  841. free(dflt_dpbp);
  842. return 0;
  843. err:
  844. return err;
  845. }
  846. static int dpni_init(void)
  847. {
  848. int err;
  849. struct dpni_attr dpni_attr;
  850. uint8_t ext_cfg_buf[256] = {0};
  851. struct dpni_extended_cfg dpni_extended_cfg;
  852. struct dpni_cfg dpni_cfg;
  853. dflt_dpni = (struct fsl_dpni_obj *)malloc(sizeof(struct fsl_dpni_obj));
  854. if (!dflt_dpni) {
  855. printf("No memory: malloc() failed\n");
  856. err = -ENOMEM;
  857. goto err_malloc;
  858. }
  859. memset(&dpni_extended_cfg, 0, sizeof(dpni_extended_cfg));
  860. err = dpni_prepare_extended_cfg(&dpni_extended_cfg, &ext_cfg_buf[0]);
  861. if (err < 0) {
  862. err = -ENODEV;
  863. printf("dpni_prepare_extended_cfg() failed: %d\n", err);
  864. goto err_prepare_extended_cfg;
  865. }
  866. memset(&dpni_cfg, 0, sizeof(dpni_cfg));
  867. dpni_cfg.adv.options = DPNI_OPT_UNICAST_FILTER |
  868. DPNI_OPT_MULTICAST_FILTER;
  869. dpni_cfg.adv.ext_cfg_iova = (uint64_t)&ext_cfg_buf[0];
  870. err = dpni_create(dflt_mc_io, MC_CMD_NO_FLAGS, &dpni_cfg,
  871. &dflt_dpni->dpni_handle);
  872. if (err < 0) {
  873. err = -ENODEV;
  874. printf("dpni_create() failed: %d\n", err);
  875. goto err_create;
  876. }
  877. memset(&dpni_attr, 0, sizeof(struct dpni_attr));
  878. err = dpni_get_attributes(dflt_mc_io, MC_CMD_NO_FLAGS,
  879. dflt_dpni->dpni_handle,
  880. &dpni_attr);
  881. if (err < 0) {
  882. printf("dpni_get_attributes() failed: %d\n", err);
  883. goto err_get_attr;
  884. }
  885. if ((dpni_attr.version.major != DPNI_VER_MAJOR) ||
  886. (dpni_attr.version.minor != DPNI_VER_MINOR)) {
  887. printf("DPNI version mismatch found %u.%u,",
  888. dpni_attr.version.major, dpni_attr.version.minor);
  889. printf("supported version is %u.%u\n",
  890. DPNI_VER_MAJOR, DPNI_VER_MINOR);
  891. }
  892. dflt_dpni->dpni_id = dpni_attr.id;
  893. #ifdef DEBUG
  894. printf("Init: DPNI id=0x%d\n", dflt_dpni->dpni_id);
  895. #endif
  896. err = dpni_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_handle);
  897. if (err < 0) {
  898. printf("dpni_close() failed: %d\n", err);
  899. goto err_close;
  900. }
  901. return 0;
  902. err_close:
  903. err_get_attr:
  904. dpni_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_handle);
  905. dpni_destroy(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_handle);
  906. err_create:
  907. err_prepare_extended_cfg:
  908. free(dflt_dpni);
  909. err_malloc:
  910. return err;
  911. }
  912. static int dpni_exit(void)
  913. {
  914. int err;
  915. err = dpni_open(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_id,
  916. &dflt_dpni->dpni_handle);
  917. if (err < 0) {
  918. printf("dpni_open() failed: %d\n", err);
  919. goto err;
  920. }
  921. err = dpni_destroy(dflt_mc_io, MC_CMD_NO_FLAGS,
  922. dflt_dpni->dpni_handle);
  923. if (err < 0) {
  924. printf("dpni_destroy() failed: %d\n", err);
  925. goto err;
  926. }
  927. #ifdef DEBUG
  928. printf("Exit: DPNI id=0x%d\n", dflt_dpni->dpni_id);
  929. #endif
  930. if (dflt_dpni)
  931. free(dflt_dpni);
  932. return 0;
  933. err:
  934. return err;
  935. }
  936. static int mc_init_object(void)
  937. {
  938. int err = 0;
  939. err = dprc_init();
  940. if (err < 0) {
  941. printf("dprc_init() failed: %d\n", err);
  942. goto err;
  943. }
  944. err = dpbp_init();
  945. if (err < 0) {
  946. printf("dpbp_init() failed: %d\n", err);
  947. goto err;
  948. }
  949. err = dpio_init();
  950. if (err < 0) {
  951. printf("dpio_init() failed: %d\n", err);
  952. goto err;
  953. }
  954. err = dpni_init();
  955. if (err < 0) {
  956. printf("dpni_init() failed: %d\n", err);
  957. goto err;
  958. }
  959. return 0;
  960. err:
  961. return err;
  962. }
  963. int fsl_mc_ldpaa_exit(bd_t *bd)
  964. {
  965. int err = 0;
  966. if (bd && get_mc_boot_status() == -1)
  967. return 0;
  968. if (bd && !get_mc_boot_status() && get_dpl_apply_status() == -1) {
  969. printf("ERROR: fsl-mc: DPL is not applied\n");
  970. err = -ENODEV;
  971. return err;
  972. }
  973. if (bd && !get_mc_boot_status() && !get_dpl_apply_status())
  974. return err;
  975. err = dpbp_exit();
  976. if (err < 0) {
  977. printf("dpni_exit() failed: %d\n", err);
  978. goto err;
  979. }
  980. err = dpio_exit();
  981. if (err < 0) {
  982. printf("dpio_exit() failed: %d\n", err);
  983. goto err;
  984. }
  985. err = dpni_exit();
  986. if (err < 0) {
  987. printf("dpni_exit() failed: %d\n", err);
  988. goto err;
  989. }
  990. err = dprc_exit();
  991. if (err < 0) {
  992. printf("dprc_exit() failed: %d\n", err);
  993. goto err;
  994. }
  995. return 0;
  996. err:
  997. return err;
  998. }
  999. static int do_fsl_mc(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
  1000. {
  1001. int err = 0;
  1002. if (argc < 3)
  1003. goto usage;
  1004. switch (argv[1][0]) {
  1005. case 's': {
  1006. char sub_cmd;
  1007. u64 mc_fw_addr, mc_dpc_addr;
  1008. #ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
  1009. u64 aiop_fw_addr;
  1010. #endif
  1011. sub_cmd = argv[2][0];
  1012. switch (sub_cmd) {
  1013. case 'm':
  1014. if (argc < 5)
  1015. goto usage;
  1016. if (get_mc_boot_status() == 0) {
  1017. printf("fsl-mc: MC is already booted");
  1018. printf("\n");
  1019. return err;
  1020. }
  1021. mc_fw_addr = simple_strtoull(argv[3], NULL, 16);
  1022. mc_dpc_addr = simple_strtoull(argv[4], NULL,
  1023. 16);
  1024. if (!mc_init(mc_fw_addr, mc_dpc_addr))
  1025. err = mc_init_object();
  1026. break;
  1027. #ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
  1028. case 'a':
  1029. if (argc < 4)
  1030. goto usage;
  1031. if (get_aiop_apply_status() == 0) {
  1032. printf("fsl-mc: AIOP FW is already");
  1033. printf(" applied\n");
  1034. return err;
  1035. }
  1036. aiop_fw_addr = simple_strtoull(argv[3], NULL,
  1037. 16);
  1038. err = load_mc_aiop_img(aiop_fw_addr);
  1039. if (!err)
  1040. printf("fsl-mc: AIOP FW applied\n");
  1041. break;
  1042. #endif
  1043. default:
  1044. printf("Invalid option: %s\n", argv[2]);
  1045. goto usage;
  1046. break;
  1047. }
  1048. }
  1049. break;
  1050. case 'a': {
  1051. u64 mc_dpl_addr;
  1052. if (argc < 4)
  1053. goto usage;
  1054. if (get_dpl_apply_status() == 0) {
  1055. printf("fsl-mc: DPL already applied\n");
  1056. return err;
  1057. }
  1058. mc_dpl_addr = simple_strtoull(argv[3], NULL,
  1059. 16);
  1060. if (get_mc_boot_status() != 0) {
  1061. printf("fsl-mc: Deploying data path layout ..");
  1062. printf("ERROR (MC is not booted)\n");
  1063. return -ENODEV;
  1064. }
  1065. if (!fsl_mc_ldpaa_exit(NULL))
  1066. err = mc_apply_dpl(mc_dpl_addr);
  1067. break;
  1068. }
  1069. default:
  1070. printf("Invalid option: %s\n", argv[1]);
  1071. goto usage;
  1072. break;
  1073. }
  1074. return err;
  1075. usage:
  1076. return CMD_RET_USAGE;
  1077. }
  1078. U_BOOT_CMD(
  1079. fsl_mc, CONFIG_SYS_MAXARGS, 1, do_fsl_mc,
  1080. "DPAA2 command to manage Management Complex (MC)",
  1081. "start mc [FW_addr] [DPC_addr] - Start Management Complex\n"
  1082. "fsl_mc apply DPL [DPL_addr] - Apply DPL file\n"
  1083. "fsl_mc start aiop [FW_addr] - Start AIOP\n"
  1084. );