1
0
Fork 0
remarkable-uboot/arch/powerpc/lib
Grant Likely c3624e6ed0 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>
2011-04-25 21:11:20 -04:00
..
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
bat_rw.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
board.c powerpc: Add cpu_secondary_init_r to allow for initialization post env setup 2011-04-04 09:24:41 -05:00
bootcount.c powerpc/bootcount: Add bootcount support for MPC512x 2010-06-29 23:13:35 +02:00
bootm.c Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined 2011-04-25 21:11:20 -04:00
cache.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
extable.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
interrupts.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
kgdb.c powerpc: fix register usage in some inline assembly code 2010-12-17 21:18:08 +01:00
memcpy_mpc5200.c MPC512x: workaround data corruption for unaligned local bus accesses 2010-06-29 14:41:37 +02:00
ppccache.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
ppcstring.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
reloc.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
ticks.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
time.c powerpc: fix register usage in some inline assembly code 2010-12-17 21:18:08 +01:00