
14 May
2017
14 May
'17
5:38 p.m.
On Sat, May 13, 2017 at 05:37:05AM +0530, Ruchika Gupta wrote:
kASLR support in kernel requires a random number to be passed via chosen/kaslr-seed propert. sec_firmware generates this random seed which can then be passed in the device tree node
sec_firmware reserves JR3 for it's own usage. Node for JR3 is removed from device-tree.
Signed-off-by: Ruchika Gupta ruchika.gupta@nxp.com
[snip]
@@ -345,6 +345,75 @@ static void fdt_fixup_msi(void *blob) } #endif
+int fdt_fixup_kaslr(void *fdt)
There's a few places like this where you're adding extra whitespace, please fix.
--
Tom