09 Feb, 2020

2 commits


18 Jan, 2020

1 commit


07 Jan, 2020

1 commit

  • This patch introduces support for i.MX28 based XEA board.

    This board supports DM/DTS in U-Boot proper as well as DM aware drivers
    in SPL (u-boot.sb) by using OF_PLATDATA.
    More detailed information regarding usage of it can be found in
    ./board/liebherr/xea/README file.

    U-Boot SPL 2019.10-rc1-00233-g6aa549f05c (Aug 12 2019 - 09:23:36 +0200)
    Trying to boot from MMC1
    MMC0: Command 8 timeout (status 0xf0344020)
    mmc_load_image_raw_sector: mmc block read error

    U-Boot 2019.10-rc1-00233-g6aa549f05c (Aug 12 2019 - 09:23:36 +0200)

    CPU: Freescale i.MX28 rev1.2 at 454 MHz
    BOOT: SSP SPI #3, master, 3V3 NOR
    Model: Liebherr (LWE) XEA i.MX28 Board
    DRAM: 128 MiB
    MMC: MXS MMC: 0
    Loading Environment from SPI Flash... SF: Detected n25q128a13 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
    OK
    In: serial
    Out: serial
    Err: serial
    Net:
    Warning: ethernet@800f0000 (eth0) using random MAC address - ce:e1:9e:46:f3:a2
    eth0: ethernet@800f0000
    Hit any key to stop autoboot: 0

    Signed-off-by: Lukasz Majewski

    Lukasz Majewski
     

03 Dec, 2019

2 commits


04 Nov, 2019

3 commits


08 Oct, 2019

8 commits


12 Aug, 2019

4 commits


20 Jul, 2019

2 commits

  • Before the wide DM/DTS adoption in the U-Boot proper, the display5
    has been using only DM_SERIAL to provide serial console in
    pre-relocation.

    After moving to full DM/DTS adoption in the U-Boot proper the
    U_BOOT_DEVICE definition is not needed anymore, as it has been
    replaced with udevice creation from provided DTS description.

    Signed-off-by: Lukasz Majewski
    Reviewed-by: Peng Fan

    Lukasz Majewski
     
  • After commit 14453fbfadc2 ("Convert CONFIG_SF_DEFAULT_* to Kconfig")
    and commit abe66b1b5dec ("Convert CONFIG_ENV_SPI_* to Kconfig") ,which
    moved some SPI related CONFIG_* defines to Kconfig the display5 board has
    become unbootable as the SPI CS check condition had wrong value.

    This commit fixes this check and allows proper SPI NOR flash operation in
    SPL.

    Signed-off-by: Lukasz Majewski

    Lukasz Majewski
     

23 Jun, 2019

1 commit


18 Jun, 2018

6 commits


11 May, 2018

1 commit


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


05 Mar, 2018

1 commit

  • Thomas reported U-Boot failed to build host tools if libfdt-devel
    package is installed because tools include libfdt headers from
    /usr/include/ instead of using internal ones.

    This commit moves the header code:
    include/libfdt.h -> include/linux/libfdt.h
    include/libfdt_env.h -> include/linux/libfdt_env.h

    and replaces include directives:
    #include -> #include
    #include -> #include

    Reported-by: Thomas Petazzoni
    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

09 Nov, 2017

1 commit


18 Sep, 2017

1 commit


28 Aug, 2017

1 commit


16 Aug, 2017

2 commits

  • We are now using an env_ prefix for environment functions. Rename these
    two functions for consistency. Also add function comments in common.h.

    Quite a few places use getenv() in a condition context, provoking a
    warning from checkpatch. These are fixed up in this patch also.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     
  • We are now using an env_ prefix for environment functions. Rename setenv()
    for consistency. Also add function comments in common.h.

    Suggested-by: Wolfgang Denk
    Signed-off-by: Simon Glass

    Simon Glass
     

12 Jul, 2017

1 commit

  • 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