Re: [Qemu-devel] [PATCH for-1.4] hw/arm_boot: Align device tree to 4KB boundary, not page

2013-01-26 Thread Blue Swirl
Thanks, applied. On Thu, Jan 24, 2013 at 7:02 PM, Peter Maydell wrote: > 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 impos

[Qemu-devel] [PATCH for-1.4] hw/arm_boot: Align device tree to 4KB boundary, not page

2013-01-24 Thread Peter Maydell
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 s