1. 03 2月, 2021 1 次提交
    • S
      common: Drop asm/global_data.h from common header · 401d1c4f
      Simon Glass 提交于
      Move this out of the common header and include it only where needed.  In
      a number of cases this requires adding "struct udevice;" to avoid adding
      another large header or in other cases replacing / adding missing header
      files that had been pulled in, very indirectly.   Finally, we have a few
      cases where we did not need to include <asm/global_data.h> at all, so
      remove that include.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      401d1c4f
  2. 16 7月, 2020 1 次提交
  3. 08 6月, 2020 4 次提交
  4. 19 5月, 2020 4 次提交
  5. 01 5月, 2020 2 次提交
  6. 25 1月, 2020 2 次提交
  7. 18 1月, 2020 2 次提交
  8. 08 1月, 2020 1 次提交
    • P
      imx: add i.MX8MP EVK board · 439321b2
      Peng Fan 提交于
      Add basic i.MX8MP EVK board support
      
      U-Boot SPL 2020.01-rc4-00388-gb1bf40c0ae-dirty (Dec 30 2019 - 17:55:33 +0800)
      power_pca9450b_init
      DDRINFO: start DRAM init
      DDRINFO:ddrphy calibration done
      DDRINFO: ddrmix config done
      Normal Boot
      Failed to find clock node. Check device tree
      WDT:   Not found!
      Trying to boot from BOOTROM
      image offset 0x8000, pagesize 0x200, ivt offset 0x0
      
      U-Boot 2020.01-rc4-00388-gb1bf40c0ae-dirty (Dec 30 2019 - 17:55:33 +0800)
      
      CPU:   Freescale i.MX8MP rev1.0 at 1000 MHz
      Reset cause: POR
      Model: NXP i.MX8MPlus EVK board
      DRAM:  6 GiB
      MMC:   FSL_SDHC: 1, FSL_SDHC: 2
      Loading Environment from MMC... OK
      In:    serial
      Out:   serial
      Err:   serial
      Net:   No ethernet found.
      Hit any key to stop autoboot:  0
      u-boot=> mmc list
      FSL_SDHC: 1 (SD)
      FSL_SDHC: 2
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      439321b2
  9. 05 11月, 2019 1 次提交
    • P
      imx: add i.MX8MN DDR4 board support · d239d9d9
      Peng Fan 提交于
      Support pinctrl/clk/sdhc, include ddr4 timing data.
      
      Log:
      U-Boot SPL 2019.10-rc3-00356-g497c500423-dirty (Sep 16 2019 - 10:54:58 +0800)
      Normal Boot
      Trying to boot from BOOTROM
      image offset 0x8000, pagesize 0x200, ivt offset 0x0
      
      U-Boot 2019.10-rc3-00356-g497c500423-dirty (Sep 16 2019 - 10:54:58 +0800)
      
      CPU:   Freescale i.MX8MNano rev1.0 at 24 MHz
      Reset cause: POR
      Model: NXP i.MX8MNano DDR4 EVK board
      DRAM:  2 GiB
      MMC:   FSL_SDHC: 1, FSL_SDHC: 2
      Loading Environment from MMC... *** Warning - bad CRC, using default environment
      
      In:    serial
      Out:   serial
      Err:   serial
      Net:   No ethernet found.
      Hit any key to stop autoboot:  0
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      d239d9d9
  10. 04 11月, 2019 2 次提交
  11. 08 10月, 2019 1 次提交