1. 24 9月, 2020 12 次提交
  2. 22 9月, 2020 1 次提交
  3. 19 9月, 2020 1 次提交
  4. 18 9月, 2020 1 次提交
  5. 17 9月, 2020 7 次提交
    • P
      apalis-imx8qm: rename all occurences to apalis-imx8 · bf46474e
      Philippe Schenker 提交于
      The Toradex product is called apalis-imx8 consisting of SoM with
      i.MX8QM and i.MX8QP SoCs.
      Signed-off-by: NPhilippe Schenker <philippe.schenker@toradex.com>
      Reviewed-by: NIgor Opaniuk <igor.opaniuk@toradex.com>
      bf46474e
    • P
      colibri-imx8qxp: rename all occurences to colibri-imx8x · 08b6a60e
      Philippe Schenker 提交于
      The Toradex product is called colibri-imx8x consisting of SoM with
      i.MX8QXP and i.MX8DX SoCs.
      Signed-off-by: NPhilippe Schenker <philippe.schenker@toradex.com>
      Reviewed-by: NIgor Opaniuk <igor.opaniuk@toradex.com>
      08b6a60e
    • D
      mx6qsabrelite: increase the environment offset · 1189bd51
      Denis Pynkin 提交于
      The size of the binary created with the default U-boot config is much
      greater than the default offset for environment `0x60000`.
      In case if that binary is used for booting via MMC it is overlapped with
      the environment stored on MMC.
      This leads to U-Boot corruption while saving environment with `saveenv`
      command and non-bootable SabreLite board.
      
      The offset for environment `CONFIG_ENV_OFFSET=0x60000` was added in
      commit a09fea1d but did not count in the change to `0xC0000` if option
      `CONFIG_ENV_IS_IN_MMC` is used.
      
      The offset is also used for variant with environment saving onto SPI NOR
      flash (with enabled option `CONFIG_ENV_IS_IN_SPI_FLASH`). In that case the
      U-Boot binary flashed on SPI NOR is also corrupted after environment
      saving with the original 0x60000 offset.
      Signed-off-by: NDenis Pynkin <denis.pynkin@collabora.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      1189bd51
    • I
      colibri_imx7: use preboot for fdtfile evaluation · 327381e8
      Igor Opaniuk 提交于
      Enable and set preboot var with fdtfile evaluation.
      preboot will be checked and run immediately before starting the
      CONFIG_BOOTDELAY countdown and/or running the auto-boot command resp.
      entering interactive mode.
      
      This provides possibility to use different boot cmds in interactive mode
      without manual setting fdtfile value, as it it's already evaluated
      before entering interactive mode.
      
      Fixes: a62c6061("colibri_imx7_emmc: add Colibri iMX7D 1GB (eMMC) module support")
      Signed-off-by: NIgor Opaniuk <igor.opaniuk@toradex.com>
      327381e8
    • I
      colibri_vf: use preboot for fdtfile evaluation · 3ab2316a
      Igor Opaniuk 提交于
      Enable and set preboot var with fdtfile evaluation.
      preboot will be checked and run immediately before starting the
      CONFIG_BOOTDELAY countdown and/or running the auto-boot command resp.
      entering interactive mode.
      
      This provides possibility to use different boot cmds in interactive mode
      without manual setting fdtfile value, as it it's already evaluated
      before entering interactive mode.
      
      Fixes: 304042c1("colibri_vf: set fdtfile for distroboot")
      Signed-off-by: NIgor Opaniuk <igor.opaniuk@toradex.com>
      3ab2316a
    • I
      colibri-imx6ull: use preboot for fdtfile evaluation · 2f310b7f
      Igor Opaniuk 提交于
      Enable and set preboot var with fdtfile evaluation.
      preboot will be checked and run immediately before starting the
      CONFIG_BOOTDELAY countdown and/or running the auto-boot command resp.
      entering interactive mode.
      
      This provides possibility to use different boot cmds in interactive mode
      without manual setting fdtfile value, as it it's already evaluated
      before entering interactive mode.
      
      Fixes: board: 31b1e17f("toradex: add Colibri iMX6ULL support")
      Signed-off-by: NIgor Opaniuk <igor.opaniuk@toradex.com>
      2f310b7f
    • H
      mpc83xx, keymile boards: enable DM_ETH and add DTS · 7bdfe859
      Heiko Schocher 提交于
      enable DTS support for keymile mpc83xx based boards.
      
      get rid of compile warning:
      ===================== WARNING ======================
      This board does not use CONFIG_DM_ETH (Driver Model
      for Ethernet drivers). Please update the board to use
      CONFIG_DM_ETH before the v2020.07 release. Failure to
      update by the deadline may result in board removal.
      See doc/driver-model/migration.rst for more info.
      ====================================================
      
      Therefore done:
      - add DTS for all mpc83xx based boards from keymile
        mainly they are not mainlined to linux.
      - add u-boot specific dtsi
      - add stdout-path
      - add missing ucc4 par_io definitions, which were
        in board code, but not in linux DTS
      - remove not used ethernet nodes
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Patch-cc: Mario Six <mario.six@gdsys.cc>
      Patch-cc: Qiang Zhao <qiang.zhao@nxp.com>
      
      Series-to: u-boot
      
      Series-version: 3
      
      Series-changes: 3
      - rebase patchset to current mainline commit
        c0192950
      - update defconfig files
      
      Series-changes: 2
      - add patch which fixes Codingstyle errors in drivers/qe
      - add patch which converts the mpc83xx based boards from
        keymile to DM_ETH
      
      Cover-letter:
      powerpc, mpc83xx: add DM_ETH support
      
      This patch series adds DM ethernet support for mpc83xx based
      keymile boards.
      
      Travis build:
      
      END
      7bdfe859
  6. 16 9月, 2020 1 次提交
  7. 15 9月, 2020 5 次提交
  8. 10 9月, 2020 2 次提交
  9. 08 9月, 2020 2 次提交
  10. 04 9月, 2020 2 次提交
  11. 01 9月, 2020 1 次提交
  12. 31 8月, 2020 4 次提交
  13. 27 8月, 2020 1 次提交