commit | 4ed6552f715983bfc7d212c1199a1f796f1144ad | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Feb 27 21:51:47 2008 -0600 |
committer | Marian Balakowicz <m8@semihalf.com> | Fri Feb 29 13:15:55 2008 +0100 |
tree | 9588ceff4adbabc534b5621ff3c6e2f8a3c7aa6e | |
parent | 4648c2e7a173b0d7f17bef4adaa0623090c9e904 [diff] |
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images Introduce the LMB lib used on PPC in the kernel as a clean way to manage the memory spaces used by various boot images and structures. This code will allow us to simplify the code in bootm and its support functions. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>