Searched hist:c3624e6ed0a36f54aa0b3e7f32d30a6fde434f51 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | bootm.c | c3624e6ed0a36f54aa0b3e7f32d30a6fde434f51 Mon Mar 28 04:58:43 CDT 2011 Grant Likely <grant.likely@linaro.org> Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
This patch adds a function getenv_bootm_mapsize() for obtaining the size of the early mapped region accessible by the kernel during early boot. It defaults to CONFIG_SYS_BOOTMAPSZ, or if not defined, defaults to getenv_bootm_size(), which in turn defaults to the size of RAM.
getenv_bootm_mapsize() can also be overridden with a "bootm_mapsize" environmental variable.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
|
/openbmc/u-boot/common/ |
H A D | image.c | c3624e6ed0a36f54aa0b3e7f32d30a6fde434f51 Mon Mar 28 04:58:43 CDT 2011 Grant Likely <grant.likely@linaro.org> Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
This patch adds a function getenv_bootm_mapsize() for obtaining the size of the early mapped region accessible by the kernel during early boot. It defaults to CONFIG_SYS_BOOTMAPSZ, or if not defined, defaults to getenv_bootm_size(), which in turn defaults to the size of RAM.
getenv_bootm_mapsize() can also be overridden with a "bootm_mapsize" environmental variable.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
|
/openbmc/u-boot/include/ |
H A D | image.h | c3624e6ed0a36f54aa0b3e7f32d30a6fde434f51 Mon Mar 28 04:58:43 CDT 2011 Grant Likely <grant.likely@linaro.org> Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
This patch adds a function getenv_bootm_mapsize() for obtaining the size of the early mapped region accessible by the kernel during early boot. It defaults to CONFIG_SYS_BOOTMAPSZ, or if not defined, defaults to getenv_bootm_size(), which in turn defaults to the size of RAM.
getenv_bootm_mapsize() can also be overridden with a "bootm_mapsize" environmental variable.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
|
/openbmc/u-boot/ |
H A D | README | c3624e6ed0a36f54aa0b3e7f32d30a6fde434f51 Mon Mar 28 04:58:43 CDT 2011 Grant Likely <grant.likely@linaro.org> Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined
This patch adds a function getenv_bootm_mapsize() for obtaining the size of the early mapped region accessible by the kernel during early boot. It defaults to CONFIG_SYS_BOOTMAPSZ, or if not defined, defaults to getenv_bootm_size(), which in turn defaults to the size of RAM.
getenv_bootm_mapsize() can also be overridden with a "bootm_mapsize" environmental variable.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
|