Skip to content
Snippets Groups Projects
  1. Oct 26, 2020
  2. Oct 22, 2020
  3. Oct 18, 2020
  4. Oct 15, 2020
  5. Oct 14, 2020
  6. Oct 05, 2020
  7. Sep 22, 2020
  8. Aug 27, 2020
    • Rasmus Villemoes's avatar
      scripts/setlocalversion: sync with linux 5.8 · 2ed1b242
      Rasmus Villemoes authored and Tom Rini's avatar Tom Rini committed
      The linux changes since v3.16 are
      
      78283edf2c01 kbuild: setlocalversion: print error to STDERR
      b24413180f56 License cleanup: add SPDX GPL-2.0 license identifier to files with no license
      6147b1cf1965 scripts/setlocalversion: git: Make -dirty check more robust
      8ef14c2c41d9 Revert "scripts/setlocalversion: git: Make -dirty check more robust"
      ff64dd485730 scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks
      7a82e3fa28f1 scripts/setlocalversion: clear local variable to make it work for sh
      991b78fbd223 scripts: setlocalversion: fix a bashism
      3c96bdd0ebfa scripts: setlocalversion: replace backquote to dollar parenthesis
      
      and it's ff64dd485730 that is the motivation for this sync. It fixes
      false positive "-dirty" added to the version string when building with
      Yocto
      (https://lists.openembedded.org/g/openembedded-core/message/137702
      
      ).
      
      There has been one U-Boot specific patch since this was synced with
      linux 3.16: 81630a3b (scripts: setlocalversion: safely extract
      variables from auto.conf using awk).  Keep these changes applied.
      
      Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
      [trini: Re-add 81630a3b and reword message]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      2ed1b242
    • Tom Rini's avatar
      checkpatch.pl: Make fdt / initrd relocation disabling an error · 12178b51
      Tom Rini authored
      
      Entirely disabling relocation of the device tree or initrd is almost
      never the right answer.  Doing this by default leads to hard to diagnose
      run-time failures.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      12178b51
  9. Aug 26, 2020
  10. Aug 23, 2020
  11. Aug 08, 2020
  12. Aug 06, 2020
  13. Aug 05, 2020
  14. Aug 04, 2020
  15. Jul 29, 2020
  16. Jul 28, 2020
  17. Jul 27, 2020
    • Yangbo Lu's avatar
      Move eSDHC adapter card identification to board files · 39913ace
      Yangbo Lu authored and Priyanka Jain's avatar Priyanka Jain committed
      
      The eSDHC adapter card identification and multiplexing configuration
      through FPGA had been implemented in both common mmc driver and
      fsl_esdhc driver. However it is proper to move these code to board
      files and do it during board initialization. The FPGA registers are
      also board specific.
      
      This patch is to move eSDHC adapter card identification and
      multiplexing configuration from mmc driver to specific board files.
      And the option CONFIG_FSL_ESDHC_ADAPTER_IDENT is no longer needed.
      
      Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
      [Rebased, Removed T1040QDS change as board does not exist]
      Signed-off-by: Priyanka Jain's avatarPriyanka Jain <priyanka.jain@nxp.com>
      39913ace
  18. Jul 25, 2020
  19. Jul 24, 2020
  20. Jul 20, 2020
    • Simon Glass's avatar
      binman: Adjust pylibfdt for incremental build · 8beed3d7
      Simon Glass authored
      
      If the pylibfdt shared-object file is detected, then Python assumes that
      the libfdt.py file exists also.
      
      Sometimes when an incremental build aborts, the shared-object file is
      built but the libfdt.py is not. The only way out at this point is to use
      'make mkproper', or similar.
      
      Fix this by removing the .so file before it is built. This seems to make
      Python rebuild everything.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      Reviewed-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
      8beed3d7
  21. Jul 18, 2020
  22. Jul 17, 2020
Loading