From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 23 Mar 2015 10:05:07 -0600 Subject: [U-Boot] [PATCH v7 11/27] net: Access mapped physmem in net functions In-Reply-To: <1427062165-17838-12-git-send-email-joe.hershberger@ni.com> References: <1426117465-16072-1-git-send-email-joe.hershberger@ni.com> <1427062165-17838-1-git-send-email-joe.hershberger@ni.com> <1427062165-17838-12-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22 March 2015 at 16:09, Joe Hershberger wrote: > Previously the net functions would access memory assuming physmem did > not need to be mapped. In sandbox, that's not the case. > > Now we map the physmem specified by the user in loadaddr to the buffer > that represents that space. > > Signed-off-by: Joe Hershberger > Reviewed-by: Simon Glass > > --- > > Changes in v7: None Applied to u-boot-dm/next, thanks!