[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>
Showing
- common/cmd_bootm.c 14 additions, 0 deletionscommon/cmd_bootm.c
- include/image.h 2 additions, 0 deletionsinclude/image.h
- include/lmb.h 54 additions, 0 deletionsinclude/lmb.h
- lib_generic/Makefile 1 addition, 0 deletionslib_generic/Makefile
- lib_generic/lmb.c 280 additions, 0 deletionslib_generic/lmb.c
Loading
Please register or sign in to comment