]> git.sur5r.net Git - u-boot/commit
pxe: Ensure all memory access is to mapped memory
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 13 Apr 2015 20:54:25 +0000 (22:54 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 19 Apr 2015 20:45:58 +0000 (14:45 -0600)
commit4a0bd1020f28c97dd89a02e666e094c8d043d6aa
tree39741730b0dc8f2a52de8cb765fe20497b9187d2
parentd0bce0d1cb120682ecb29c1089bb818f6de96fbd
pxe: Ensure all memory access is to mapped memory

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 <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
common/cmd_pxe.c