Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

imximage.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Ye.Li's avatar
      03ea24b2
      imximage: Fix imximage IVT bug for EIM-NOR boot · 03ea24b2
      Ye.Li authored
      
      The load region size of EIM-NOR are defined to 0. For this case,
      the parameter "imximage_init_loadsize" must be calculated.
      The imximage tool implements the calculation in the "imximage_generate"
      function, but the following function "imximage_set_header" resets the value
      and not calculate. This bug cause some fields of IVT head are not
      correct, for example the boot_data and DCD overlay the application area.
      
      Signed-off-by: default avatarYe.Li <B37916@freescale.com>
      03ea24b2
      History
      imximage: Fix imximage IVT bug for EIM-NOR boot
      Ye.Li authored
      
      The load region size of EIM-NOR are defined to 0. For this case,
      the parameter "imximage_init_loadsize" must be calculated.
      The imximage tool implements the calculation in the "imximage_generate"
      function, but the following function "imximage_set_header" resets the value
      and not calculate. This bug cause some fields of IVT head are not
      correct, for example the boot_data and DCD overlay the application area.
      
      Signed-off-by: default avatarYe.Li <B37916@freescale.com>