From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 23 Mar 2015 11:15:24 -0700 Subject: [U-Boot] [PATCH v5 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture In-Reply-To: <20150323130250.09610d4ecc69c2e0f4dc2262@freescale.com> References: <1426904912-29186-1-git-send-email-yorksun@freescale.com> <1426904912-29186-15-git-send-email-yorksun@freescale.com> <20150323130250.09610d4ecc69c2e0f4dc2262@freescale.com> Message-ID: <5510583C.6040004@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 03/23/2015 11:02 AM, Kim Phillips wrote: > On Fri, 20 Mar 2015 19:28:18 -0700 > York Sun wrote: > >> From: "J. German Rivera" >> >> Changed MC firmware loading to comply with the new MC boot architecture. >> Flush D-cache hierarchy after loading MC images. Add environment >> variables "mcboottimeout" for MC boot timeout in milliseconds, >> "mcmemsize" for MC DRAM block size. Check MC boot status before calling >> flib functions. >> >> Signed-off-by: J. German Rivera >> Signed-off-by: York Sun >> --- >> >> Changes in v5: None >> Changes in v4: None >> Changes in v3: None >> Changes in v2: None > > Hi, I made comments to v1 of this patch - why is it being > resubmitted without them being addressed? > Kim, Your comment was not addressed. I am hoping German can respond. I upreved the patch set due to many of them have been updated. The change log shows what has been changed. York