20 Jan, 2020

1 commit


05 Nov, 2019

1 commit


01 Jan, 2019

1 commit

  • i.MX8M bootable image type is like i.MX6/7, but there is signed HDMI
    firmware image in front of A53 bootable image, which is also has an IVT
    header.

    Here we also include fit image to generate a bootable image.

    Signed-off-by: Peng Fan
    Signed-off-by: Stefano Babic

    Peng Fan
     

07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

26 Apr, 2018

1 commit

  • This patch adds BOOTROM_IVT_HDR_OFFSET at 0xC00. The BootROM expects to
    find the IVT header at a particular offset in an i.MX image.

    Defining the expected offset of the IVT header in the first-stage BootROM
    image format is of use of later stage authentication routines where those
    routines continue to follow the first-stage authentication layout.

    This patch defines the first stage offset which later patch make use of.

    Signed-off-by: Bryan O'Donoghue
    Cc: Utkarsh Gupta
    Cc: Breno Lima
    Cc: Fabio Estevam
    Tested-by: Breno Lima
    Reviewed-by: Fabio Estevam

    Bryan O'Donoghue
     

15 Apr, 2018

1 commit

  • Subsequent patches will want to include imageimage.h but in doing so
    include it on an assembly compile path causing a range of compile errors.
    Fix the errors pre-emptively by encasing the majority of the declarations
    in imximage.h inside an ifdef __ASSEMBLY__ block.

    Signed-off-by: Bryan O'Donoghue
    Cc: Utkarsh Gupta
    Cc: Breno Lima
    Cc: Fabio Estevam
    Signed-off-by: Bryan O'Donoghue
    Tested-by: Breno Lima

    Bryan O'Donoghue
     

23 Aug, 2017

1 commit