Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to NXP's iMX93 SoC A1 revision #1700

Commits on Dec 7, 2023

  1. firmware-sentinel: bump to v0.11

    v0.11 supports A1 revision for iMX93 SoC. The previous version,
    however, only supports A0.
    
    Without the proper firmware version, it is impossible to boot
    the SoC.
    
    Upgrade firmware-sentinel from v0.10 to v0.11, which supports
    both A0 and A1 hardware revisions.
    
    Signed-off-by: Joao Marcos Costa <[email protected]>
    jmarcoscosta committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fa4ba9c View commit details
    Browse the repository at this point in the history
  2. imx-boot: fix firmware name handling

    In imx-boot's iMX9/soc.mak, the firmware name is set to a constant
    value, i.e. mx93a0-ahab-container.img.
    
    Instead, it should be set to SECO_FIRMWARE_NAME. This variable is
    defined in use-imx-security-controller-firmware.bbclass, then it
    is passed as a make parameter in imx-boot's do_compile() task.
    
    As of now, there are revisions beyond A0 (namely A1), so the firmware
    must be compiled accordingly. This patch implements such feature.
    
    Signed-off-by: Joao Marcos Costa <[email protected]>
    jmarcoscosta committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7e6ba8c View commit details
    Browse the repository at this point in the history
  3. imx-boot: patch makefile in imx-mkimage/iMX9

    This is a follow-up to the previous commit, which handles
    firmware naming in Yocto side.
    
    Add patch to handle it in imx-boot/imx-mkimage side.
    
    Signed-off-by: Joao Marcos Costa <[email protected]>
    jmarcoscosta committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    25c496f View commit details
    Browse the repository at this point in the history