summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Maydell2013-01-24 20:02:28 +0100
committerBlue Swirl2013-01-26 14:28:16 +0100
commit98ed805c388baaf4ce7d9acbbbc04bbf185f30fc (patch)
treef20c29810411e4db9dd5c1e2ed3606cda1e5e85b /tests
parentqemu-char: Avoid unused variable warning in some configs (diff)
downloadqemu-98ed805c388baaf4ce7d9acbbbc04bbf185f30fc.tar.gz
qemu-98ed805c388baaf4ce7d9acbbbc04bbf185f30fc.tar.xz
qemu-98ed805c388baaf4ce7d9acbbbc04bbf185f30fc.zip
hw/arm_boot: Align device tree to 4KB boundary, not page
Align the device tree blob to a 4KB boundary, not to QEMU's idea of a page boundary -- the latter is the smallest possible page size for the architecture, which on ARM is 1KB. The documentation for Linux does not impose separation or alignment requirements on the device tree blob, but in practice some kernels will happily trash the entire page the initrd ends in after they have finished uncompressing the initrd. So 4KB-align the DTB to ensure it does not get trampled by these kernels. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions