From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:07:25 -0800 Subject: [U-Boot] [PATCH 07/10][v4] driver: net: fsl-mc: Add DPAA2 commands to manage MC In-Reply-To: <1446620162-21725-8-git-send-email-prabhakar@freescale.com> References: <1446620162-21725-1-git-send-email-prabhakar@freescale.com> <1446620162-21725-8-git-send-email-prabhakar@freescale.com> Message-ID: <565C824D.7030001@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/03/2015 10:55 PM, Prabhakar Kushwaha wrote: > Management complex Firmware, DPL and DPC are depolyed during u-boot boot > sequence. > > Add new DPAA2 commands to manage Management Complex (MC) i.e. start mc, aiop > and apply DPL from u-boot command prompt. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is > Changes for v3: fix compilation for ls2085_emu target > Changes for v4: Sending as it is > > arch/arm/cpu/armv8/fsl-layerscape/README.lsch3 | 30 ++ > drivers/net/fsl-mc/mc.c | 382 ++++++++++++------------- > include/configs/ls2085aqds.h | 12 - > include/configs/ls2085ardb.h | 12 - > include/fsl-mc/fsl_mc.h | 5 + > include/fsl-mc/fsl_mc_private.h | 2 +- > 6 files changed, 220 insertions(+), 223 deletions(-) > Squashed with patch "armv8: README: Update README for DPAA2 commands for MC". Applied to fsl-qoriq master. Thanks. York