1. 19 2月, 2019 1 次提交
  2. 16 2月, 2019 7 次提交
  3. 06 2月, 2019 1 次提交
  4. 29 1月, 2019 3 次提交
  5. 18 1月, 2019 8 次提交
  6. 01 1月, 2019 2 次提交
    • P
      imx: add i.MX8MQ EVK support · 86ac7a9a
      Peng Fan 提交于
      Add i.MX8MQ EVK support. SPL will initialize ddr and load ddr phy
      firmware. Then loading FIT image, ATF to OCRAM, U-Boot and DTB to
      DRAM.
      
      The boot log with Arm trusted firmware console enabled:
      "
      U-Boot SPL 2018.11-00142-g9ae14e7274 (Nov 20 2018 - 18:13:16 +0800)
      PMIC:  PFUZE100 ID=0x10
      Normal Boot
      Trying to boot from MMC2
      NOTICE:  Configureing TZASC380
      NOTICE:  BL31: v1.5(release):p9.0.0_1.0.0-beta-20180928-8-ge09c4b62-dirty
      NOTICE:  BL31: Built : 09:28:54, Nov  8 2018
      lpddr4 swffc start
      NOTICE:  sip svc init
      
      U-Boot 2018.11-00142-g9ae14e7274 (Nov 20 2018 - 18:13:16 +0800)
      
      CPU:   Freescale i.MX8MQ rev2.0 at 1000 MHz
      Reset cause: POR
      Model: Freescale i.MX8MQ EVK
      DRAM:  3 GiB
      MMC:   FSL_SDHC: 0, FSL_SDHC: 1
      In:    serial
      Out:   serial
      Err:   serial
      Net:
      Warning: ethernet@30be0000 using MAC address from ROM
      eth0: ethernet@30be0000
      Hit any key to stop autoboot:  0
      "
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      86ac7a9a
    • P
      imx: imx8qxp_mek: imximage: remove config.h · 0b366cf2
      Peng Fan 提交于
      config.h is not needed, remove it.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      0b366cf2
  7. 07 12月, 2018 12 次提交
  8. 27 11月, 2018 1 次提交
  9. 06 11月, 2018 1 次提交
  10. 22 10月, 2018 2 次提交
  11. 11 10月, 2018 1 次提交
    • P
      driver: net: fsl-mc: Add support of multiple phys for dpmac · 1a048cd6
      Pankaj Bansal 提交于
      Till now we have had cases where we had one phy device per dpmac.
      Now, with the upcoming products (LX2160AQDS), we have cases, where there
      are sometimes two phy devices for one dpmac. One phy for TX lanes and
      one phy for RX lanes. to handle such cases, add the support for multiple
      phys in ethernet driver. The ethernet link is up if all the phy devices
      connected to one dpmac report link up. also the link capabilities are
      limited by the weakest phy device.
      
      i.e. say if there are two phys for one dpmac. one operates at 10G without
      autoneg and other operate at 1G with autoneg. Then the ethernet interface
      will operate at 1G without autoneg.
      Signed-off-by: NPankaj Bansal <pankaj.bansal@nxp.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      1a048cd6
  12. 28 9月, 2018 1 次提交