Do you pass a initrd to kexec kernel?
i don't see it.

- 发送自我的Sony Xperia™智能手机

---- Noé RUBINSTEIN编写 ----


2014-09-12 4:02 GMT+02:00 Wang, Yalin <yalin.w...@sonymobile.com>:
> 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é

Reply via email to