1. 31 8月, 2021 7 次提交
  2. 26 8月, 2021 9 次提交
  3. 25 8月, 2021 1 次提交
  4. 24 8月, 2021 1 次提交
  5. 22 8月, 2021 1 次提交
  6. 18 8月, 2021 2 次提交
  7. 17 8月, 2021 1 次提交
  8. 16 8月, 2021 5 次提交
  9. 13 8月, 2021 2 次提交
  10. 11 8月, 2021 3 次提交
  11. 10 8月, 2021 2 次提交
  12. 09 8月, 2021 6 次提交
    • P
      arm: imx: add i.MX8ULP EVK support · 3f2b4d72
      Peng Fan 提交于
      Add i.MX8ULP EVK basic support, support SD/I2C/ENET/LPUART
      
      Log as below: I would keep some debug info for now, and after we move
      to be stable and production launch, we could drop that.
      
      U-Boot SPL 2021.07-rc4-00164-gb800e19a6b (Jun 29 2021 - 10:23:30 +0800)
      Normal Boot
      upower_init: soc_id=48
      upower_init: version:11.11.6
      upower_init: start uPower RAM service
      user_upwr_rdy_callb: soc=b
      user_upwr_rdy_callb: RAM version:12.6
      Turn on switches ok
      Turn on memories ok
      Clear DDR retention ok
      Poll for freq_chg_req on SIM register and change to F1 frequency.
      Poll for freq_chg_req on SIM register and change to F0 frequency.
      Poll for freq_chg_req on SIM register and change to F1 frequency.
      Poll for freq_chg_req on SIM register and change to F2 frequency.
      Poll for freq_chg_req on SIM register and change to F1 frequency.
      Poll for freq_chg_req on SIM register and change to F2 frequency.
      complete
      De-Skew PLL is locked and ready
      WDT:   Not found!
      Trying to boot from BOOTROM
      image offset 0x8000, pagesize 0x200, ivt offset 0x0
      Load image from 0x3a800 by ROM_API
      NOTICE:  BL31: v2.4(release):imx_5.10.35_2.0.0_imx8ulp_er-10-gf37e59b94
      NOTICE:  BL31: Built : 01:56:58, Jun 29 2021
      NOTICE:  upower_init: start uPower RAM service
      NOTICE:  user_upwr_rdy_callb: soc=b
      NOTICE:  user_upwr_rdy_callb: RAM version:12.6
      
      U-Boot 2021.07-rc4-00164-gb800e19a6b (Jun 29 2021 - 10:23:30 +0800)
      
      CPU:   Freescale i.MX8ULP rev1.0 at 744 MHz
      Reset cause: POR
      Boot mode: Single boot
      Model: FSL i.MX8ULP EVK
      DRAM:  2 GiB
      MMC:   FSL_SDHC: 0, FSL_SDHC: 2
      Loading Environment from MMC... ***
      Warning - bad CRC, using default environment
      
      In:    serial@293a0000
      Out:   serial@293a0000
      Err:   serial@293a0000
      Net:
      Warning: ethernet@29950000 (eth0) using random MAC address -
      96:35:88:62:e0:44
      eth0: ethernet@29950000
      Hit any key to stop autoboot:  0
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      3f2b4d72
    • T
      board: gateworks: venice: add board model to dt · 2eb85647
      Tim Harvey 提交于
      Add the specific board model from EEPROM config to the device-tree to
      make it easier to access from Linux userspace.
      Signed-off-by: NTim Harvey <tharvey@gateworks.com>
      2eb85647
    • T
      configs: imx8mm_venice_defconfig: remove unused SPL features · c10bf276
      Tim Harvey 提交于
      remove unused SPL features to shink the size of the SPL which
      otherwise would no longer fit into IMX8M Mini OCRAM.
      Signed-off-by: NTim Harvey <tharvey@gateworks.com>
      c10bf276
    • F
      mx28evk: Convert to driver model · 1d1f3c80
      Fabio Estevam 提交于
      Make the conversion to driver model as it is mandatory.
      
      Successfully tested booting Linux from the SD card.
      
      Dropped support for networking and splash screen as these need
      to be properly converted to DM and tested.
      Signed-off-by: NFabio Estevam <festevam@gmail.com>
      1d1f3c80
    • F
      mx7dsabresd: Select CONFIG_IMX_HAB · 0ac226b3
      Fabio Estevam 提交于
      Select CONFIG_IMX_HAB so that the "hab_status" command
      becomes available, which is useful for checking if the
      chip has been correctly setup to run in secure boot mode.
      Signed-off-by: NFabio Estevam <festevam@gmail.com>
      0ac226b3
    • T
      board: gateworks: venice: add imx8mm-gw7902 support · a8a72c3c
      Tim Harvey 提交于
      The GW7902 is based on the i.MX 8M Mini / Nano SoC featuring:
      - LPDDR4 DRAM
      - eMMC FLASH
      - Gateworks System Controller
      - LTE CAT M1 modem
      - USB 2.0 HUB
      - M.2 Socket with USB2.0, PCIe, and dual-SIM
      - IMX8M FEC
      - PCIe based GbE
      - RS232/RS485/RS422 serial transceiver
      - GPS
      - CAN bus
      - WiFi / Bluetooth
      - MIPI header (DSI/CSI/GPIO/PWM/I2S)
      - PMIC
      
      Do the following to add support for it:
      - add dts
      - add PMIC config
      Signed-off-by: NTim Harvey <tharvey@gateworks.com>
      a8a72c3c