Skip to content
Snippets Groups Projects
  1. Mar 10, 2020
    • Pedro Jardim's avatar
      mx6slevk: Convert to DM_ETH · 9f656fbe
      Pedro Jardim authored
      
      This fixes the following 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.
      ====================================================
      
      Signed-off-by: default avatarPedro Jardim <jardim.c.pedro@gmail.com>
      Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
      9f656fbe
    • Pedro Jardim's avatar
      mx6sabreauto: Convert to DM_ETH · 905dbe23
      Pedro Jardim authored
      
      This fixes the following 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.
      ====================================================
      
      Signed-off-by: default avatarPedro Jardim <jardim.c.pedro@gmail.com>
      Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
      905dbe23
    • Fabio Estevam's avatar
      mx7dsabresd: Boot in non secure by default · 60559d35
      Fabio Estevam authored
      
      Booting a mainline kernel in secure mode on i.MX7D causes only
      one CPU to be brought up.
      
      Change it to booting in non secure mode by default, which
      allows the two CPUs to be brought up.
      
      It does have a side effect of not probing the CAAM driver.
      If CAAM driver is needed then a secure world OS such as OPTEE needs
      to be used.
      
      Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
      60559d35
    • Oliver Graute's avatar
      imx: imx8qm: enable relocation of fdt and initrd · 18271637
      Oliver Graute authored
      
      Set CONFIG_SYS_BOOTMAPSZ to the amount of memory available which is needed
      to relocate the kernel, device tree and initrd.
      
      Remove 'fdt_high' and 'initrd_high' environment variables from default
      environment which prevents relocation of FDT and initrd.
      
      Signed-off-by: default avatarOliver Graute <oliver.graute@kococonnector.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Ye Li <ye.li@nxp.com>
      Cc: uboot-imx <uboot-imx@nxp.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      18271637
    • Alifer Moraes's avatar
      arm: dts: imx8mq-evk: add phy-reset-gpios for fec1 · a604b67b
      Alifer Moraes authored
      
      Instead of resetting the ethernet phy through functions in imx8mq_evk.c, let the
      driver reset the phy via dts description adding a reset duration of 10 ms
      following atheros 8031's datasheet recommendation.
      
      Signed-off-by: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
      a604b67b
    • Alifer Moraes's avatar
      mx6sabresd: Convert ethernet to driver model · 02ee7a4a
      Alifer Moraes authored
      
      Convert imx6sabresd ethernet to driver model to fix the following 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.
      ====================================================
      
      Signed-off-by: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
      Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
      02ee7a4a
  2. Mar 09, 2020
  3. Mar 05, 2020
  4. Mar 04, 2020
Loading