commit | 6d7bfa8e1632af6339dd30504a673e6b09fed26c | [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 | 739ce3ced2a1e569c2b07c2c3b2f1515420fe335 [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>