]> git.ipfire.org Git - people/ms/u-boot.git/commit
Added support for Multi-Image files that contain a device tree
authorKumar Gala <galak@kernel.crashing.org>
Wed, 25 Oct 2006 04:47:37 +0000 (23:47 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 25 Oct 2006 04:47:37 +0000 (23:47 -0500)
commitc76f951a747cfb87ba826ef45b5aea82d5b5dbb4
tree136d011f46ea758a357f75e5ffdd6e7522b889b5
parent8ae3b713b2286e0c3213b7802062e4c1599010de
Added support for Multi-Image files that contain a device tree

If a Multi-Image file contains a third image we try to use it as a
device tree.  The device tree image is assumed to be uncompressed in the
image file.  We automatically allocate space for the device tree in memory
and provide an 8k pad to allow more than a reasonable amount of growth.

Additionally, a device tree that was contained in flash will now automatically
get copied to system memory as part of boot.  Previously an error was
reported if one tried to boot a device tree that was in flash.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/cmd_bootm.c