From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 10 Jun 2016 15:23:32 -0700 Subject: [U-Boot] [PATCH ] board: ls2080a: Add "mcinitcmd" env for MC & DPL deployment In-Reply-To: <1453273143-9941-1-git-send-email-pratiyush.srivastava@freescale.com> References: <1453273143-9941-1-git-send-email-pratiyush.srivastava@freescale.com> Message-ID: <575B3DE4.3080504@nxp.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 01/19/2016 10:59 PM, Pratiyush Mohan Srivastava wrote: > From: Pratiyush Mohan Srivastava > > Environment variable mcinitcmd is defined to initiate MC and DPL deployment > from the location where it is stored(NOR, NAND, SD, SATA, USB)during u-boot > booting.If this variable is not defined then macro MC_BOOT_ENV_VAR will be null and > MC will not be booted and DPL will not be applied during U-boot booting. > > Signed-off-by: Pratiyush Mohan Srivastava > Signed-off-by: Prabhakar Kushwaha > --- > arch/arm/cpu/armv8/fsl-layerscape/README.lsch3 | 29 ++++++++++++++++++++++++++ > board/freescale/ls2080aqds/eth.c | 5 +++++ > board/freescale/ls2080ardb/eth_ls2080rdb.c | 5 +++++ > 3 files changed, 39 insertions(+) Applied to fsl-qoriq master. Awaiting upstream. Thanks. York