]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
authorKumar Gala <galak@kernel.crashing.org>
Thu, 28 Feb 2008 03:51:47 +0000 (21:51 -0600)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 12:15:55 +0000 (13:15 +0100)
commit4ed6552f715983bfc7d212c1199a1f796f1144ad
tree9588ceff4adbabc534b5621ff3c6e2f8a3c7aa6e
parent4648c2e7a173b0d7f17bef4adaa0623090c9e904
[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>
common/cmd_bootm.c
include/image.h
include/lmb.h [new file with mode: 0644]
lib_generic/Makefile
lib_generic/lmb.c [new file with mode: 0644]