]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Added arch_lmb_reserve to allow arch specific memory regions protection
authorKumar Gala <galak@kernel.crashing.org>
Fri, 17 Oct 2008 02:52:08 +0000 (21:52 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:04 +0000 (21:54 +0200)
commit76da19df5b8e186d269f29190696bd31fb6c836b
tree95c2eac7c96460257f163f358e146b6375be2180
parente02d4a9904c8f36395994c0c81469d552b82f5ea
Added arch_lmb_reserve to allow arch specific memory regions protection

Each architecture has different ways of determine what regions of memory
might not be valid to get overwritten when we boot.  This provides a
hook to allow them to reserve any regions they care about.  Currently
only ppc, m68k and sparc need/use this.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/cmd_bootm.c
lib_m68k/bootm.c
lib_ppc/bootm.c
lib_sparc/bootm.c