Re: [U-Boot] [PATCH v4 7/9] pxe: Ensure all memory access is to mapped memory

2015-04-19 Thread Simon Glass
On 13 April 2015 at 14:54, Sjoerd Simons wrote: > Properly map memory through map_sysmem so that pxe can be used from the > sandbox. > > Tested in sandbox as well as on jetson-tk1, odroid-xu3, snow as peach-pi > boards > > Signed-off-by: Sjoerd Simons > Acked-by: Simon Glass > > --- > > Changes

[U-Boot] [PATCH v4 7/9] pxe: Ensure all memory access is to mapped memory

2015-04-13 Thread Sjoerd Simons
Properly map memory through map_sysmem so that pxe can be used from the sandbox. Tested in sandbox as well as on jetson-tk1, odroid-xu3, snow as peach-pi boards Signed-off-by: Sjoerd Simons Acked-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: - Prevent uncessary ca