[PATCHv3] ARM:boot:device tree: Allow the device tree binary to be appended to zImage
From: tony@atomide.com (Tony Lindgren)
Date: 2011-05-09 11:23:53
Also in:
linux-devicetree
From: tony@atomide.com (Tony Lindgren)
Date: 2011-05-09 11:23:53
Also in:
linux-devicetree
* John Bonesio [off-list ref] [110324 16:17]:
This patch provides the ability to boot using a device tree that is appended to the raw binary zImage (e.g. cat zImage <filename>.dtb > zImage_w_dtb).
I suggest adding something like this to the description: Note that a follow-up patch is needed to add checking for kernel BSS overlapping the device tree data. Other than that, I got /proc/device-tree entries showing up with this patch + the uncompress fixes + the kernel BSS check I posted as a reply to this thread, so: Tested-by: Tony Lindgren <tony@atomide.com>