Home
last modified time | relevance | path

Searched hist:"7 a80de464167ec45fdb70f63d83d07f7c2c57b82" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbootm.c7a80de464167ec45fdb70f63d83d07f7c2c57b82 Wed Feb 24 16:14:42 UTC 2016 Simon Glass <sjg@chromium.org> image: Correct the OS location code to work on sandbox

A recent change broke the 'bootm' command on sandbox. The root cause is
using a pointer as an address. Conversion from pointer to address needs to
use map_to_sysmem() so that sandbox can do the right thing. The problem was
pre-existing but uncovered by a recent commit.

Fix this. Also move fit_get_end() to the C file to avoid needing to include
mapmem.h (and thus asm/io.h) everywhere.

Fixes: 1fec3c5d (common/image.c: Make boot_get_ramdisk() perform a check for Android images)

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dimage-fit.c7a80de464167ec45fdb70f63d83d07f7c2c57b82 Wed Feb 24 16:14:42 UTC 2016 Simon Glass <sjg@chromium.org> image: Correct the OS location code to work on sandbox

A recent change broke the 'bootm' command on sandbox. The root cause is
using a pointer as an address. Conversion from pointer to address needs to
use map_to_sysmem() so that sandbox can do the right thing. The problem was
pre-existing but uncovered by a recent commit.

Fix this. Also move fit_get_end() to the C file to avoid needing to include
mapmem.h (and thus asm/io.h) everywhere.

Fixes: 1fec3c5d (common/image.c: Make boot_get_ramdisk() perform a check for Android images)

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/
H A Dimage.h7a80de464167ec45fdb70f63d83d07f7c2c57b82 Wed Feb 24 16:14:42 UTC 2016 Simon Glass <sjg@chromium.org> image: Correct the OS location code to work on sandbox

A recent change broke the 'bootm' command on sandbox. The root cause is
using a pointer as an address. Conversion from pointer to address needs to
use map_to_sysmem() so that sandbox can do the right thing. The problem was
pre-existing but uncovered by a recent commit.

Fix this. Also move fit_get_end() to the C file to avoid needing to include
mapmem.h (and thus asm/io.h) everywhere.

Fixes: 1fec3c5d (common/image.c: Make boot_get_ramdisk() perform a check for Android images)

Signed-off-by: Simon Glass <sjg@chromium.org>