1. 31 10月, 2017 5 次提交
    • F
      mx6slevk: Fix MMC breakage for the SPL target · 723dfe8f
      Fabio Estevam 提交于
      Commit 001cdbbb ("imx: mx6slevk: enable more DM drivers") breaks
      MMC support in U-Boot proper on the mx6slevk_spl_defconfig target:
      
      U-Boot SPL 2017.09-00396-g6ca43a58 (Oct 01 2017 - 16:20:18)
      Trying to boot from MMC1
      
      U-Boot 2017.09-00396-g6ca43a58 (Oct 01 2017 - 16:20:18 -0300)
      
      CPU:   Freescale i.MX6SL rev1.0 792 MHz (running at 396 MHz)
      CPU:   Commercial temperature grade (0C to 95C) at 33C
      Reset cause: POR
      Board: MX6SLEVK
      I2C:   ready
      DRAM:  1 GiB
      MMC:   FSL_SDHC: 0
      MMC Device 1 not found
      *** Warning - No MMC card found, using default environment
      
      As mx6slevk_spl_defconfig does not use CONFIG_DM_MMC and its
      board file does not register the mmc controller for U-Boot proper,
      let's fix this by adding CONFIG_DM_MMC=y and device tree support.
      
      While at it, add more DM drivers, so that it becomes closer to
      mx6slevk_defconfig.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      723dfe8f
    • F
      wandboard: Add support for the MX6QP variant · e1f0715f
      Fabio Estevam 提交于
      Add support for the latest MX6QP wandboard variant.
      
      Based on Richard Hu's work from Technexion's U-Boot tree.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      e1f0715f
    • S
      configs: vf610: increase maximum size and enforce correct limit · c0f432c3
      Stefan Agner 提交于
      On Vybrid SoCs U-Boot gets loaded into GFX SRAM which is 512KiB.
      Currently 32KiB is reserved for the IMX header. However, this is
      not reflected in the size limit. In v2017.11-rc2 the actual size
      limit (512KiB-32KiB) has been reached for Colibri VF61, which
      lead to a successful build of U-Boot but not a working binary.
      
      The IMX header is much smaller than 32KiB, typically around 1KiB.
      Decrease the reserved size to 4KiB and specify the correct U-Boot
      size limit. Apply this new base address and limit for all Vybrid
      based boards.
      Signed-off-by: NStefan Agner <stefan.agner@toradex.com>
      c0f432c3
    • F
      net: fec_mxc: Change "error frame" message to debug level · 41b93679
      Fabio Estevam 提交于
      As reported by Jonathan Gray:
      
      "After the recent changes to add SimpleNetworkProtocol to efi_loader
      when booting off mmc via an efi payload that doesn't use
      SimpleNetworkProtocol U-Boot's fec_mxc driver will now display
      various "error frame" messages.
      ....
      MMC Device 1 not found
      MMC Device 2 not found
      MMC Device 3 not found
      Scanning disks on sata...
      Found 6 disks
      reading efi/boot/bootarm.efi
      67372 bytes read in 32 ms (2 MiB/s)
      ## Starting EFI application at 12000000 ...
      >> OpenBSD/armv7 BOOTARM 1.0
      error frame: 0x8f57ec40 0x00003d74
      error frame: 0x8f57ec40 0x00007079
      error frame: 0x8f57ec40 0x00006964
      error frame: 0x8f57ec40 0x00006f6f
      error frame: 0x8f57ec40 0x0000726f
      error frame: 0x8f57ec40 0x00002074
      error frame: 0x8f57ec40 0x00006f6f"
      
      Heinrich Schuchardt explains:
      
      "A receive FIFO overrun can be expected if network packages are not
      processed.
      With the network patches we check if a package is available quite often."
      
      Move the "error frame" messages to debug level so that a clean output
      log can be seen.
      Reported-by: NJonathan Gray <jsg@jsg.id.au>
      Suggested-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      41b93679
    • F
      imx: Fix regression with CONFIG_DM_MMC=y · c46305a8
      Fabio Estevam 提交于
      When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the
      SD/eMMC card cannot be used.
      
      Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure.
      
      Tested on mx6slevk, mx7dsabresd and mx6ullevk.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: NJaehoon Chung <jh80.chung@samsung.com>
      Tested-by: NAdam Ford <aford173@gmail.com>
      Tested-by: NSébastien Szymanski <sebastien.szymanski@armadeus.com>
      Tested-by: NJagan Teki <jagan@openedev.com>
      Reviewed-by: NJagan Teki <jagan@openedev.com>
      c46305a8
  2. 29 10月, 2017 6 次提交
  3. 28 10月, 2017 1 次提交
  4. 27 10月, 2017 28 次提交