29 Dec, 2017

1 commit


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
     
  • CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT is not the correct method
    to set I/O to 1.8. To boards that does not support vqmmc-supply,
    use vs18_enable in fsl_esdhc_cfg. If regulator is supported,
    use fixed 1.8V regulator for vqmmc-supply.

    Signed-off-by: Peng Fan
    Cc: Jaehoon Chung
    Cc: York Sun
    Cc: Stefano Babic

    Peng Fan
     

26 Oct, 2016

1 commit


07 Sep, 2016

1 commit

  • Since commit a13d3757f7df ("warp: Use imx_ddr_size() for calculating the
    DDR size") warp board no longer boots.

    The reason for the breakage is that the warp board is using the DDR
    configuration from mx6slevk. A fundamental difference between warp and
    mx6slevk is that warp only uses one DDR chip select while mx6slevk uses two.

    The imx_ddr() function calculates the RAM size in runtime by reading the
    values of registers MDCTL and MDMISC.

    So in order to fix this warp boot issue, create a imximage DDR file specific
    to warp, where the MDCTL register is configured to only activates a single
    chip select.

    Reported-by: Breno Lima
    Signed-off-by: Fabio Estevam
    Tested-by: Breno Lima

    Fabio Estevam
     

28 Jul, 2016

1 commit


06 Feb, 2016

1 commit

  • Correct spelling of "U-Boot" shall be used in all written text
    (documentation, comments in source files etc.).

    Signed-off-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Minkyu Kang

    Bin Meng
     

13 Sep, 2015

1 commit

  • Remove duplicated SYS_SOC Kconfig entry from board Kconfig,
    because we have this entry in arch/arm/cpu/armv7/mx6/Kconfig.

    Signed-off-by: Peng Fan
    Cc: Stefano Babic
    Cc: Heiko Schocher
    Cc: Christian Gmeiner
    Cc: Stefan Roese
    Cc: Troy Kisky
    Cc: Nikita Kiryanov
    Cc: "Eric Bénard"
    Cc: Fabio Estevam
    Cc: Tim Harvey
    Cc: Marek Vasut
    Cc: Markus Niebel
    Cc: Otavio Salvador
    Acked-by: Stefan Roese
    Acked-by: Marek Vasut
    Acked-by: Christian Gmeiner
    Acked-by: Markus Niebel
    Acked-by: Troy Kisky
    Acked-by: Igor Grinberg

    Peng Fan
     

26 Jul, 2015

1 commit


28 May, 2015

1 commit


16 May, 2015

1 commit


13 Mar, 2015

1 commit


02 Mar, 2015

1 commit


23 Feb, 2015

1 commit

  • The WaRP Board is a Wearable Reference Plaform. The board features:

    - Freescale i.MX6 SoloLite processor with 512MB of RAM
    - Freescale FXOS8700CQ 6-axis Xtrinsic sensor
    - Freescale Kinetis KL16 MCU
    - Freescale Xtrinsic MMA955xL intelligent motion sensing platform

    The board implements a hybrid architecture to address the evolving
    needs of the wearables market. The platform consists of a main board
    and an example daughtercard with the ability to add additional
    daughtercards for different usage models.

    For more information about the project, visit:

    http://www.warpboard.org/

    Signed-off-by: Otavio Salvador
    Reviewed-by: Marek Vasut
    Acked-by: Stefano Babic

    Otavio Salvador