19 Oct, 2017

1 commit

  • Azalia configuration may be different across boards, hence it's not
    appropriate to do that in the SoC level. Instead, let's make the
    SoC update_fsp_azalia_configs() routine as a weak version, and do
    the actual work in the board codes.

    So far it seems only som-db5800-som-6867 board enables the Azalia.
    Move the original codes into som-db5800-som-6867.c.

    Signed-off-by: Bin Meng
    Reviewed-by: Stefan Roese

    Bin Meng
     

12 Oct, 2017

1 commit

  • When building with W=1 errors like the one below is seen:

    board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning:
    no previous prototype for ‘overwrite_console’
    [-Wmissing-prototypes] int overwrite_console(void)

    Fix the build warnings by including .

    Signed-off-by: Diego Dorta
    Reviewed-by: Fabio Estevam

    Diego Dorta
     

01 Aug, 2017

3 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
     
  • At present CONFIG_CMD_SATA enables the 'sata' command which also brings
    in SATA support. Some boards may wish to enable SATA without the command.
    Add a separate CONFIG to permit this.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

13 Apr, 2017

4 commits


24 Sep, 2016

1 commit


07 Sep, 2016

1 commit

  • Add support for Advantech DMS-BA16 board. The board is based on Advantech
    BA16 module which has a i.MX6D processor. The board supports:
    - FEC Ethernet
    - USB Ports
    - SDHC and MMC boot
    - SPI NOR
    - LVDS and HDMI display

    Basic information about the module:
    - Module manufacturer: Advantech
    - CPU: Freescale ARM Cortex-A9 i.MX6D
    - SPECS:
    Up to 2GB Onboard DDR3 Memory;
    Up to 16GB Onboard eMMC NAND Flash
    Supports OpenGL ES 2.0 and OpenVG 1.1
    HDMI, 24-bit LVDS
    1x UART, 2x I2C, 8x GPIO,
    4x Host USB 2.0 port, 1x USB OTG port,
    1x micro SD (SDHC),1x SDIO, 1x SATA II,
    1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2

    Signed-off-by: Akshay Bhat
    Cc: u-boot@lists.denx.de
    Cc: sbabic@denx.de

    Akshay Bhat
     

12 Jul, 2016

1 commit

  • Add support for Advantech SOM-DB5800 with the SOM-6867 installed.
    This is very similar to conga-qeval20-qa3-e3845 in that there is a
    reference carrier board (SOM-DB5800) with a Baytrail based SoM (SOM-6867)
    installed.

    Currently supported:
    - 2x UART (From ITE EC on SOM-6867) routed to COM3/4 connectors on
    SOM-DB5800.
    - 4x USB 2.0 (EHCI)
    - Video
    - SATA
    - Ethernet
    - PCIe
    - Realtek ALC892 HD Audio
    Pad configuration for HDA_RSTB, HDA_SYNC, HDA_CLK, HDA_SDO
    HDA_SDI0 is set in DT to enable HD Audio codec.
    Pin defaults for codec pin complexs are not changed.

    Not supported:
    - Winbond Super I/O (Must be disabled with jumpers on SOM-DB8500)
    - USB 3.0 (XHCI)
    - TPM

    Signed-off-by: George McCollister
    Reviewed-by: Simon Glass
    Reviewed-by: Bin Meng

    George McCollister