]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:06 +0000 (22:29 +0200)
commit155e8e41c89ac8cad214e774da8bcb25f93ac06a
tree2136fe3718ac77954577155332873478dc0c4026
parent4598ea56a7a2f238c715e4bfa5db8abf6e1b4a59
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