Skip to content
Snippets Groups Projects
  1. Aug 31, 2013
    • Stefano Babic's avatar
      tools: rename mximage_flash_offset to imximage_ivt_offset · 3150f92c
      Stefano Babic authored
      
      This better reflects the naming from the Reference Manual
      as well as fits better since "flash" is not really applicabe
      for SATA.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      3150f92c
    • Stefano Babic's avatar
      tools: imx_header should not include flash_offset · 4655d40f
      Stefano Babic authored
      
      Doing a  make distclean; make mx6qsabresd_config; make
      and      hexdump -C u-boot.imx | less
      
       ...
       00000360  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
       *
       000003f0  00 00 00 00 00 00 00 00  00 00 00 00 00 04 00 00  |................|
                                                      ^^^^^^^^^^^
       00000400  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
       *
       00001000  13 00 00 ea 14 f0 9f e5  14 f0 9f e5 14 f0 9f e5  |...ê.ð.å.ð.å.ð.å|
       ...
      
      shows the flash_offset value being written into the final
      generated image, wich is not correct.
      
      Instead create flash_offset as static variable such that the
      generated image is "clean".
      
       00000360  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
       *
       00001000  13 00 00 ea 14 f0 9f e5  14 f0 9f e5 14 f0 9f e5  |...ê.ð.å.ð.å.ð.å|
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      4655d40f
  2. Aug 23, 2013
  3. Aug 21, 2013
  4. Jul 31, 2013
  5. Jul 30, 2013
  6. Jul 29, 2013
  7. Jul 27, 2013
  8. Jul 26, 2013
Loading