1. 08 4月, 2021 4 次提交
  2. 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
  3. 23 1月, 2021 2 次提交
    • A
      board: imx8mp: add boot.cmd for distro boot on iMX8MP · 10a394ba
      Alice Guo 提交于
      Distro Boot requires a U-Boot-specific script named boot.scr or
      boot.scr.uimg which contains boot commands to boot the system. The
      boot.cmd is such a file. Use mkimage to generate boot.scr or
      boot.scr.uimg from boot.cmd, and the command is:
      mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Distro Boot Script" -d boot.cmd boot.scr.uimg
      
      The boot.cmd file is an example script and can be modified based on
      needs. bootargs is set in this script and root uses the default value
      "/dev/mmcblk1p2 rootwait rw" which can be changed by overriding mmcroot.
      Signed-off-by: NAlice Guo <alice.guo@nxp.com>
      10a394ba
    • P
      imx: imx8mp_evk: enable eth support · 48b90f86
      Peng Fan 提交于
      Add board code to configure the network interface
      Add net defconfig
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      48b90f86
  4. 01 11月, 2020 2 次提交
    • P
      doc: board: Convert i.MX8MP EVK README to reST · 39d53414
      Peng Fan 提交于
      Convert plain text documentation to reStructuredText format and add
      it to Sphinx TOC tree. No essential content change.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      39d53414
    • P
      board: imx: address dd usage in README · aa5bbfd9
      Peng Fan 提交于
      When using cygwin64 "dd (coreutils) 8.26 Packaged by Cygwin (8.26-2)",
      the last not 512bytes aligned data wat cut off and not burned into SD
      card.
      
      Saying the flash.bin size is 1085608 bytes, not 512bytes aligned. It only
      burned 1085440 bytes, the leaving 168 bytes were not burnned and cause
      boot issue.
      
      So update README dd command to add "conv=notrunc"
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      aa5bbfd9
  5. 16 7月, 2020 1 次提交
  6. 14 7月, 2020 4 次提交
  7. 08 6月, 2020 5 次提交
  8. 19 5月, 2020 4 次提交
  9. 01 5月, 2020 2 次提交
  10. 25 1月, 2020 2 次提交
  11. 18 1月, 2020 2 次提交
  12. 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