From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Fri, 6 May 2016 15:45:08 +0530 Subject: [U-Boot] [PATCH 1/2] spl: Make sure destination address is dma aligned when loading fit In-Reply-To: <20160505105422.GF16759@bill-the-cat> References: <1459944180-31139-1-git-send-email-lokeshvutla@ti.com> <1459944180-31139-2-git-send-email-lokeshvutla@ti.com> <572ADFAA.2040908@ti.com> <20160505105422.GF16759@bill-the-cat> Message-ID: <572C6EAC.7060504@ti.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 Thursday 05 May 2016 04:24 PM, Tom Rini wrote: > On Thu, May 05, 2016 at 11:22:42AM +0530, Lokesh Vutla wrote: > >> >> >> On Wednesday 06 April 2016 05:32 PM, Lokesh Vutla wrote: >>> Peripherals like spi etc. uses DMA for transfers. So, when loading the fit >>> image the destination address should be dma aligned. >> >> After the v5 of my FS support for FIT[1], this patch is no more >> necessary. Patch 2 is alone sufficient. >> >> [1] http://patchwork.ozlabs.org/patch/618403/ > > Thanks. Note that if you register with patchwork you should be able to > manage the state of your own patches as well. Thanks! Sure, Ill register with patchwork. Thanks and regards, Lokesh >