1. 09 10月, 2019 6 次提交
  2. 08 10月, 2019 5 次提交
    • T
      kconfiglib: Update to the 12.14.0 release · 65e05ddc
      Tom Rini 提交于
      A large number of changes have happened upstream since our last sync
      which was to 375506d.  The reason to do the upgrade at this point is for
      improved Python 3 support.
      
      As part of this upgrade we need to update moveconfig.py and
      genboardscfg.py the current API.  This is:
      - Change "kconfiglib.Config" calls to "kconfiglib.Kconfig"
      - Change get_symbol() calls to syms.get().
      - Change get_value() to str_value.
      
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      65e05ddc
    • T
      genboardscfg.py: Remove "warnings" print section · 5e7c8a39
      Tom Rini 提交于
      We tell kconfiglib to not print any warnings to us so drop this code as
      it will be unused.
      
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      5e7c8a39
    • T
      genboardscfg.py: Convert to Python 3 · 3bc14098
      Tom Rini 提交于
      Convert this tool to requiring Python 3.  The bulk of this is done with
      the 2to3 tool In addition, we need to use the '//' operator to have our
      division result return an int rather than a float and ensure that we use
      UTF-8 when reading/writing files.
      
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      3bc14098
    • T
      Prepare v2019.10 · 61ba1244
      Tom Rini 提交于
      Signed-off-by: NTom Rini <trini@konsulko.com>
      61ba1244
    • E
      NET: DW: fix regression for ARC boards · 2a723237
      Eugeniy Paltsev 提交于
      The commit
      642b80d2 ("net: designware: drop compatible altr, socfpga-stmmac")
      breaks designware ethernet for all ARC boards. It removes
      "altr, socfpga-stmmac" compatible from "drivers/net/designware.c"
      without changing compatible in the boards which use it.
      
      Fix that by adding "snps,arc-dwmac-3.70a" compatible string to
      "drivers/net/designware.c" and using it in ARC boards device tree.
      Signed-off-by: NEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
      2a723237
  3. 07 10月, 2019 5 次提交
  4. 06 10月, 2019 9 次提交
  5. 05 10月, 2019 15 次提交