Skip to content
Snippets Groups Projects
  1. Jan 11, 2017
  2. Jan 10, 2017
  3. Jan 09, 2017
  4. Jan 08, 2017
    • Jagan Teki's avatar
      mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig · a8eac0ac
      Jagan Teki authored
      
      Add 'Peng Fan' as MAINTAINERS of configs/mx6ull_14x14_evk_plugin_defconfig
      which is missing in below commit
      "imx: mx6ull_14x14_evk: add plugin defconfig"
      (sha1: b90ebf49)
      
      Cc: Stefano Babic <sbabic@denx.de>
      Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
      Signed-off-by: default avatarJagan Teki <jagan@openedev.com>
      a8eac0ac
    • Andrew F. Davis's avatar
      am335x: configs: Use ISW_ENTRY_ADDR to set SPL_TEXT_BASE · 4d82c4b5
      Andrew F. Davis authored
      
      The SPL load address changes based on boot type in HS devices,
      ISW_ENTRY_ADDR is used to set this address for AM43xx based SoCs
      for similar reasons. Add this same logic for AM33xx devices.
      
      Also make the default value for ISW_ENTRY_ADDR correct for GP
      devices based on SoC, HS devices already pick the correct
      value in their defconfig.
      
      Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
      4d82c4b5
    • Andrew F. Davis's avatar
      arm: mach-omap2: Fix secure file generation · 7410f146
      Andrew F. Davis authored
      
      When TI_SECURE_DEV_PKG is not defined we warn that the file '*_HS' was
      not generated but generate an unsigned one anyway, first fix this
      warning to say that it was generated but not secured.
      
      When the user then exports TI_SECURE_DEV_PKG after getting this warning,
      and tries to re-build, 'make' will detect the build artifacts as
      unchanged and so assume they do not need to be re-generated. This causes
      it to fail to sign the files and it will pack unsigned files into the
      final image, even though TI_SECURE_DEV_PKG is now correctly defined and
      working.
      
      Fix this by using FORCE on the targets causes them to be re-run even if
      the dependent files have not changed.
      
      This then causes another issue. We currently rename the signed dtb files
      to overwrite the non-signed ones. We do this so the 'mkimage' tool gives
      the packaged dtb sections the correct name. If we do not rename the files
      then SPL will not find them during boot.
      
      Fix this by renaming the dtb files by appending _HS to the end of the
      filename, after the ".dtb", this causes them to still be named correctly
      in the FIT blob.
      
      Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
      7410f146
  5. Jan 05, 2017
Loading