Searched hist:"9 f43d4c34017df6bb5b6a13d43f941e90ec2d233" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | boot.c | diff 9f43d4c34017df6bb5b6a13d43f941e90ec2d233 Fri Mar 02 04:45:36 CST 2018 Peter Maydell <peter.maydell@linaro.org> hw/arm/boot: Honour CPU's address space for image loads
Instead of loading kernels, device trees, and the like to the system address space, use the CPU's address space. This is important if we're trying to load the file to memory or via an alias memory region that is provided by an SoC object and thus not mapped into the system address space.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180220180325.29818-3-peter.maydell@linaro.org
|