Skip to content

Backport 'ARM: imx: soc: Select default TEXT_BASE for MX7' to v2020.04+fslc #47

Open
@maximdeclercq

Description

@maximdeclercq

Problem
Branch v2020.04+fslc does not boot on i.MX7D systems.
The issue is explained in a1f6d04.

Select default U-Boot and SPL text base for the MX7 SoC. The U-Boot text base is picked as the one used by various MX7 boards. The SPL text base however is different.
The SPL text base is set to 0x912000 instead of the usual 0x911000, that is because the 0x911000 value cannot work. Using 0x911000 as a SPL text base will result in the DCD header being placed below the 0x911000 address, which is a reserved SRAM area which must not be used. This will actually trigger eMMC boot failure on MX7D at least. Hence the increment.

Proposed solution
Backporting a1f6d04 to the v2020.04+fslc branch should resolve this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions