2014-09-12 4:02 GMT+02:00 Wang, Yalin <[email protected]>:
> What's your @memory parameters in your dtb file?
> And what's your PHYSICAL_OFFSET of your kexec kernel ?
TEXT_OFFSET is 0x8000;
Here's the content of the memory node:
memory {
#address-cells = <0x1>;
#size-cells = <0x1>;
device_type = "memory";
reg = <0x0 0x40000000 0x40000000 0x40000000>;
secure_region {
linux,contiguous-region;
reg = <0x0 0xfc00000>;
label = "secure_mem";
linux,phandle = <0x1b>;
phandle = <0x1b>;
};
adsp_region {
linux,contiguous-region;
reg = <0x0 0x2f00000>;
label = "adsp_mem";
linux,phandle = <0x1c>;
phandle = <0x1c>;
};
qsecom_region {
linux,contiguous-region;
reg = <0x0 0x1100000>;
label = "qseecom_mem";
linux,phandle = <0x1d>;
phandle = <0x1d>;
};
};
Thanks a lot,
Noé
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html