18 Jan, 2020

1 commit


07 Jan, 2020

2 commits


03 Dec, 2019

3 commits


12 Aug, 2019

1 commit


20 Jul, 2019

1 commit


13 Mar, 2019

1 commit


23 Jul, 2018

1 commit


27 Jun, 2018

1 commit

  • fdt_file is looking for imx6ul-geam-kit.dtb but Linux
    has imx6ul-geam.dtb, since Linux skipped -kit on file name
    by below commit.
    "ARM: dts: imx6ul-geam: Skip suffix -kit from dts name"
    (sha1: 182de5ebce71e469cfa686fcdf08c9cbe11ece97)

    So, due to this mismatch U-Boot failed to pick the
    proper dtb which eventually break the Linux boot.

    This patch fixed this mismatch by
    - renaming dts files
    - update config option to use new dtb file
    - update fdt_file to new dtb file name

    Signed-off-by: Jagan Teki
    Reviewed-by: Fabio Estevam

    Jagan Teki
     

18 Jun, 2018

1 commit


18 May, 2018

2 commits


07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

28 Apr, 2018

1 commit


22 Feb, 2018

2 commits


18 Feb, 2018

1 commit


04 Feb, 2018

1 commit

  • i.CoreM6 1.5 is an another i.CoreM6 QDL cpu modules which can be connected
    to EDIMM starter kit design with eMMC and MIPI-CSI interfaces suitable for
    Android and video capture application.

    notable features:
    CPU NXP i.MX6 S/DL/D/Q, Up to 4 x Cortex-A9@800MHz
    Memory Up to 2 GB DDR3-1066
    Video Interfaces Up to 1 Parallel Up to 2 LVDS HDMI 1.4
    port 8 bit CSI INPUT MIPI-CSI INPUT
    1 x 10/100 Ethernet interface, 2 x USB, 1 x PCIe, 1 x I2S etc

    This patch adds support for Quad/Dual and DualLite/Solo SOM's on
    MIPI starter kit with boot from SD and eMMC.

    Signed-off-by: Jagan Teki

    Jagan Teki
     

09 Jan, 2018

1 commit


03 Jan, 2018

1 commit

  • commit 20f14714169 ("imx: spl: Update NAND bootmode detection bit")
    broke the NAND bootmode detection by checking if
    BOOT_CFG1[7:4] == 0x8 for NAND boot mode.
    This commit essentially reverts it, while using the IMX6_BMODE_*
    macros that were introduced since.

    Tables 8-7 & 8-10 from IMX6DQRM say the NAND boot mode selection
    is done when BOOT_CFG1[7] is 1, but BOOT_CFG1[6:4] is not
    necessarily 0x0 in this case.
    Actually, NAND boot mode is when 0x8
    Cc: Stefano Babic
    Cc: Jagan Teki
    Cc: Tim Harvey

    Eran Matityahu
     

27 Nov, 2017

7 commits


07 Nov, 2017

1 commit


12 Oct, 2017

1 commit


18 Sep, 2017

1 commit


30 Aug, 2017

1 commit


28 Aug, 2017

1 commit


16 Aug, 2017

2 commits


12 Jul, 2017

2 commits

  • Change is consistent with other SOCs and it is in preparation
    for adding SOMs. SOC's related files are moved from cpu/ to
    mach-imx/.

    This change is also coherent with the structure in kernel.

    Signed-off-by: Stefano Babic

    CC: Fabio Estevam
    CC: Akshay Bhat
    CC: Ken Lin
    CC: Marek Vasut
    CC: Heiko Schocher
    CC: "Sébastien Szymanski"
    CC: Christian Gmeiner
    CC: Stefan Roese
    CC: Patrick Bruenn
    CC: Troy Kisky
    CC: Nikita Kiryanov
    CC: Otavio Salvador
    CC: "Eric Bénard"
    CC: Jagan Teki
    CC: Ye Li
    CC: Peng Fan
    CC: Adrian Alonso
    CC: Alison Wang
    CC: Tim Harvey
    CC: Martin Donnelly
    CC: Marcin Niestroj
    CC: Lukasz Majewski
    CC: Adam Ford
    CC: "Albert ARIBAUD (3ADEV)"
    CC: Boris Brezillon
    CC: Soeren Moch
    CC: Richard Hu
    CC: Wig Cheng
    CC: Vanessa Maegima
    CC: Max Krummenacher
    CC: Stefan Agner
    CC: Markus Niebel
    CC: Breno Lima
    CC: Francesco Montefoschi
    CC: Jaehoon Chung
    CC: Scott Wood
    CC: Joe Hershberger
    CC: Anatolij Gustschin
    CC: Simon Glass
    CC: "Andrew F. Davis"
    CC: "Łukasz Majewski"
    CC: Patrice Chotard
    CC: Nobuhiro Iwamatsu
    CC: Hans de Goede
    CC: Masahiro Yamada
    CC: Stephen Warren
    CC: Andre Przywara
    CC: "Álvaro Fernández Rojas"
    CC: York Sun
    CC: Xiaoliang Yang
    CC: Chen-Yu Tsai
    CC: George McCollister
    CC: Sven Ebenfeld
    CC: Filip Brozovic
    CC: Petr Kulhavy
    CC: Eric Nelson
    CC: Bai Ping
    CC: Anson Huang
    CC: Sanchayan Maity
    CC: Lokesh Vutla
    CC: Patrick Delaunay
    CC: Gary Bisson
    CC: Alexander Graf
    CC: u-boot@lists.denx.de
    Reviewed-by: Fabio Estevam
    Reviewed-by: Christian Gmeiner

    Stefano Babic
     
  • imx6qdl_icore_mmc_defconfig => imx6qdl_icore_rqs_defconfig
    Since icorem6_rqs support MMC/eMMC boot, so doesn't need
    to name it explicitly.

    Signed-off-by: Jagan Teki

    Jagan Teki
     

31 May, 2017

2 commits