Skip to content
Snippets Groups Projects
  1. Oct 23, 2016
  2. Oct 18, 2016
  3. Oct 15, 2016
  4. Oct 12, 2016
  5. Oct 11, 2016
  6. Oct 10, 2016
  7. Oct 09, 2016
  8. Oct 08, 2016
  9. Oct 07, 2016
  10. Oct 06, 2016
  11. Oct 04, 2016
    • Peng Fan's avatar
      arm: imx: add i.MX6ULL 14x14 EVK board support · 55a42b33
      Peng Fan authored and Stefano Babic's avatar Stefano Babic committed
      
      Add i.MX6ULL EVK board support:
      Add device tree file, which is copied from NXP Linux.
      Enabled DM_MMC, DM_GPIO, DM_I2C, DM_SPI, PINCTRL, DM_REGULATOR.
      The uart iomux settings are still keeped in board file.
      
      Boot Log:
      U-Boot 2016.09-rc1-00366-gbb419ef-dirty (Aug 11 2016 - 13:08:58 +0800)
      
      CPU:   Freescale i.MX6ULL rev1.0 at 396MHz
      CPU:   Commercial temperature grade (0C to 95C) at 15C
      Reset cause: POR
      Model: Freescale i.MX6 ULL 14x14 EVK Board
      Board: MX6ULL 14x14 EVK
      DRAM:  512 MiB
      MMC:   initialized IMX pinctrl driver
      FSL_SDHC: 0, FSL_SDHC: 1
      In:    serial
      Out:   serial
      Err:   serial
      Net:   CPU Net Initialization Failed
      No ethernet found.
      Hit any key to stop autoboot:  0
      => mmc dev 1
      switch to partitions #0, OK
      mmc1 is current device
      
      Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      55a42b33
  12. Oct 02, 2016
  13. Sep 27, 2016
    • Sanchayan Maity's avatar
      configs: colibri_vf_defconfig: Enable USB driver model for Colibri Vybrid · 86e5a04b
      Sanchayan Maity authored
      
      Enable USB driver model for Toradex Colibri Vybrid modules.
      
      Signed-off-by: default avatarSanchayan Maity <maitysanchayan@gmail.com>
      86e5a04b
    • Stephen Warren's avatar
      ARM: tegra: fix ULPI PHY on Ventana and Seaboard · 6dca554f
      Stephen Warren authored
      
      Commit ce02a71c "tegra: dts: Sync tegra20 device tree files with
      Linux" enabled the ULPI USB port on Ventana, but made no attempt to ensure
      that U-Boot code could handle this. In practice, various code is missing,
      and various configuration options are not enabled, which causes U-Boot to
      hang when attempting to initialize this USB port. This patch enables ULPI
      PHY support on Ventana, and adds the required pinmux setup for the port to
      operate. Note that Ventana is so similar to Seaboard that this change is
      made in the Seaboard board file, which is shared with Ventana.
      
      Seaboard also has the ULPI USB port wired up in hardware, although to an
      internal port that often doesn't have anything attached to it. However,
      the DT nodes for the USB controller and PHY had different status property
      values, so the port was not initialized by U-Boot. Fix this inconsistency,
      and enable the ULPI port, just like in the Linux kernel DT. This likewise
      requires enabling ULPI support in the Seaboard defconfig.
      
      Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      6dca554f
    • Stefan Roese's avatar
      arm64: mvebu: Add Armada 7K db-88f7040 development board support · 6f8c2d49
      Stefan Roese authored
      
      This patch adds basic support for the Marvell Armada 7K DB-88F7040
      development board. Supported are the following interfaces:
      - UART
      - SPI (incl. SPI NOR)
      - I2C
      - USB
      - SATA / AHCI
      
      Support for other interfaces will follow.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      6f8c2d49
Loading