Re: kexec on APQ8074

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2014-09-12 4:02 GMT+02:00 Wang, Yalin <Yalin.Wang@xxxxxxxxxxxxxx>:
> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux