1. 15 1月, 2020 5 次提交
  2. 11 1月, 2020 1 次提交
    • E
      dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg · b84acf10
      Eugeniu Rosca 提交于
      Rename the existing 'dtimg' command to 'adtimg', in order to:
       - Suggest the Android origins and scope
       - Be consistent with the upcoming 'abootimg' command (naming
         suggested by Simon [*])
      
      The change in _not_ backward compatible, but its benefits outweigh its
      downsides, given that we don't expect active users of 'dtimg' today.
      
      Perform the rename in several steps:
       1. Rename *.c file and Kconfig symbol. This should allow
          'git log --follow' to properly track the history of 'adtimg.c'
       2. 's/dtimg/adtimg/g' in the internal namespace of 'adtimg.c'
      
      ELF comparison [**] before and after shows no functional change.
      
      [*] https://patchwork.ozlabs.org/patch/1182212/#2291600
      [**] diff -u <(objdump -d cmd/dtimg.o) <(objdump -d cmd/adtimg.o)
      
      Cc: Tom Rini <trini@konsulko.com>
      Signed-off-by: NEugeniu Rosca <erosca@de.adit-jv.com>
      Reviewed-by: Simon Glass<sjg@chromium.org>
      Reviewed-by: NSam Protsenko <semen.protsenko@linaro.org>
      b84acf10
  3. 10 1月, 2020 4 次提交
  4. 09 1月, 2020 1 次提交
  5. 08 1月, 2020 5 次提交
  6. 07 1月, 2020 24 次提交