Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change lmb to use phys_size_t/phys_addr_t | Becky Bruce | 2008-06-12 | -10/+12 |
| | | | | | | | | | | | This updates the lmb code to use phys_size_t and phys_addr_t instead of unsigned long. Other code which interacts with this code, like getenv_bootm_size() is also updated. Booted on MPC8641HPCN, build-tested ppc, arm, mips. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> | |||
* | [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images | Kumar Gala | 2008-02-29 | -0/+54 |
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> |