blob: d52c986d4bdeb51d76e3a5b56f38738ace6635b3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
J. German Riverab940ca62014-06-23 15:15:55 -07002/*
Yogesh Gaura6f2a6e2018-05-09 10:52:17 +05303 * Copyright 2014 Freescale Semiconductor, Inc.
Cosmin-Florin Aluchenesei669884e2021-07-21 19:13:33 +03004 * Copyright 2017-2018, 2020-2021 NXP
J. German Riverab940ca62014-06-23 15:15:55 -07005 */
Stuart Yoder21c69872015-07-02 11:29:03 +05306#include <common.h>
Simon Glass288b29e2019-11-14 12:57:43 -07007#include <command.h>
Simon Glass1eb69ae2019-11-14 12:57:39 -07008#include <cpu_func.h>
Simon Glass7b51b572019-08-01 09:46:52 -06009#include <env.h>
J. German Riverab940ca62014-06-23 15:15:55 -070010#include <errno.h>
Simon Glass4d72caa2020-05-10 11:40:01 -060011#include <image.h>
Simon Glassf7ae49f2020-05-10 11:40:05 -060012#include <log.h>
Simon Glass336d4612020-02-03 07:36:16 -070013#include <malloc.h>
Simon Glass401d1c42020-10-30 21:38:53 -060014#include <asm/global_data.h>
Masahiro Yamada84b8bf62016-01-24 23:27:48 +090015#include <linux/bug.h>
J. German Riverab940ca62014-06-23 15:15:55 -070016#include <asm/io.h>
Simon Glassc05ed002020-05-10 11:40:11 -060017#include <linux/delay.h>
Masahiro Yamadab08c8c42018-03-05 01:20:11 +090018#include <linux/libfdt.h>
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +000019#include <net.h>
Stuart Yoder21c69872015-07-02 11:29:03 +053020#include <fdt_support.h>
J. German Rivera7b3bd9a2015-01-06 13:19:02 -080021#include <fsl-mc/fsl_mc.h>
22#include <fsl-mc/fsl_mc_sys.h>
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -070023#include <fsl-mc/fsl_mc_private.h>
J. German Rivera7b3bd9a2015-01-06 13:19:02 -080024#include <fsl-mc/fsl_dpmng.h>
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -070025#include <fsl-mc/fsl_dprc.h>
26#include <fsl-mc/fsl_dpio.h>
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +053027#include <fsl-mc/fsl_dpni.h>
Florinel Iordache1990cc72019-11-19 10:28:17 +000028#include <fsl-mc/fsl_dpsparser.h>
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -070029#include <fsl-mc/fsl_qbman_portal.h>
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +053030#include <fsl-mc/ldpaa_wriop.h>
J. German Riverab940ca62014-06-23 15:15:55 -070031
J. German Rivera125e2bc2015-03-20 19:28:18 -070032#define MC_RAM_BASE_ADDR_ALIGNMENT (512UL * 1024 * 1024)
33#define MC_RAM_BASE_ADDR_ALIGNMENT_MASK (~(MC_RAM_BASE_ADDR_ALIGNMENT - 1))
34#define MC_RAM_SIZE_ALIGNMENT (256UL * 1024 * 1024)
35
36#define MC_MEM_SIZE_ENV_VAR "mcmemsize"
37#define MC_BOOT_TIMEOUT_ENV_VAR "mcboottimeout"
Bogdan Purcareata33a89912017-05-24 16:40:21 +000038#define MC_BOOT_ENV_VAR "mcinitcmd"
Meenakshi Aggarwal43ad41e2019-02-27 14:41:02 +053039#define MC_DRAM_BLOCK_DEFAULT_SIZE (512UL * 1024 * 1024)
J. German Rivera125e2bc2015-03-20 19:28:18 -070040
J. German Riverab940ca62014-06-23 15:15:55 -070041DECLARE_GLOBAL_DATA_PTR;
Prabhakar Kushwaha87519a92018-08-27 12:58:52 +053042static int mc_memset_resv_ram;
Florinel Iordache1990cc72019-11-19 10:28:17 +000043static struct mc_version mc_ver_info;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +053044static int mc_boot_status = -1;
45static int mc_dpl_applied = -1;
46#ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
47static int mc_aiop_applied = -1;
48#endif
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +053049struct fsl_mc_io *root_mc_io = NULL;
50struct fsl_mc_io *dflt_mc_io = NULL; /* child container */
51uint16_t root_dprc_handle = 0;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -070052uint16_t dflt_dprc_handle = 0;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +053053int child_dprc_id;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -070054struct fsl_dpbp_obj *dflt_dpbp = NULL;
55struct fsl_dpio_obj *dflt_dpio = NULL;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +053056struct fsl_dpni_obj *dflt_dpni = NULL;
Alexander Grafb7b84102016-11-17 01:02:57 +010057static u64 mc_lazy_dpl_addr;
Florinel Iordache1990cc72019-11-19 10:28:17 +000058static u32 dpsparser_obj_id;
59static u16 dpsparser_handle;
60static char *mc_err_msg_apply_spb[] = MC_ERROR_MSG_APPLY_SPB;
J. German Riverab940ca62014-06-23 15:15:55 -070061
J. German Rivera125e2bc2015-03-20 19:28:18 -070062#ifdef DEBUG
63void dump_ram_words(const char *title, void *addr)
64{
65 int i;
66 uint32_t *words = addr;
67
68 printf("Dumping beginning of %s (%p):\n", title, addr);
69 for (i = 0; i < 16; i++)
70 printf("%#x ", words[i]);
71
72 printf("\n");
73}
74
75void dump_mc_ccsr_regs(struct mc_ccsr_registers __iomem *mc_ccsr_regs)
76{
77 printf("MC CCSR registers:\n"
78 "reg_gcr1 %#x\n"
79 "reg_gsr %#x\n"
80 "reg_sicbalr %#x\n"
81 "reg_sicbahr %#x\n"
82 "reg_sicapr %#x\n"
83 "reg_mcfbalr %#x\n"
84 "reg_mcfbahr %#x\n"
85 "reg_mcfapr %#x\n"
86 "reg_psr %#x\n",
87 mc_ccsr_regs->reg_gcr1,
88 mc_ccsr_regs->reg_gsr,
89 mc_ccsr_regs->reg_sicbalr,
90 mc_ccsr_regs->reg_sicbahr,
91 mc_ccsr_regs->reg_sicapr,
92 mc_ccsr_regs->reg_mcfbalr,
93 mc_ccsr_regs->reg_mcfbahr,
94 mc_ccsr_regs->reg_mcfapr,
95 mc_ccsr_regs->reg_psr);
96}
97#else
98
99#define dump_ram_words(title, addr)
100#define dump_mc_ccsr_regs(mc_ccsr_regs)
101
102#endif /* DEBUG */
103
J. German Riverab940ca62014-06-23 15:15:55 -0700104/**
105 * Copying MC firmware or DPL image to DDR
106 */
107static int mc_copy_image(const char *title,
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800108 u64 image_addr, u32 image_size, u64 mc_ram_addr)
J. German Riverab940ca62014-06-23 15:15:55 -0700109{
110 debug("%s copied to address %p\n", title, (void *)mc_ram_addr);
111 memcpy((void *)mc_ram_addr, (void *)image_addr, image_size);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700112 flush_dcache_range(mc_ram_addr, mc_ram_addr + image_size);
J. German Riverab940ca62014-06-23 15:15:55 -0700113 return 0;
114}
115
Florinel Iordache1990cc72019-11-19 10:28:17 +0000116#ifndef CONFIG_SYS_LS_MC_FW_IN_DDR
J. German Riverab940ca62014-06-23 15:15:55 -0700117/**
118 * MC firmware FIT image parser checks if the image is in FIT
119 * format, verifies integrity of the image and calculates
120 * raw image address and size values.
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800121 * Returns 0 on success and a negative errno on error.
J. German Riverab940ca62014-06-23 15:15:55 -0700122 * task fail.
123 **/
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530124int parse_mc_firmware_fit_image(u64 mc_fw_addr,
125 const void **raw_image_addr,
J. German Riverab940ca62014-06-23 15:15:55 -0700126 size_t *raw_image_size)
127{
128 int format;
129 void *fit_hdr;
130 int node_offset;
131 const void *data;
132 size_t size;
133 const char *uname = "firmware";
134
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530135 fit_hdr = (void *)mc_fw_addr;
J. German Riverab940ca62014-06-23 15:15:55 -0700136
137 /* Check if Image is in FIT format */
138 format = genimg_get_format(fit_hdr);
139
140 if (format != IMAGE_FORMAT_FIT) {
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530141 printf("fsl-mc: ERR: Bad firmware image (not a FIT image)\n");
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800142 return -EINVAL;
J. German Riverab940ca62014-06-23 15:15:55 -0700143 }
144
Simon Glassc5819702021-02-15 17:08:09 -0700145 if (fit_check_format(fit_hdr, IMAGE_SIZE_INVAL)) {
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530146 printf("fsl-mc: ERR: Bad firmware image (bad FIT header)\n");
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800147 return -EINVAL;
J. German Riverab940ca62014-06-23 15:15:55 -0700148 }
149
150 node_offset = fit_image_get_node(fit_hdr, uname);
151
152 if (node_offset < 0) {
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530153 printf("fsl-mc: ERR: Bad firmware image (missing subimage)\n");
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800154 return -ENOENT;
J. German Riverab940ca62014-06-23 15:15:55 -0700155 }
156
157 /* Verify MC firmware image */
158 if (!(fit_image_verify(fit_hdr, node_offset))) {
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530159 printf("fsl-mc: ERR: Bad firmware image (bad CRC)\n");
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800160 return -EINVAL;
J. German Riverab940ca62014-06-23 15:15:55 -0700161 }
162
163 /* Get address and size of raw image */
164 fit_image_get_data(fit_hdr, node_offset, &data, &size);
165
166 *raw_image_addr = data;
167 *raw_image_size = size;
168
169 return 0;
170}
J. German Rivera125e2bc2015-03-20 19:28:18 -0700171#endif
172
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000173#define MC_DT_INCREASE_SIZE 64
174
175enum mc_fixup_type {
176 MC_FIXUP_DPL,
177 MC_FIXUP_DPC
178};
179
180static int mc_fixup_mac_addr(void *blob, int nodeoffset,
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200181#ifdef CONFIG_DM_ETH
182 const char *propname, struct udevice *eth_dev,
183#else
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000184 const char *propname, struct eth_device *eth_dev,
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200185#endif
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000186 enum mc_fixup_type type)
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000187{
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200188#ifdef CONFIG_DM_ETH
Simon Glassc69cda22020-12-03 16:55:20 -0700189 struct eth_pdata *plat = dev_get_plat(eth_dev);
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200190 unsigned char *enetaddr = plat->enetaddr;
Simon Glass8b85dfc2020-12-16 21:20:07 -0700191 int eth_index = dev_seq(eth_dev);
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200192#else
193 unsigned char *enetaddr = eth_dev->enetaddr;
194 int eth_index = eth_dev->index;
195#endif
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000196 int err = 0, len = 0, size, i;
197 unsigned char env_enetaddr[ARP_HLEN];
198 unsigned int enetaddr_32[ARP_HLEN];
199 void *val = NULL;
200
201 switch (type) {
202 case MC_FIXUP_DPL:
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200203 /* DPL likes its addresses on 32 * ARP_HLEN bits */
204 for (i = 0; i < ARP_HLEN; i++)
205 enetaddr_32[i] = cpu_to_fdt32(enetaddr[i]);
206 val = enetaddr_32;
207 len = sizeof(enetaddr_32);
208 break;
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000209 case MC_FIXUP_DPC:
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200210 val = enetaddr;
211 len = ARP_HLEN;
212 break;
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000213 }
214
215 /* MAC address property present */
216 if (fdt_get_property(blob, nodeoffset, propname, NULL)) {
217 /* u-boot MAC addr randomly assigned - leave the present one */
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200218 if (!eth_env_get_enetaddr_by_index("eth", eth_index,
Simon Glass35affd72017-08-03 12:22:14 -0600219 env_enetaddr))
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000220 return err;
221 } else {
222 size = MC_DT_INCREASE_SIZE + strlen(propname) + len;
223 /* make room for mac address property */
224 err = fdt_increase_size(blob, size);
225 if (err) {
226 printf("fdt_increase_size: err=%s\n",
227 fdt_strerror(err));
228 return err;
229 }
230 }
231
232 err = fdt_setprop(blob, nodeoffset, propname, val, len);
233 if (err) {
234 printf("fdt_setprop: err=%s\n", fdt_strerror(err));
235 return err;
236 }
237
238 return err;
239}
240
241#define is_dpni(s) (s != NULL ? !strncmp(s, "dpni@", 5) : 0)
242
243const char *dpl_get_connection_endpoint(void *blob, char *endpoint)
244{
245 int connoffset = fdt_path_offset(blob, "/connections"), off;
246 const char *s1, *s2;
247
248 for (off = fdt_first_subnode(blob, connoffset);
249 off >= 0;
250 off = fdt_next_subnode(blob, off)) {
251 s1 = fdt_stringlist_get(blob, off, "endpoint1", 0, NULL);
252 s2 = fdt_stringlist_get(blob, off, "endpoint2", 0, NULL);
253
254 if (!s1 || !s2)
255 continue;
256
257 if (strcmp(endpoint, s1) == 0)
258 return s2;
259
260 if (strcmp(endpoint, s2) == 0)
261 return s1;
262 }
263
264 return NULL;
265}
266
267static int mc_fixup_dpl_mac_addr(void *blob, int dpmac_id,
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200268#ifdef CONFIG_DM_ETH
269 struct udevice *eth_dev)
270#else
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000271 struct eth_device *eth_dev)
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200272#endif
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000273{
274 int objoff = fdt_path_offset(blob, "/objects");
275 int dpmacoff = -1, dpnioff = -1;
276 const char *endpoint;
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000277 char mac_name[10];
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000278 int err;
279
280 sprintf(mac_name, "dpmac@%d", dpmac_id);
281 dpmacoff = fdt_subnode_offset(blob, objoff, mac_name);
282 if (dpmacoff < 0)
283 /* dpmac not defined in DPL, so skip it. */
284 return 0;
285
286 err = mc_fixup_mac_addr(blob, dpmacoff, "mac_addr", eth_dev,
287 MC_FIXUP_DPL);
288 if (err) {
289 printf("Error fixing up dpmac mac_addr in DPL\n");
290 return err;
291 }
292
293 /* now we need to figure out if there is any
294 * DPNI connected to this MAC, so we walk the
295 * connection list
296 */
297 endpoint = dpl_get_connection_endpoint(blob, mac_name);
298 if (!is_dpni(endpoint))
299 return 0;
300
301 /* let's see if we can fixup the DPNI as well */
302 dpnioff = fdt_subnode_offset(blob, objoff, endpoint);
303 if (dpnioff < 0)
304 /* DPNI not defined in DPL in the objects area */
305 return 0;
306
307 return mc_fixup_mac_addr(blob, dpnioff, "mac_addr", eth_dev,
308 MC_FIXUP_DPL);
309}
310
Meenakshi Aggarwalcf0bbbd2019-05-23 15:13:43 +0530311void fdt_fixup_mc_ddr(u64 *base, u64 *size)
312{
313 u64 mc_size = mc_get_dram_block_size();
314
315 if (mc_size < MC_DRAM_BLOCK_DEFAULT_SIZE) {
316 *base = mc_get_dram_addr() + mc_size;
317 *size = MC_DRAM_BLOCK_DEFAULT_SIZE - mc_size;
318 }
319}
320
Nipun Guptaa78df402018-08-20 16:01:14 +0530321void fdt_fsl_mc_fixup_iommu_map_entry(void *blob)
322{
323 u32 *prop;
Laurentiu Tudor21a00d12020-05-04 14:47:11 +0300324 u32 iommu_map[4], phandle;
Nipun Guptaa78df402018-08-20 16:01:14 +0530325 int offset;
326 int lenp;
327
328 /* find fsl-mc node */
329 offset = fdt_path_offset(blob, "/soc/fsl-mc");
330 if (offset < 0)
331 offset = fdt_path_offset(blob, "/fsl-mc");
332 if (offset < 0) {
333 printf("%s: fsl-mc: ERR: fsl-mc node not found in DT, err %d\n",
334 __func__, offset);
335 return;
336 }
337
338 prop = fdt_getprop_w(blob, offset, "iommu-map", &lenp);
339 if (!prop) {
340 debug("%s: fsl-mc: ERR: missing iommu-map in fsl-mc bus node\n",
341 __func__);
342 return;
343 }
344
345 iommu_map[0] = cpu_to_fdt32(FSL_DPAA2_STREAM_ID_START);
346 iommu_map[1] = *++prop;
347 iommu_map[2] = cpu_to_fdt32(FSL_DPAA2_STREAM_ID_START);
348 iommu_map[3] = cpu_to_fdt32(FSL_DPAA2_STREAM_ID_END -
349 FSL_DPAA2_STREAM_ID_START + 1);
350
351 fdt_setprop_inplace(blob, offset, "iommu-map",
352 iommu_map, sizeof(iommu_map));
Laurentiu Tudor21a00d12020-05-04 14:47:11 +0300353
354 /* get phandle to MSI controller */
355 prop = (u32 *)fdt_getprop(blob, offset, "msi-parent", 0);
356 if (!prop) {
357 debug("\n%s: ERROR: missing msi-parent\n", __func__);
358 return;
359 }
360 phandle = fdt32_to_cpu(*prop);
361
362 /* also set msi-map property */
363 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_START);
364 fdt_appendprop_u32(blob, offset, "msi-map", phandle);
365 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_START);
366 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_END -
367 FSL_DPAA2_STREAM_ID_START + 1);
Nipun Guptaa78df402018-08-20 16:01:14 +0530368}
369
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000370static int mc_fixup_dpc_mac_addr(void *blob, int dpmac_id,
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200371#ifdef CONFIG_DM_ETH
372 struct udevice *eth_dev)
373#else
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000374 struct eth_device *eth_dev)
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200375#endif
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000376{
377 int nodeoffset = fdt_path_offset(blob, "/board_info/ports"), noff;
378 int err = 0;
379 char mac_name[10];
380 const char link_type_mode[] = "MAC_LINK_TYPE_FIXED";
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000381
382 sprintf(mac_name, "mac@%d", dpmac_id);
383
384 /* node not found - create it */
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000385 noff = fdt_subnode_offset(blob, nodeoffset, (const char *)mac_name);
386 if (noff < 0) {
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000387 err = fdt_increase_size(blob, 200);
388 if (err) {
389 printf("fdt_increase_size: err=%s\n",
390 fdt_strerror(err));
391 return err;
392 }
393
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000394 noff = fdt_add_subnode(blob, nodeoffset, mac_name);
395 if (noff < 0) {
396 printf("fdt_add_subnode: err=%s\n",
397 fdt_strerror(err));
398 return err;
399 }
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000400
401 /* add default property of fixed link */
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000402 err = fdt_appendprop_string(blob, noff,
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000403 "link_type", link_type_mode);
404 if (err) {
405 printf("fdt_appendprop_string: err=%s\n",
406 fdt_strerror(err));
407 return err;
408 }
409 }
410
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000411 return mc_fixup_mac_addr(blob, noff, "port_mac_address", eth_dev,
412 MC_FIXUP_DPC);
413}
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000414
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000415static int mc_fixup_mac_addrs(void *blob, enum mc_fixup_type type)
416{
417 int i, err = 0, ret = 0;
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200418#ifdef CONFIG_DM_ETH
419#define ETH_NAME_LEN 20
420 struct udevice *eth_dev;
421#else
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000422 struct eth_device *eth_dev;
Ioana Ciornei988e33f2020-03-18 16:47:38 +0200423#endif
424 char ethname[ETH_NAME_LEN];
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000425
426 for (i = WRIOP1_DPMAC1; i < NUM_WRIOP_PORTS; i++) {
427 /* port not enabled */
Pankaj Bansal1ed19a12018-10-10 14:08:33 +0530428 if (wriop_is_enabled_dpmac(i) != 1)
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000429 continue;
430
Pankaj Bansalc022ec02018-08-02 16:31:28 +0530431 snprintf(ethname, ETH_NAME_LEN, "DPMAC%d@%s", i,
432 phy_interface_strings[wriop_get_enet_if(i)]);
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000433
434 eth_dev = eth_get_dev_by_name(ethname);
435 if (eth_dev == NULL)
436 continue;
437
438 switch (type) {
439 case MC_FIXUP_DPL:
440 err = mc_fixup_dpl_mac_addr(blob, i, eth_dev);
441 break;
442 case MC_FIXUP_DPC:
443 err = mc_fixup_dpc_mac_addr(blob, i, eth_dev);
444 break;
445 default:
446 break;
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000447 }
448
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000449 if (err)
450 printf("fsl-mc: ERROR fixing mac address for %s\n",
451 ethname);
452 ret |= err;
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000453 }
454
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000455 return ret;
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000456}
457
Stuart Yoder21c69872015-07-02 11:29:03 +0530458static int mc_fixup_dpc(u64 dpc_addr)
459{
460 void *blob = (void *)dpc_addr;
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000461 int nodeoffset, err = 0;
Stuart Yoder21c69872015-07-02 11:29:03 +0530462
463 /* delete any existing ICID pools */
464 nodeoffset = fdt_path_offset(blob, "/resources/icid_pools");
465 if (fdt_del_node(blob, nodeoffset) < 0)
466 printf("\nfsl-mc: WARNING: could not delete ICID pool\n");
467
468 /* add a new pool */
469 nodeoffset = fdt_path_offset(blob, "/resources");
470 if (nodeoffset < 0) {
471 printf("\nfsl-mc: ERROR: DPC is missing /resources\n");
472 return -EINVAL;
473 }
474 nodeoffset = fdt_add_subnode(blob, nodeoffset, "icid_pools");
475 nodeoffset = fdt_add_subnode(blob, nodeoffset, "icid_pool@0");
476 do_fixup_by_path_u32(blob, "/resources/icid_pools/icid_pool@0",
477 "base_icid", FSL_DPAA2_STREAM_ID_START, 1);
478 do_fixup_by_path_u32(blob, "/resources/icid_pools/icid_pool@0",
479 "num",
480 FSL_DPAA2_STREAM_ID_END -
481 FSL_DPAA2_STREAM_ID_START + 1, 1);
482
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000483 /* fixup MAC addresses for dpmac ports */
484 nodeoffset = fdt_path_offset(blob, "/board_info/ports");
Razvan Ionut Cirjand5b0af02020-04-28 16:09:59 +0300485 if (nodeoffset < 0) {
486 err = fdt_increase_size(blob, 512);
487 if (err) {
488 printf("fdt_increase_size: err=%s\n",
489 fdt_strerror(err));
490 goto out;
491 }
492 nodeoffset = fdt_path_offset(blob, "/board_info");
493 if (nodeoffset < 0)
494 nodeoffset = fdt_add_subnode(blob, 0, "board_info");
495
496 nodeoffset = fdt_add_subnode(blob, nodeoffset, "ports");
497 }
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000498
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000499 err = mc_fixup_mac_addrs(blob, MC_FIXUP_DPC);
Ioana Ciocoi Radulescu2e9f1bf2019-02-26 15:50:07 +0000500
501out:
Stuart Yoder21c69872015-07-02 11:29:03 +0530502 flush_dcache_range(dpc_addr, dpc_addr + fdt_totalsize(blob));
503
Bogdan Purcareata5707dfb2017-01-11 15:58:36 +0000504 return err;
Stuart Yoder21c69872015-07-02 11:29:03 +0530505}
506
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530507static int load_mc_dpc(u64 mc_ram_addr, size_t mc_ram_size, u64 mc_dpc_addr)
J. German Rivera125e2bc2015-03-20 19:28:18 -0700508{
509 u64 mc_dpc_offset;
510#ifndef CONFIG_SYS_LS_MC_DPC_IN_DDR
511 int error;
512 void *dpc_fdt_hdr;
513 int dpc_size;
514#endif
515
516#ifdef CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET
517 BUILD_BUG_ON((CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET & 0x3) != 0 ||
518 CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET > 0xffffffff);
519
520 mc_dpc_offset = CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET;
521#else
522#error "CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET not defined"
523#endif
524
525 /*
526 * Load the MC DPC blob in the MC private DRAM block:
527 */
528#ifdef CONFIG_SYS_LS_MC_DPC_IN_DDR
529 printf("MC DPC is preloaded to %#llx\n", mc_ram_addr + mc_dpc_offset);
530#else
531 /*
532 * Get address and size of the DPC blob stored in flash:
533 */
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530534 dpc_fdt_hdr = (void *)mc_dpc_addr;
J. German Rivera125e2bc2015-03-20 19:28:18 -0700535
536 error = fdt_check_header(dpc_fdt_hdr);
537 if (error != 0) {
538 /*
539 * Don't return with error here, since the MC firmware can
540 * still boot without a DPC
541 */
J. German Riveracc088c32015-07-02 11:28:56 +0530542 printf("\nfsl-mc: WARNING: No DPC image found");
J. German Rivera125e2bc2015-03-20 19:28:18 -0700543 return 0;
544 }
545
546 dpc_size = fdt_totalsize(dpc_fdt_hdr);
547 if (dpc_size > CONFIG_SYS_LS_MC_DPC_MAX_LENGTH) {
J. German Riveracc088c32015-07-02 11:28:56 +0530548 printf("\nfsl-mc: ERROR: Bad DPC image (too large: %d)\n",
J. German Rivera125e2bc2015-03-20 19:28:18 -0700549 dpc_size);
550 return -EINVAL;
551 }
552
553 mc_copy_image("MC DPC blob",
554 (u64)dpc_fdt_hdr, dpc_size, mc_ram_addr + mc_dpc_offset);
555#endif /* not defined CONFIG_SYS_LS_MC_DPC_IN_DDR */
556
Stuart Yoder21c69872015-07-02 11:29:03 +0530557 if (mc_fixup_dpc(mc_ram_addr + mc_dpc_offset))
558 return -EINVAL;
559
J. German Rivera125e2bc2015-03-20 19:28:18 -0700560 dump_ram_words("DPC", (void *)(mc_ram_addr + mc_dpc_offset));
561 return 0;
562}
563
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000564
565static int mc_fixup_dpl(u64 dpl_addr)
566{
567 void *blob = (void *)dpl_addr;
568 u32 ver = fdt_getprop_u32_default(blob, "/", "dpl-version", 0);
569 int err = 0;
570
571 /* The DPL fixup for mac addresses is only relevant
572 * for old-style DPLs
573 */
574 if (ver >= 10)
575 return 0;
576
577 err = mc_fixup_mac_addrs(blob, MC_FIXUP_DPL);
578 flush_dcache_range(dpl_addr, dpl_addr + fdt_totalsize(blob));
579
580 return err;
581}
582
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530583static int load_mc_dpl(u64 mc_ram_addr, size_t mc_ram_size, u64 mc_dpl_addr)
J. German Rivera125e2bc2015-03-20 19:28:18 -0700584{
585 u64 mc_dpl_offset;
586#ifndef CONFIG_SYS_LS_MC_DPL_IN_DDR
587 int error;
588 void *dpl_fdt_hdr;
589 int dpl_size;
590#endif
591
592#ifdef CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET
593 BUILD_BUG_ON((CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET & 0x3) != 0 ||
594 CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET > 0xffffffff);
595
596 mc_dpl_offset = CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET;
597#else
598#error "CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET not defined"
599#endif
600
601 /*
602 * Load the MC DPL blob in the MC private DRAM block:
603 */
604#ifdef CONFIG_SYS_LS_MC_DPL_IN_DDR
605 printf("MC DPL is preloaded to %#llx\n", mc_ram_addr + mc_dpl_offset);
606#else
607 /*
608 * Get address and size of the DPL blob stored in flash:
609 */
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530610 dpl_fdt_hdr = (void *)mc_dpl_addr;
J. German Rivera125e2bc2015-03-20 19:28:18 -0700611
612 error = fdt_check_header(dpl_fdt_hdr);
613 if (error != 0) {
J. German Riveracc088c32015-07-02 11:28:56 +0530614 printf("\nfsl-mc: ERROR: Bad DPL image (bad header)\n");
J. German Rivera125e2bc2015-03-20 19:28:18 -0700615 return error;
616 }
617
618 dpl_size = fdt_totalsize(dpl_fdt_hdr);
619 if (dpl_size > CONFIG_SYS_LS_MC_DPL_MAX_LENGTH) {
J. German Riveracc088c32015-07-02 11:28:56 +0530620 printf("\nfsl-mc: ERROR: Bad DPL image (too large: %d)\n",
J. German Rivera125e2bc2015-03-20 19:28:18 -0700621 dpl_size);
622 return -EINVAL;
623 }
624
625 mc_copy_image("MC DPL blob",
626 (u64)dpl_fdt_hdr, dpl_size, mc_ram_addr + mc_dpl_offset);
627#endif /* not defined CONFIG_SYS_LS_MC_DPL_IN_DDR */
628
Bogdan Purcareata1161dbc2017-05-24 16:40:22 +0000629 if (mc_fixup_dpl(mc_ram_addr + mc_dpl_offset))
630 return -EINVAL;
J. German Rivera125e2bc2015-03-20 19:28:18 -0700631 dump_ram_words("DPL", (void *)(mc_ram_addr + mc_dpl_offset));
632 return 0;
633}
634
635/**
636 * Return the MC boot timeout value in milliseconds
637 */
638static unsigned long get_mc_boot_timeout_ms(void)
639{
640 unsigned long timeout_ms = CONFIG_SYS_LS_MC_BOOT_TIMEOUT_MS;
641
Simon Glass00caae62017-08-03 12:22:12 -0600642 char *timeout_ms_env_var = env_get(MC_BOOT_TIMEOUT_ENV_VAR);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700643
644 if (timeout_ms_env_var) {
Simon Glass0b1284e2021-07-24 09:03:30 -0600645 timeout_ms = dectoul(timeout_ms_env_var, NULL);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700646 if (timeout_ms == 0) {
647 printf("fsl-mc: WARNING: Invalid value for \'"
648 MC_BOOT_TIMEOUT_ENV_VAR
649 "\' environment variable: %lu\n",
650 timeout_ms);
651
652 timeout_ms = CONFIG_SYS_LS_MC_BOOT_TIMEOUT_MS;
653 }
654 }
655
656 return timeout_ms;
657}
658
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530659#ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
York Sun3c1d2182016-04-04 11:41:26 -0700660
661__weak bool soc_has_aiop(void)
662{
663 return false;
664}
665
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530666static int load_mc_aiop_img(u64 aiop_fw_addr)
J. German Riverac1000c12015-07-02 11:28:58 +0530667{
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530668 u64 mc_ram_addr = mc_get_dram_addr();
669#ifndef CONFIG_SYS_LS_MC_DPC_IN_DDR
J. German Riverac1000c12015-07-02 11:28:58 +0530670 void *aiop_img;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530671#endif
J. German Riverac1000c12015-07-02 11:28:58 +0530672
York Sun3c1d2182016-04-04 11:41:26 -0700673 /* Check if AIOP is available */
674 if (!soc_has_aiop())
675 return -ENODEV;
J. German Riverac1000c12015-07-02 11:28:58 +0530676 /*
677 * Load the MC AIOP image in the MC private DRAM block:
678 */
679
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530680#ifdef CONFIG_SYS_LS_MC_DPC_IN_DDR
681 printf("MC AIOP is preloaded to %#llx\n", mc_ram_addr +
682 CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET);
683#else
684 aiop_img = (void *)aiop_fw_addr;
J. German Riverac1000c12015-07-02 11:28:58 +0530685 mc_copy_image("MC AIOP image",
686 (u64)aiop_img, CONFIG_SYS_LS_MC_AIOP_IMG_MAX_LENGTH,
687 mc_ram_addr + CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET);
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530688#endif
689 mc_aiop_applied = 0;
J. German Riverac1000c12015-07-02 11:28:58 +0530690
691 return 0;
692}
693#endif
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530694
J. German Rivera125e2bc2015-03-20 19:28:18 -0700695static int wait_for_mc(bool booting_mc, u32 *final_reg_gsr)
696{
697 u32 reg_gsr;
698 u32 mc_fw_boot_status;
699 unsigned long timeout_ms = get_mc_boot_timeout_ms();
700 struct mc_ccsr_registers __iomem *mc_ccsr_regs = MC_CCSR_BASE_ADDR;
701
702 dmb();
J. German Rivera125e2bc2015-03-20 19:28:18 -0700703 assert(timeout_ms > 0);
704 for (;;) {
705 udelay(1000); /* throttle polling */
706 reg_gsr = in_le32(&mc_ccsr_regs->reg_gsr);
707 mc_fw_boot_status = (reg_gsr & GSR_FS_MASK);
708 if (mc_fw_boot_status & 0x1)
709 break;
710
711 timeout_ms--;
712 if (timeout_ms == 0)
713 break;
714 }
715
716 if (timeout_ms == 0) {
J. German Riveracc088c32015-07-02 11:28:56 +0530717 printf("ERROR: timeout\n");
J. German Rivera125e2bc2015-03-20 19:28:18 -0700718
719 /* TODO: Get an error status from an MC CCSR register */
720 return -ETIMEDOUT;
721 }
722
723 if (mc_fw_boot_status != 0x1) {
724 /*
725 * TODO: Identify critical errors from the GSR register's FS
726 * field and for those errors, set error to -ENODEV or other
727 * appropriate errno, so that the status property is set to
728 * failure in the fsl,dprc device tree node.
729 */
J. German Riveracc088c32015-07-02 11:28:56 +0530730 printf("WARNING: Firmware returned an error (GSR: %#x)\n",
731 reg_gsr);
732 } else {
733 printf("SUCCESS\n");
J. German Rivera125e2bc2015-03-20 19:28:18 -0700734 }
735
J. German Riveracc088c32015-07-02 11:28:56 +0530736
J. German Rivera125e2bc2015-03-20 19:28:18 -0700737 *final_reg_gsr = reg_gsr;
738 return 0;
739}
J. German Riverab940ca62014-06-23 15:15:55 -0700740
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530741int mc_init(u64 mc_fw_addr, u64 mc_dpc_addr)
J. German Riverab940ca62014-06-23 15:15:55 -0700742{
743 int error = 0;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -0700744 int portal_id = 0;
J. German Riverab940ca62014-06-23 15:15:55 -0700745 struct mc_ccsr_registers __iomem *mc_ccsr_regs = MC_CCSR_BASE_ADDR;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530746 u64 mc_ram_addr = mc_get_dram_addr();
J. German Riverab940ca62014-06-23 15:15:55 -0700747 u32 reg_gsr;
J. German Rivera125e2bc2015-03-20 19:28:18 -0700748 u32 reg_mcfbalr;
749#ifndef CONFIG_SYS_LS_MC_FW_IN_DDR
J. German Riverab940ca62014-06-23 15:15:55 -0700750 const void *raw_image_addr;
751 size_t raw_image_size = 0;
J. German Rivera125e2bc2015-03-20 19:28:18 -0700752#endif
J. German Rivera125e2bc2015-03-20 19:28:18 -0700753 u8 mc_ram_num_256mb_blocks;
754 size_t mc_ram_size = mc_get_dram_block_size();
J. German Riverab940ca62014-06-23 15:15:55 -0700755
York Sun437858b62017-03-06 09:02:29 -0800756 mc_ram_num_256mb_blocks = mc_ram_size / MC_RAM_SIZE_ALIGNMENT;
Meenakshi Aggarwal43ad41e2019-02-27 14:41:02 +0530757
758 if (mc_ram_num_256mb_blocks >= 0xff) {
York Sun437858b62017-03-06 09:02:29 -0800759 error = -EINVAL;
760 printf("fsl-mc: ERROR: invalid MC private RAM size (%lu)\n",
761 mc_ram_size);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700762 goto out;
York Sun437858b62017-03-06 09:02:29 -0800763 }
J. German Rivera125e2bc2015-03-20 19:28:18 -0700764
J. German Riverab940ca62014-06-23 15:15:55 -0700765 /*
Meenakshi Aggarwal43ad41e2019-02-27 14:41:02 +0530766 * To support 128 MB DDR Size for MC
767 */
768 if (mc_ram_num_256mb_blocks == 0)
769 mc_ram_num_256mb_blocks = 0xFF;
770
771 /*
J. German Riverab940ca62014-06-23 15:15:55 -0700772 * Management Complex cores should be held at reset out of POR.
Bin Menga1875592016-02-05 19:30:11 -0800773 * U-Boot should be the first software to touch MC. To be safe,
J. German Riverab940ca62014-06-23 15:15:55 -0700774 * we reset all cores again by setting GCR1 to 0. It doesn't do
775 * anything if they are held at reset. After we setup the firmware
776 * we kick off MC by deasserting the reset bit for core 0, and
777 * deasserting the reset bits for Command Portal Managers.
778 * The stop bits are not touched here. They are used to stop the
779 * cores when they are active. Setting stop bits doesn't stop the
780 * cores from fetching instructions when they are released from
781 * reset.
782 */
783 out_le32(&mc_ccsr_regs->reg_gcr1, 0);
784 dmb();
785
J. German Rivera125e2bc2015-03-20 19:28:18 -0700786#ifdef CONFIG_SYS_LS_MC_FW_IN_DDR
787 printf("MC firmware is preloaded to %#llx\n", mc_ram_addr);
788#else
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530789 error = parse_mc_firmware_fit_image(mc_fw_addr, &raw_image_addr,
790 &raw_image_size);
J. German Riverab940ca62014-06-23 15:15:55 -0700791 if (error != 0)
792 goto out;
793 /*
794 * Load the MC FW at the beginning of the MC private DRAM block:
795 */
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800796 mc_copy_image("MC Firmware",
797 (u64)raw_image_addr, raw_image_size, mc_ram_addr);
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800798#endif
J. German Rivera125e2bc2015-03-20 19:28:18 -0700799 dump_ram_words("firmware", (void *)mc_ram_addr);
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800800
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530801 error = load_mc_dpc(mc_ram_addr, mc_ram_size, mc_dpc_addr);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700802 if (error != 0)
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800803 goto out;
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800804
J. German Riverab940ca62014-06-23 15:15:55 -0700805 debug("mc_ccsr_regs %p\n", mc_ccsr_regs);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700806 dump_mc_ccsr_regs(mc_ccsr_regs);
J. German Riverab940ca62014-06-23 15:15:55 -0700807
808 /*
J. German Rivera125e2bc2015-03-20 19:28:18 -0700809 * Tell MC what is the address range of the DRAM block assigned to it:
J. German Riverab940ca62014-06-23 15:15:55 -0700810 */
Meenakshi Aggarwal43ad41e2019-02-27 14:41:02 +0530811 if (mc_ram_num_256mb_blocks < 0xFF) {
812 reg_mcfbalr = (u32)mc_ram_addr |
813 (mc_ram_num_256mb_blocks - 1);
814 } else {
815 reg_mcfbalr = (u32)mc_ram_addr |
816 (mc_ram_num_256mb_blocks);
817 }
818
J. German Rivera125e2bc2015-03-20 19:28:18 -0700819 out_le32(&mc_ccsr_regs->reg_mcfbalr, reg_mcfbalr);
820 out_le32(&mc_ccsr_regs->reg_mcfbahr,
York Sun437858b62017-03-06 09:02:29 -0800821 (u32)(mc_ram_addr >> 32));
Stuart Yoder39da6442015-07-02 11:29:02 +0530822 out_le32(&mc_ccsr_regs->reg_mcfapr, FSL_BYPASS_AMQ);
J. German Riverab940ca62014-06-23 15:15:55 -0700823
824 /*
J. German Rivera125e2bc2015-03-20 19:28:18 -0700825 * Tell the MC that we want delayed DPL deployment.
J. German Riverab940ca62014-06-23 15:15:55 -0700826 */
J. German Rivera125e2bc2015-03-20 19:28:18 -0700827 out_le32(&mc_ccsr_regs->reg_gsr, 0xDD00);
J. German Riverab940ca62014-06-23 15:15:55 -0700828
J. German Riveracc088c32015-07-02 11:28:56 +0530829 printf("\nfsl-mc: Booting Management Complex ... ");
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800830
J. German Riverab940ca62014-06-23 15:15:55 -0700831 /*
832 * Deassert reset and release MC core 0 to run
833 */
834 out_le32(&mc_ccsr_regs->reg_gcr1, GCR1_P1_DE_RST | GCR1_M_ALL_DE_RST);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700835 error = wait_for_mc(true, &reg_gsr);
836 if (error != 0)
J. German Riverab940ca62014-06-23 15:15:55 -0700837 goto out;
J. German Riverab940ca62014-06-23 15:15:55 -0700838
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800839 /*
840 * TODO: need to obtain the portal_id for the root container from the
841 * DPL
842 */
843 portal_id = 0;
844
845 /*
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -0700846 * Initialize the global default MC portal
847 * And check that the MC firmware is responding portal commands:
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800848 */
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +0530849 root_mc_io = (struct fsl_mc_io *)calloc(sizeof(struct fsl_mc_io), 1);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +0530850 if (!root_mc_io) {
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +0530851 printf(" No memory: calloc() failed\n");
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -0700852 return -ENOMEM;
853 }
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800854
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +0530855 root_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(portal_id);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -0700856 debug("Checking access to MC portal of root DPRC container (portal_id %d, portal physical addr %p)\n",
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +0530857 portal_id, root_mc_io->mmio_regs);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -0700858
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +0530859 error = mc_get_version(root_mc_io, MC_CMD_NO_FLAGS, &mc_ver_info);
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800860 if (error != 0) {
861 printf("fsl-mc: ERROR: Firmware version check failed (error: %d)\n",
862 error);
863 goto out;
864 }
865
J. German Rivera7b3bd9a2015-01-06 13:19:02 -0800866 printf("fsl-mc: Management Complex booted (version: %d.%d.%d, boot status: %#x)\n",
867 mc_ver_info.major, mc_ver_info.minor, mc_ver_info.revision,
J. German Rivera125e2bc2015-03-20 19:28:18 -0700868 reg_gsr & GSR_FS_MASK);
869
J. German Riverab940ca62014-06-23 15:15:55 -0700870out:
871 if (error != 0)
Prabhakar Kushwaha2b7c4a12015-07-02 11:29:01 +0530872 mc_boot_status = error;
J. German Riverab940ca62014-06-23 15:15:55 -0700873 else
874 mc_boot_status = 0;
875
876 return error;
877}
878
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530879int mc_apply_dpl(u64 mc_dpl_addr)
880{
881 struct mc_ccsr_registers __iomem *mc_ccsr_regs = MC_CCSR_BASE_ADDR;
882 int error = 0;
883 u32 reg_gsr;
884 u64 mc_ram_addr = mc_get_dram_addr();
885 size_t mc_ram_size = mc_get_dram_block_size();
886
Alexander Grafb7b84102016-11-17 01:02:57 +0100887 if (!mc_dpl_addr)
888 return -1;
889
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530890 error = load_mc_dpl(mc_ram_addr, mc_ram_size, mc_dpl_addr);
891 if (error != 0)
892 return error;
893
894 /*
895 * Tell the MC to deploy the DPL:
896 */
897 out_le32(&mc_ccsr_regs->reg_gsr, 0x0);
898 printf("fsl-mc: Deploying data path layout ... ");
899 error = wait_for_mc(false, &reg_gsr);
900
901 if (!error)
902 mc_dpl_applied = 0;
903
904 return error;
905}
906
J. German Riverab940ca62014-06-23 15:15:55 -0700907int get_mc_boot_status(void)
908{
909 return mc_boot_status;
910}
911
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530912#ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
913int get_aiop_apply_status(void)
914{
915 return mc_aiop_applied;
916}
917#endif
918
919int get_dpl_apply_status(void)
920{
921 return mc_dpl_applied;
922}
923
Mian Yousaf Kaukab7e968042018-12-18 14:01:17 +0100924int is_lazy_dpl_addr_valid(void)
925{
926 return !!mc_lazy_dpl_addr;
927}
928
Priyanka Jain033c5382017-08-24 16:42:43 +0530929/*
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530930 * Return the MC address of private DRAM block.
Priyanka Jain033c5382017-08-24 16:42:43 +0530931 * As per MC design document, MC initial base address
932 * should be least significant 512MB address of MC private
933 * memory, i.e. address should point to end address masked
934 * with 512MB offset in private DRAM block.
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530935 */
936u64 mc_get_dram_addr(void)
937{
Priyanka Jain033c5382017-08-24 16:42:43 +0530938 size_t mc_ram_size = mc_get_dram_block_size();
939
Prabhakar Kushwaha87519a92018-08-27 12:58:52 +0530940 if (!mc_memset_resv_ram || (get_mc_boot_status() < 0)) {
941 mc_memset_resv_ram = 1;
942 memset((void *)gd->arch.resv_ram, 0, mc_ram_size);
943 }
944
Priyanka Jain033c5382017-08-24 16:42:43 +0530945 return (gd->arch.resv_ram + mc_ram_size - 1) &
946 MC_RAM_BASE_ADDR_ALIGNMENT_MASK;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +0530947}
948
J. German Riverab940ca62014-06-23 15:15:55 -0700949/**
950 * Return the actual size of the MC private DRAM block.
J. German Riverab940ca62014-06-23 15:15:55 -0700951 */
952unsigned long mc_get_dram_block_size(void)
953{
J. German Rivera125e2bc2015-03-20 19:28:18 -0700954 unsigned long dram_block_size = CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE;
955
Simon Glass00caae62017-08-03 12:22:12 -0600956 char *dram_block_size_env_var = env_get(MC_MEM_SIZE_ENV_VAR);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700957
958 if (dram_block_size_env_var) {
Simon Glass7e5f4602021-07-24 09:03:29 -0600959 dram_block_size = hextoul(dram_block_size_env_var, NULL);
J. German Rivera125e2bc2015-03-20 19:28:18 -0700960
961 if (dram_block_size < CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE) {
962 printf("fsl-mc: WARNING: Invalid value for \'"
963 MC_MEM_SIZE_ENV_VAR
964 "\' environment variable: %lu\n",
965 dram_block_size);
966
Meenakshi Aggarwal43ad41e2019-02-27 14:41:02 +0530967 dram_block_size = MC_DRAM_BLOCK_DEFAULT_SIZE;
J. German Rivera125e2bc2015-03-20 19:28:18 -0700968 }
969 }
970
971 return dram_block_size;
J. German Riverab940ca62014-06-23 15:15:55 -0700972}
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -0700973
Masahiro Yamadab75d8dc2020-06-26 15:13:33 +0900974int fsl_mc_ldpaa_init(struct bd_info *bis)
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +0530975{
Prabhakar Kushwahac919ab92015-11-04 12:26:00 +0530976 int i;
977
978 for (i = WRIOP1_DPMAC1; i < NUM_WRIOP_PORTS; i++)
Pankaj Bansal1ed19a12018-10-10 14:08:33 +0530979 if (wriop_is_enabled_dpmac(i) == 1)
Prabhakar Kushwahac919ab92015-11-04 12:26:00 +0530980 ldpaa_eth_init(i, wriop_get_enet_if(i));
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +0530981 return 0;
982}
983
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +0530984static int dprc_version_check(struct fsl_mc_io *mc_io, uint16_t handle)
985{
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +0530986 int error;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +0530987 uint16_t major_ver, minor_ver;
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +0530988
Yogesh Gaur2557c5a2017-11-15 11:59:31 +0530989 error = dprc_get_api_version(mc_io, 0,
990 &major_ver,
991 &minor_ver);
992 if (error < 0) {
993 printf("dprc_get_api_version() failed: %d\n", error);
994 return error;
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +0530995 }
Yogesh Gaur2557c5a2017-11-15 11:59:31 +0530996
997 if (major_ver < DPRC_VER_MAJOR || (major_ver == DPRC_VER_MAJOR &&
998 minor_ver < DPRC_VER_MINOR)) {
999 printf("DPRC version mismatch found %u.%u,",
1000 major_ver, minor_ver);
1001 printf("supported version is %u.%u\n",
1002 DPRC_VER_MAJOR, DPRC_VER_MINOR);
1003 }
1004
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +05301005 return error;
1006}
1007
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301008static int dpio_init(void)
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001009{
1010 struct qbman_swp_desc p_des;
1011 struct dpio_attr attr;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301012 struct dpio_cfg dpio_cfg;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001013 int err = 0;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301014 uint16_t major_ver, minor_ver;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001015
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301016 dflt_dpio = (struct fsl_dpio_obj *)calloc(
1017 sizeof(struct fsl_dpio_obj), 1);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001018 if (!dflt_dpio) {
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301019 printf("No memory: calloc() failed\n");
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301020 err = -ENOMEM;
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301021 goto err_calloc;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001022 }
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301023 dpio_cfg.channel_mode = DPIO_LOCAL_CHANNEL;
1024 dpio_cfg.num_priorities = 8;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001025
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301026 err = dpio_create(dflt_mc_io,
1027 dflt_dprc_handle,
1028 MC_CMD_NO_FLAGS,
1029 &dpio_cfg,
1030 &dflt_dpio->dpio_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301031 if (err < 0) {
1032 printf("dpio_create() failed: %d\n", err);
1033 err = -ENODEV;
1034 goto err_create;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001035 }
1036
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301037 err = dpio_get_api_version(dflt_mc_io, 0,
1038 &major_ver,
1039 &minor_ver);
1040 if (err < 0) {
1041 printf("dpio_get_api_version() failed: %d\n", err);
1042 goto err_get_api_ver;
1043 }
1044
1045 if (major_ver < DPIO_VER_MAJOR || (major_ver == DPIO_VER_MAJOR &&
1046 minor_ver < DPIO_VER_MINOR)) {
1047 printf("DPRC version mismatch found %u.%u,",
1048 major_ver,
1049 minor_ver);
1050 }
1051
1052 err = dpio_open(dflt_mc_io,
1053 MC_CMD_NO_FLAGS,
1054 dflt_dpio->dpio_id,
1055 &dflt_dpio->dpio_handle);
1056 if (err) {
1057 printf("dpio_open() failed\n");
1058 goto err_open;
1059 }
1060
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301061 memset(&attr, 0, sizeof(struct dpio_attr));
Prabhakar Kushwaha87457d12015-07-07 15:40:06 +05301062 err = dpio_get_attributes(dflt_mc_io, MC_CMD_NO_FLAGS,
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301063 dflt_dpio->dpio_handle, &attr);
1064 if (err < 0) {
1065 printf("dpio_get_attributes() failed: %d\n", err);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001066 goto err_get_attr;
1067 }
1068
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301069 if (dflt_dpio->dpio_id != attr.id) {
1070 printf("dnpi object id and attribute id are not same\n");
1071 goto err_attr_not_same;
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +05301072 }
1073
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301074#ifdef DEBUG
1075 printf("Init: DPIO id=0x%d\n", dflt_dpio->dpio_id);
1076#endif
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301077 err = dpio_enable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
1078 if (err < 0) {
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001079 printf("dpio_enable() failed %d\n", err);
1080 goto err_get_enable;
1081 }
Prabhakar Kushwaha1f1c25c2015-07-02 11:28:59 +05301082 debug("ce_offset=0x%llx, ci_offset=0x%llx, portalid=%d, prios=%d\n",
1083 attr.qbman_portal_ce_offset,
1084 attr.qbman_portal_ci_offset,
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001085 attr.qbman_portal_id,
1086 attr.num_priorities);
1087
Prabhakar Kushwaha1f1c25c2015-07-02 11:28:59 +05301088 p_des.cena_bar = (void *)(SOC_QBMAN_PORTALS_BASE_ADDR
1089 + attr.qbman_portal_ce_offset);
1090 p_des.cinh_bar = (void *)(SOC_QBMAN_PORTALS_BASE_ADDR
1091 + attr.qbman_portal_ci_offset);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001092
1093 dflt_dpio->sw_portal = qbman_swp_init(&p_des);
1094 if (dflt_dpio->sw_portal == NULL) {
1095 printf("qbman_swp_init() failed\n");
1096 goto err_get_swp_init;
1097 }
1098 return 0;
1099
1100err_get_swp_init:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301101 dpio_disable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001102err_get_enable:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301103err_get_attr:
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301104err_attr_not_same:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301105 dpio_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301106err_open:
1107err_get_api_ver:
1108 dpio_destroy(dflt_mc_io,
1109 dflt_dprc_handle,
1110 MC_CMD_NO_FLAGS,
1111 dflt_dpio->dpio_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301112err_create:
Prabhakar Kushwahacd7b3fb2016-03-18 16:15:29 +05301113 free(dflt_dpio);
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301114err_calloc:
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001115 return err;
1116}
1117
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301118static int dpio_exit(void)
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001119{
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301120 int err;
1121
1122 err = dpio_disable(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
1123 if (err < 0) {
1124 printf("dpio_disable() failed: %d\n", err);
1125 goto err;
1126 }
1127
Cosmin-Florin Aluchenesei669884e2021-07-21 19:13:33 +03001128 err = dpio_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpio->dpio_handle);
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301129 if (err < 0) {
1130 printf("dpio_close() failed: %d\n", err);
1131 goto err;
1132 }
1133
1134 err = dpio_destroy(dflt_mc_io,
1135 dflt_dprc_handle,
1136 MC_CMD_NO_FLAGS,
1137 dflt_dpio->dpio_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301138 if (err < 0) {
1139 printf("dpio_destroy() failed: %d\n", err);
1140 goto err;
1141 }
1142
1143#ifdef DEBUG
1144 printf("Exit: DPIO id=0x%d\n", dflt_dpio->dpio_id);
1145#endif
1146
1147 if (dflt_dpio)
1148 free(dflt_dpio);
1149
1150 return 0;
1151err:
1152 return err;
1153}
1154
1155static int dprc_init(void)
1156{
1157 int err, child_portal_id, container_id;
1158 struct dprc_cfg cfg;
1159 uint64_t mc_portal_offset;
1160
1161 /* Open root container */
1162 err = dprc_get_container_id(root_mc_io, MC_CMD_NO_FLAGS, &container_id);
1163 if (err < 0) {
1164 printf("dprc_get_container_id(): Root failed: %d\n", err);
1165 goto err_root_container_id;
1166 }
1167
1168#ifdef DEBUG
1169 printf("Root container id = %d\n", container_id);
1170#endif
1171 err = dprc_open(root_mc_io, MC_CMD_NO_FLAGS, container_id,
1172 &root_dprc_handle);
1173 if (err < 0) {
1174 printf("dprc_open(): Root Container failed: %d\n", err);
1175 goto err_root_open;
1176 }
1177
1178 if (!root_dprc_handle) {
1179 printf("dprc_open(): Root Container Handle is not valid\n");
1180 goto err_root_open;
1181 }
1182
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +05301183 err = dprc_version_check(root_mc_io, root_dprc_handle);
1184 if (err < 0) {
1185 printf("dprc_version_check() failed: %d\n", err);
1186 goto err_root_open;
1187 }
1188
Prabhakar Kushwaha5373b202016-01-20 12:04:19 +05301189 memset(&cfg, 0, sizeof(struct dprc_cfg));
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301190 cfg.options = DPRC_CFG_OPT_TOPOLOGY_CHANGES_ALLOWED |
1191 DPRC_CFG_OPT_OBJ_CREATE_ALLOWED |
1192 DPRC_CFG_OPT_ALLOC_ALLOWED;
1193 cfg.icid = DPRC_GET_ICID_FROM_POOL;
Prabhakar Kushwaha335b1932015-12-24 15:33:49 +05301194 cfg.portal_id = DPRC_GET_PORTAL_ID_FROM_POOL;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301195 err = dprc_create_container(root_mc_io, MC_CMD_NO_FLAGS,
1196 root_dprc_handle,
1197 &cfg,
1198 &child_dprc_id,
1199 &mc_portal_offset);
1200 if (err < 0) {
1201 printf("dprc_create_container() failed: %d\n", err);
1202 goto err_create;
1203 }
1204
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301205 dflt_mc_io = (struct fsl_mc_io *)calloc(sizeof(struct fsl_mc_io), 1);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301206 if (!dflt_mc_io) {
1207 err = -ENOMEM;
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301208 printf(" No memory: calloc() failed\n");
1209 goto err_calloc;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301210 }
1211
1212 child_portal_id = MC_PORTAL_OFFSET_TO_PORTAL_ID(mc_portal_offset);
1213 dflt_mc_io->mmio_regs = SOC_MC_PORTAL_ADDR(child_portal_id);
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301214
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301215#ifdef DEBUG
1216 printf("MC portal of child DPRC container: %d, physical addr %p)\n",
1217 child_dprc_id, dflt_mc_io->mmio_regs);
1218#endif
1219
1220 err = dprc_open(dflt_mc_io, MC_CMD_NO_FLAGS, child_dprc_id,
1221 &dflt_dprc_handle);
1222 if (err < 0) {
1223 printf("dprc_open(): Child container failed: %d\n", err);
1224 goto err_child_open;
1225 }
1226
1227 if (!dflt_dprc_handle) {
1228 printf("dprc_open(): Child container Handle is not valid\n");
1229 goto err_child_open;
1230 }
1231
1232 return 0;
1233err_child_open:
1234 free(dflt_mc_io);
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301235err_calloc:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301236 dprc_destroy_container(root_mc_io, MC_CMD_NO_FLAGS,
1237 root_dprc_handle, child_dprc_id);
1238err_create:
1239 dprc_close(root_mc_io, MC_CMD_NO_FLAGS, root_dprc_handle);
1240err_root_open:
1241err_root_container_id:
1242 return err;
1243}
1244
1245static int dprc_exit(void)
1246{
1247 int err;
1248
1249 err = dprc_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dprc_handle);
1250 if (err < 0) {
1251 printf("dprc_close(): Child failed: %d\n", err);
1252 goto err;
1253 }
1254
1255 err = dprc_destroy_container(root_mc_io, MC_CMD_NO_FLAGS,
1256 root_dprc_handle, child_dprc_id);
1257 if (err < 0) {
1258 printf("dprc_destroy_container() failed: %d\n", err);
1259 goto err;
1260 }
1261
1262 err = dprc_close(root_mc_io, MC_CMD_NO_FLAGS, root_dprc_handle);
1263 if (err < 0) {
1264 printf("dprc_close(): Root failed: %d\n", err);
1265 goto err;
1266 }
1267
1268 if (dflt_mc_io)
1269 free(dflt_mc_io);
1270
1271 if (root_mc_io)
1272 free(root_mc_io);
1273
1274 return 0;
1275
1276err:
1277 return err;
1278}
1279
1280static int dpbp_init(void)
1281{
1282 int err;
1283 struct dpbp_attr dpbp_attr;
1284 struct dpbp_cfg dpbp_cfg;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301285 uint16_t major_ver, minor_ver;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301286
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301287 dflt_dpbp = (struct fsl_dpbp_obj *)calloc(
1288 sizeof(struct fsl_dpbp_obj), 1);
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001289 if (!dflt_dpbp) {
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301290 printf("No memory: calloc() failed\n");
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301291 err = -ENOMEM;
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301292 goto err_calloc;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001293 }
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301294
1295 dpbp_cfg.options = 512;
1296
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301297 err = dpbp_create(dflt_mc_io,
1298 dflt_dprc_handle,
1299 MC_CMD_NO_FLAGS,
1300 &dpbp_cfg,
1301 &dflt_dpbp->dpbp_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301302
1303 if (err < 0) {
1304 err = -ENODEV;
1305 printf("dpbp_create() failed: %d\n", err);
1306 goto err_create;
1307 }
1308
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301309 err = dpbp_get_api_version(dflt_mc_io, 0,
1310 &major_ver,
1311 &minor_ver);
1312 if (err < 0) {
1313 printf("dpbp_get_api_version() failed: %d\n", err);
1314 goto err_get_api_ver;
1315 }
1316
1317 if (major_ver < DPBP_VER_MAJOR || (major_ver == DPBP_VER_MAJOR &&
1318 minor_ver < DPBP_VER_MINOR)) {
1319 printf("DPBP version mismatch found %u.%u,",
1320 major_ver, minor_ver);
1321 printf("supported version is %u.%u\n",
1322 DPBP_VER_MAJOR, DPBP_VER_MINOR);
1323 }
1324
1325 err = dpbp_open(dflt_mc_io,
1326 MC_CMD_NO_FLAGS,
1327 dflt_dpbp->dpbp_id,
1328 &dflt_dpbp->dpbp_handle);
1329 if (err) {
1330 printf("dpbp_open() failed\n");
1331 goto err_open;
1332 }
1333
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301334 memset(&dpbp_attr, 0, sizeof(struct dpbp_attr));
1335 err = dpbp_get_attributes(dflt_mc_io, MC_CMD_NO_FLAGS,
1336 dflt_dpbp->dpbp_handle,
1337 &dpbp_attr);
1338 if (err < 0) {
1339 printf("dpbp_get_attributes() failed: %d\n", err);
1340 goto err_get_attr;
1341 }
1342
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301343 if (dflt_dpbp->dpbp_id != dpbp_attr.id) {
1344 printf("dpbp object id and attribute id are not same\n");
1345 goto err_attr_not_same;
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +05301346 }
1347
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301348#ifdef DEBUG
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301349 printf("Init: DPBP id=0x%x\n", dflt_dpbp->dpbp_attr.id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301350#endif
1351
1352 err = dpbp_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpbp->dpbp_handle);
1353 if (err < 0) {
1354 printf("dpbp_close() failed: %d\n", err);
1355 goto err_close;
1356 }
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001357
1358 return 0;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301359
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301360err_get_attr:
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301361err_attr_not_same:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301362 dpbp_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpbp->dpbp_handle);
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301363 dpbp_destroy(dflt_mc_io,
1364 dflt_dprc_handle,
1365 MC_CMD_NO_FLAGS,
1366 dflt_dpbp->dpbp_id);
1367err_get_api_ver:
1368err_close:
1369err_open:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301370err_create:
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301371 free(dflt_dpbp);
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301372err_calloc:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301373 return err;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001374}
1375
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301376static int dpbp_exit(void)
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001377{
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301378 int err;
1379
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301380 err = dpbp_destroy(dflt_mc_io, dflt_dprc_handle, MC_CMD_NO_FLAGS,
1381 dflt_dpbp->dpbp_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301382 if (err < 0) {
1383 printf("dpbp_destroy() failed: %d\n", err);
1384 goto err;
1385 }
1386
1387#ifdef DEBUG
1388 printf("Exit: DPBP id=0x%d\n", dflt_dpbp->dpbp_attr.id);
1389#endif
1390
1391 if (dflt_dpbp)
1392 free(dflt_dpbp);
1393 return 0;
1394
1395err:
1396 return err;
1397}
1398
1399static int dpni_init(void)
1400{
1401 int err;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301402 uint8_t cfg_buf[256] = {0};
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301403 struct dpni_cfg dpni_cfg;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301404 uint16_t major_ver, minor_ver;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301405
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301406 dflt_dpni = (struct fsl_dpni_obj *)calloc(
1407 sizeof(struct fsl_dpni_obj), 1);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301408 if (!dflt_dpni) {
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301409 printf("No memory: calloc() failed\n");
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301410 err = -ENOMEM;
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301411 goto err_calloc;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301412 }
1413
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301414 memset(&dpni_cfg, 0, sizeof(dpni_cfg));
1415 err = dpni_prepare_cfg(&dpni_cfg, &cfg_buf[0]);
Prabhakar Kushwaha879a59a2015-12-24 15:33:01 +05301416 if (err < 0) {
1417 err = -ENODEV;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301418 printf("dpni_prepare_cfg() failed: %d\n", err);
1419 goto err_prepare_cfg;
Prabhakar Kushwaha879a59a2015-12-24 15:33:01 +05301420 }
1421
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301422 err = dpni_create(dflt_mc_io,
1423 dflt_dprc_handle,
1424 MC_CMD_NO_FLAGS,
1425 &dpni_cfg,
1426 &dflt_dpni->dpni_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301427 if (err < 0) {
1428 err = -ENODEV;
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301429 printf("dpni create() failed: %d\n", err);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301430 goto err_create;
1431 }
1432
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301433 err = dpni_get_api_version(dflt_mc_io, 0,
1434 &major_ver,
1435 &minor_ver);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301436 if (err < 0) {
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301437 printf("dpni_get_api_version() failed: %d\n", err);
1438 goto err_get_version;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301439 }
1440
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301441 if (major_ver < DPNI_VER_MAJOR || (major_ver == DPNI_VER_MAJOR &&
1442 minor_ver < DPNI_VER_MINOR)) {
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +05301443 printf("DPNI version mismatch found %u.%u,",
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301444 major_ver, minor_ver);
Prabhakar Kushwaha9a696f52015-12-24 15:32:37 +05301445 printf("supported version is %u.%u\n",
1446 DPNI_VER_MAJOR, DPNI_VER_MINOR);
1447 }
1448
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301449 err = dpni_open(dflt_mc_io,
1450 MC_CMD_NO_FLAGS,
1451 dflt_dpni->dpni_id,
1452 &dflt_dpni->dpni_handle);
1453 if (err) {
1454 printf("dpni_open() failed\n");
1455 goto err_open;
1456 }
1457
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301458#ifdef DEBUG
1459 printf("Init: DPNI id=0x%d\n", dflt_dpni->dpni_id);
1460#endif
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301461 err = dpni_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_handle);
1462 if (err < 0) {
1463 printf("dpni_close() failed: %d\n", err);
1464 goto err_close;
1465 }
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001466
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301467 return 0;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301468
1469err_close:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301470 dpni_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_handle);
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301471err_open:
1472err_get_version:
1473 dpni_destroy(dflt_mc_io,
1474 dflt_dprc_handle,
1475 MC_CMD_NO_FLAGS,
1476 dflt_dpni->dpni_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301477err_create:
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301478err_prepare_cfg:
Prabhakar Kushwaha879a59a2015-12-24 15:33:01 +05301479 free(dflt_dpni);
Prabhakar Kushwahaa572fb62017-10-11 08:51:18 +05301480err_calloc:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301481 return err;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001482}
1483
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301484static int dpni_exit(void)
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001485{
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301486 int err;
1487
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301488 err = dpni_destroy(dflt_mc_io, dflt_dprc_handle, MC_CMD_NO_FLAGS,
1489 dflt_dpni->dpni_id);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301490 if (err < 0) {
1491 printf("dpni_destroy() failed: %d\n", err);
1492 goto err;
1493 }
1494
1495#ifdef DEBUG
1496 printf("Exit: DPNI id=0x%d\n", dflt_dpni->dpni_id);
1497#endif
1498
1499 if (dflt_dpni)
1500 free(dflt_dpni);
1501 return 0;
1502
1503err:
1504 return err;
1505}
1506
Florinel Iordache1990cc72019-11-19 10:28:17 +00001507static bool is_dpsparser_supported(void)
1508{
1509 /* dpsparser support was first introduced in MC version: 10.12.0 */
1510 if (mc_ver_info.major < 10)
1511 return false;
1512 if (mc_ver_info.major == 10)
1513 return (mc_ver_info.minor >= 12);
1514 return true;
1515}
1516
1517static int dpsparser_version_check(struct fsl_mc_io *mc_io)
1518{
1519 int error;
1520 u16 major_ver, minor_ver;
1521
1522 if (!is_dpsparser_supported())
1523 return 0;
1524
1525 error = dpsparser_get_api_version(mc_io, 0,
1526 &major_ver,
1527 &minor_ver);
1528 if (error < 0) {
1529 printf("dpsparser_get_api_version() failed: %d\n", error);
1530 return error;
1531 }
1532
1533 if (major_ver < DPSPARSER_VER_MAJOR || (major_ver ==
1534 DPSPARSER_VER_MAJOR && minor_ver < DPSPARSER_VER_MINOR)) {
1535 printf("DPSPARSER version mismatch found %u.%u,",
1536 major_ver, minor_ver);
1537 printf("supported version is %u.%u\n",
1538 DPSPARSER_VER_MAJOR, DPSPARSER_VER_MINOR);
1539 }
1540
1541 return error;
1542}
1543
1544static int dpsparser_init(void)
1545{
1546 int err = 0;
1547
1548 if (!is_dpsparser_supported())
1549 return 0;
1550
1551 err = dpsparser_create(dflt_mc_io,
1552 dflt_dprc_handle,
1553 MC_CMD_NO_FLAGS,
1554 &dpsparser_obj_id);
1555 if (err)
1556 printf("dpsparser_create() failed\n");
1557
1558 err = dpsparser_version_check(dflt_mc_io);
1559 if (err < 0) {
1560 printf("dpsparser_version_check() failed: %d\n", err);
1561 goto err_version_check;
1562 }
1563
1564 err = dpsparser_open(dflt_mc_io,
1565 MC_CMD_NO_FLAGS,
1566 &dpsparser_handle);
1567 if (err < 0) {
1568 printf("dpsparser_open() failed: %d\n", err);
1569 goto err_open;
1570 }
1571
1572 return err;
1573
1574err_open:
1575err_version_check:
1576 dpsparser_destroy(dflt_mc_io,
1577 dflt_dprc_handle,
1578 MC_CMD_NO_FLAGS, dpsparser_obj_id);
1579
1580 return err;
1581}
1582
1583#ifdef DPSPARSER_DESTROY
1584/* TODO: refactoring needed in the future to allow DPSPARSER object destroy
1585 * Workaround: DO NOT destroy DPSPARSER object because it needs to be available
1586 * on Apply DPL
1587 */
1588static int dpsparser_exit(void)
1589{
1590 int err;
1591
1592 if (!is_dpsparser_supported())
1593 return 0;
1594
1595 dpsparser_close(dflt_mc_io, MC_CMD_NO_FLAGS, dpsparser_handle);
1596 if (err < 0) {
1597 printf("dpsparser_close() failed: %d\n", err);
1598 goto err;
1599 }
1600
1601 err = dpsparser_destroy(dflt_mc_io, dflt_dprc_handle,
1602 MC_CMD_NO_FLAGS, dpsparser_obj_id);
1603 if (err < 0) {
1604 printf("dpsparser_destroy() failed: %d\n", err);
1605 goto err;
1606 }
1607 return 0;
1608
1609err:
1610 return err;
1611}
1612#endif
1613
1614int mc_apply_spb(u64 mc_spb_addr)
1615{
1616 int err = 0;
1617 u16 error, err_arr_size;
1618 u64 mc_spb_offset;
1619 u32 spb_size;
1620 struct sp_blob_header *sp_blob;
1621 u64 mc_ram_addr = mc_get_dram_addr();
1622
1623 if (!is_dpsparser_supported())
1624 return 0;
1625
1626 if (!mc_spb_addr) {
1627 printf("fsl-mc: Invalid Blob address\n");
1628 return -1;
1629 }
1630
1631#ifdef CONFIG_MC_DRAM_SPB_OFFSET
1632 mc_spb_offset = CONFIG_MC_DRAM_SPB_OFFSET;
1633#else
1634#error "CONFIG_MC_DRAM_SPB_OFFSET not defined"
1635#endif
1636
1637 // Read blob header and get size of SPB blob
1638 sp_blob = (struct sp_blob_header *)mc_spb_addr;
1639 spb_size = le32_to_cpu(sp_blob->length);
1640 if (spb_size > CONFIG_MC_SPB_MAX_SIZE) {
1641 printf("\nfsl-mc: ERROR: Bad SPB image (too large: %d)\n",
1642 spb_size);
1643 return -EINVAL;
1644 }
1645
1646 mc_copy_image("MC SP Blob", mc_spb_addr, spb_size,
1647 mc_ram_addr + mc_spb_offset);
1648
1649 //Invoke MC command to apply SPB blob
1650 printf("fsl-mc: Applying soft parser blob... ");
1651 err = dpsparser_apply_spb(dflt_mc_io, MC_CMD_NO_FLAGS, dpsparser_handle,
1652 mc_spb_offset, &error);
1653 if (err)
1654 return err;
1655
1656 if (error == 0) {
1657 printf("SUCCESS\n");
1658 } else {
1659 printf("FAILED with error code = %d:\n", error);
1660 err_arr_size = (u16)ARRAY_SIZE(mc_err_msg_apply_spb);
1661
1662 if (error > 0 && error < err_arr_size)
1663 printf(mc_err_msg_apply_spb[error]);
1664 else
1665 printf(MC_ERROR_MSG_SPB_UNKNOWN);
1666 }
1667
1668 return err;
1669}
1670
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301671static int mc_init_object(void)
1672{
1673 int err = 0;
1674
1675 err = dprc_init();
1676 if (err < 0) {
1677 printf("dprc_init() failed: %d\n", err);
1678 goto err;
1679 }
1680
1681 err = dpbp_init();
1682 if (err < 0) {
1683 printf("dpbp_init() failed: %d\n", err);
1684 goto err;
1685 }
1686
1687 err = dpio_init();
1688 if (err < 0) {
1689 printf("dpio_init() failed: %d\n", err);
1690 goto err;
1691 }
1692
1693 err = dpni_init();
1694 if (err < 0) {
1695 printf("dpni_init() failed: %d\n", err);
1696 goto err;
1697 }
1698
Florinel Iordache1990cc72019-11-19 10:28:17 +00001699 err = dpsparser_init();
1700 if (err < 0) {
1701 printf("dpsparser_init() failed: %d\n", err);
1702 goto err;
1703 }
1704
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301705 return 0;
1706err:
1707 return err;
1708}
1709
Masahiro Yamadab75d8dc2020-06-26 15:13:33 +09001710int fsl_mc_ldpaa_exit(struct bd_info *bd)
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301711{
1712 int err = 0;
Yogesh Gaur42e81792017-04-27 10:14:16 +05301713 bool is_dpl_apply_status = false;
Santan Kumar06651b92017-06-29 11:19:34 +05301714 bool mc_boot_status = false;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301715
Alexander Grafb7b84102016-11-17 01:02:57 +01001716 if (bd && mc_lazy_dpl_addr && !fsl_mc_ldpaa_exit(NULL)) {
Yogesh Gaurf9747a52018-01-16 10:08:24 +05301717 err = mc_apply_dpl(mc_lazy_dpl_addr);
1718 if (!err)
1719 fdt_fixup_board_enet(working_fdt);
Alexander Grafb7b84102016-11-17 01:02:57 +01001720 mc_lazy_dpl_addr = 0;
1721 }
1722
Santan Kumar06651b92017-06-29 11:19:34 +05301723 if (!get_mc_boot_status())
1724 mc_boot_status = true;
1725
Prabhakar Kushwaha6dedced2016-03-21 14:19:39 +05301726 /* MC is not loaded intentionally, So return success. */
Santan Kumar06651b92017-06-29 11:19:34 +05301727 if (bd && !mc_boot_status)
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301728 return 0;
1729
Yogesh Gaur42e81792017-04-27 10:14:16 +05301730 /* If DPL is deployed, set is_dpl_apply_status as TRUE. */
1731 if (!get_dpl_apply_status())
1732 is_dpl_apply_status = true;
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301733
Yogesh Gaur42e81792017-04-27 10:14:16 +05301734 /*
1735 * For case MC is loaded but DPL is not deployed, return success and
1736 * print message on console. Else FDT fix-up code execution hanged.
1737 */
Santan Kumar06651b92017-06-29 11:19:34 +05301738 if (bd && mc_boot_status && !is_dpl_apply_status) {
Yogesh Gaur42e81792017-04-27 10:14:16 +05301739 printf("fsl-mc: DPL not deployed, DPAA2 ethernet not work\n");
Yogesh Gaur73fa2062017-11-28 10:11:14 +05301740 goto mc_obj_cleanup;
Yogesh Gaur42e81792017-04-27 10:14:16 +05301741 }
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301742
Santan Kumar06651b92017-06-29 11:19:34 +05301743 if (bd && mc_boot_status && is_dpl_apply_status)
1744 return 0;
1745
Yogesh Gaur73fa2062017-11-28 10:11:14 +05301746mc_obj_cleanup:
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301747 err = dpbp_exit();
1748 if (err < 0) {
Prabhakar Kushwahaa2a4dc52016-01-20 12:04:37 +05301749 printf("dpbp_exit() failed: %d\n", err);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301750 goto err;
1751 }
1752
1753 err = dpio_exit();
1754 if (err < 0) {
1755 printf("dpio_exit() failed: %d\n", err);
1756 goto err;
1757 }
1758
1759 err = dpni_exit();
1760 if (err < 0) {
1761 printf("dpni_exit() failed: %d\n", err);
1762 goto err;
1763 }
1764
1765 err = dprc_exit();
1766 if (err < 0) {
1767 printf("dprc_exit() failed: %d\n", err);
1768 goto err;
1769 }
1770
1771 return 0;
1772err:
1773 return err;
Prabhakar Kushwahaa2a55e52015-03-19 09:20:45 -07001774}
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301775
Simon Glass09140112020-05-10 11:40:03 -06001776static int do_fsl_mc(struct cmd_tbl *cmdtp, int flag, int argc,
1777 char *const argv[])
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301778{
1779 int err = 0;
1780 if (argc < 3)
1781 goto usage;
1782
1783 switch (argv[1][0]) {
1784 case 's': {
1785 char sub_cmd;
Prabhakar Kushwaha44937212015-11-09 16:42:07 +05301786 u64 mc_fw_addr, mc_dpc_addr;
1787#ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
1788 u64 aiop_fw_addr;
1789#endif
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301790
1791 sub_cmd = argv[2][0];
Yogesh Gaur2557c5a2017-11-15 11:59:31 +05301792
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301793 switch (sub_cmd) {
1794 case 'm':
1795 if (argc < 5)
1796 goto usage;
1797
1798 if (get_mc_boot_status() == 0) {
1799 printf("fsl-mc: MC is already booted");
1800 printf("\n");
1801 return err;
1802 }
1803 mc_fw_addr = simple_strtoull(argv[3], NULL, 16);
1804 mc_dpc_addr = simple_strtoull(argv[4], NULL,
1805 16);
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301806
1807 if (!mc_init(mc_fw_addr, mc_dpc_addr))
1808 err = mc_init_object();
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301809 break;
1810
1811#ifdef CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET
1812 case 'a':
1813 if (argc < 4)
1814 goto usage;
1815 if (get_aiop_apply_status() == 0) {
1816 printf("fsl-mc: AIOP FW is already");
1817 printf(" applied\n");
1818 return err;
1819 }
1820
1821 aiop_fw_addr = simple_strtoull(argv[3], NULL,
1822 16);
1823
York Sun3c1d2182016-04-04 11:41:26 -07001824 /* if SoC doesn't have AIOP, err = -ENODEV */
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301825 err = load_mc_aiop_img(aiop_fw_addr);
1826 if (!err)
1827 printf("fsl-mc: AIOP FW applied\n");
1828 break;
1829#endif
1830 default:
1831 printf("Invalid option: %s\n", argv[2]);
1832 goto usage;
1833
1834 break;
1835 }
1836 }
1837 break;
1838
Florinel Iordache1990cc72019-11-19 10:28:17 +00001839 case 'l': {
1840 /* lazyapply */
1841 u64 mc_dpl_addr;
1842
1843 if (argc < 4)
1844 goto usage;
1845
1846 if (get_dpl_apply_status() == 0) {
1847 printf("fsl-mc: DPL already applied\n");
1848 return err;
1849 }
1850
1851 mc_dpl_addr = simple_strtoull(argv[3], NULL, 16);
1852
1853 if (get_mc_boot_status() != 0) {
1854 printf("fsl-mc: Deploying data path layout ..");
1855 printf("ERROR (MC is not booted)\n");
1856 return -ENODEV;
1857 }
1858
1859 /*
1860 * We will do the actual dpaa exit and dpl apply
1861 * later from announce_and_cleanup().
1862 */
1863 mc_lazy_dpl_addr = mc_dpl_addr;
1864 break;
1865 }
1866
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301867 case 'a': {
Florinel Iordache1990cc72019-11-19 10:28:17 +00001868 /* apply */
1869 char sub_cmd;
1870 u64 mc_apply_addr;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301871
Florinel Iordache1990cc72019-11-19 10:28:17 +00001872 if (argc < 4)
1873 goto usage;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301874
Florinel Iordache1990cc72019-11-19 10:28:17 +00001875 sub_cmd = argv[2][0];
1876
1877 switch (sub_cmd) {
1878 case 'd':
1879 case 'D':
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301880 if (get_dpl_apply_status() == 0) {
1881 printf("fsl-mc: DPL already applied\n");
1882 return err;
1883 }
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301884 if (get_mc_boot_status() != 0) {
1885 printf("fsl-mc: Deploying data path layout ..");
1886 printf("ERROR (MC is not booted)\n");
1887 return -ENODEV;
1888 }
Prabhakar Kushwaha1730a172015-11-04 12:25:59 +05301889
Florinel Iordache1990cc72019-11-19 10:28:17 +00001890 mc_apply_addr = simple_strtoull(argv[3], NULL, 16);
1891
1892 /* The user wants DPL applied now */
1893 if (!fsl_mc_ldpaa_exit(NULL))
1894 err = mc_apply_dpl(mc_apply_addr);
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301895 break;
Florinel Iordache1990cc72019-11-19 10:28:17 +00001896
1897 case 's':
1898 if (!is_dpsparser_supported()) {
1899 printf("fsl-mc: apply spb command .. ");
1900 printf("ERROR: requires at least MC 10.12.0\n");
1901 return err;
1902 }
1903 if (get_mc_boot_status() != 0) {
1904 printf("fsl-mc: Deploying Soft Parser Blob...");
1905 printf("ERROR (MC is not booted)\n");
1906 return err;
1907 }
1908
1909 mc_apply_addr = simple_strtoull(argv[3], NULL, 16);
1910
1911 /* Apply spb (Soft Parser Blob) */
1912 err = mc_apply_spb(mc_apply_addr);
1913 break;
1914
1915 default:
1916 printf("Invalid option: %s\n", argv[2]);
1917 goto usage;
1918 }
1919 break;
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301920 }
1921 default:
1922 printf("Invalid option: %s\n", argv[1]);
1923 goto usage;
1924 break;
1925 }
1926 return err;
1927 usage:
1928 return CMD_RET_USAGE;
1929}
1930
1931U_BOOT_CMD(
1932 fsl_mc, CONFIG_SYS_MAXARGS, 1, do_fsl_mc,
1933 "DPAA2 command to manage Management Complex (MC)",
1934 "start mc [FW_addr] [DPC_addr] - Start Management Complex\n"
1935 "fsl_mc apply DPL [DPL_addr] - Apply DPL file\n"
Alexander Grafb7b84102016-11-17 01:02:57 +01001936 "fsl_mc lazyapply DPL [DPL_addr] - Apply DPL file on exit\n"
Florinel Iordache1990cc72019-11-19 10:28:17 +00001937 "fsl_mc apply spb [spb_addr] - Apply SPB Soft Parser Blob\n"
Prabhakar Kushwahafb4a87a2015-11-04 12:25:58 +05301938 "fsl_mc start aiop [FW_addr] - Start AIOP\n"
1939);
Bogdan Purcareata33a89912017-05-24 16:40:21 +00001940
1941void mc_env_boot(void)
1942{
1943#if defined(CONFIG_FSL_MC_ENET)
1944 char *mc_boot_env_var;
1945 /* The MC may only be initialized in the reset PHY function
1946 * because otherwise U-Boot has not yet set up all the MAC
1947 * address info properly. Without MAC addresses, the MC code
1948 * can not properly initialize the DPC.
1949 */
Simon Glass00caae62017-08-03 12:22:12 -06001950 mc_boot_env_var = env_get(MC_BOOT_ENV_VAR);
Bogdan Purcareata33a89912017-05-24 16:40:21 +00001951 if (mc_boot_env_var)
1952 run_command_list(mc_boot_env_var, -1, 0);
1953#endif /* CONFIG_FSL_MC_ENET */
1954}