Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Jimi Xenidis 4d1f3f25d9 [PATCH] powerpc: Auto reserve of device tree blob
A devtree compiler (dtc) generated devtree blob is "relocatable" and so
does not contain a reserved_map entry for the blob itself.  This means
that if passed to Linux, Linux will not get lmb_reserve() the blob and
it could be over.  The following patch will explicitly reserve the
"blob" as it was given to us and stops prom_init.c from creating a
reserved mapping for the blob.

NOTE: that the dtc/kexec should not generate the blob reservation entry.
Although if they do, LMB reserver handles overlaps.

Signed-off-by:  <jimix@watson.ibm.com>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-05-19 15:02:26 +10:00
..
2005-11-18 14:39:23 +11:00
2005-10-13 13:40:54 +10:00
2006-01-09 14:49:06 +11:00
2006-01-09 14:49:06 +11:00
2006-04-22 18:45:05 +10:00
2006-04-04 14:49:48 +10:00
2006-01-09 15:06:03 +11:00
2006-04-02 16:01:58 -05:00
2006-03-31 12:19:01 -08:00
2006-03-17 12:01:19 +11:00
2006-03-29 13:44:15 +11:00
2006-04-28 21:04:59 +10:00