18 Jan, 2020

1 commit


07 Jan, 2020

1 commit


04 Dec, 2019

1 commit


03 Dec, 2019

3 commits


08 Oct, 2019

4 commits


12 Aug, 2019

4 commits


29 Jul, 2019

2 commits


13 Jul, 2019

1 commit

  • Support for Phytech phyCORE AM335x R2 SOM (PCL060) on the Phytec
    phyBOARD-Wega AM335x.

    CPU : AM335X-GP rev 2.1
    Model: Phytec AM335x phyBOARD-WEGA
    DRAM: 256 MiB
    NAND: 256 MiB
    MMC: OMAP SD/MMC: 0
    eth0: ethernet@4a100000

    Working:
    - Eth0
    - i2C
    - MMC/SD
    - NAND
    - UART
    - USB (host)

    Device trees were taken from Linux mainline:
    commit 37624b58542f ("Linux 5.1-rc7")

    Signed-off-by: Niel Fourie
    Signed-off-by: Parthiban Nallathambi
    Reviewed-by: Heiko Schocher
    Reviewed-by: Tom Rini
    Tested-by: Marek Vasut

    Niel Fourie
     

23 Jun, 2019

1 commit


11 Jun, 2019

2 commits


14 Apr, 2019

9 commits


28 Jan, 2019

1 commit

  • Port for the PHYTEC phyBOARD-i.MX6UL-Segin single board computer. Based on
    the PHYTEC phyCORE-i.MX6UL SOM (PCL063).

    CPU: Freescale i.MX6UL rev1.2 528 MHz (running at 396 MHz)
    CPU: Industrial temperature grade (-40C to 105C) at 44C
    Reset cause: POR
    Board: PHYTEC phyCORE-i.MX6UL
    I2C: ready
    DRAM: 256 MiB
    NAND: 512 MiB
    MMC: FSL_SDHC: 0
    In: serial
    Out: serial
    Err: serial
    Net: FEC0

    Working:
    - Eth0
    - i2C
    - MMC/SD
    - NAND
    - UART (1 & 5)
    - USB (host & otg)

    Signed-off-by: Martyn Welch

    Martyn Welch
     

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
     

09 Apr, 2018

1 commit

  • In order that we can use eth_env_* even when CONFIG_NET isn't set, move
    these functions to environment code from net code.

    This fixes failures such as:

    board/ti/am335x/built-in.o: In function `board_late_init':
    board/ti/am335x/board.c:752: undefined reference to `eth_env_set_enetaddr'
    u-boot/board/ti/am335x/board.c:766: undefined reference to `eth_env_set_enetaddr'

    which caters for use cases such as:

    commit f411b5cca48f ("board: am335x: Always set eth/eth1addr environment
    variable")

    when Ethernet is required in Linux, but not U-Boot.

    Signed-off-by: Alex Kiernan

    Alex Kiernan
     

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
     

06 Nov, 2017

1 commit

  • As part of my usual round of build testing, output about missing
    MAINTAINERS information was not logged, and thus often overlooked.
    Correct that mistake by ensuring that I log the output of
    genboardscfg.py every time. As part of that, address a number of
    missing MAINTAINERS entires. In the case of a missing file, I have put
    the original submitter down. In the rest of the cases I have added the
    config (and sometimes relevant header file) to the existing set of file
    globs.

    Signed-off-by: Tom Rini

    Tom Rini
     

05 Sep, 2017

1 commit


29 Aug, 2017

1 commit

  • In case of 2 banks, the address space of the first CS must be defined
    and not let to the higher value.

    Add support for SOM with a single bank of RAM. It was tested with i.MX6Q
    modules in the following configurations:

    - 2 Banks, 4 GB
    - 2 Banks, 1 GB
    - 1 Bank, 1 GB

    Signed-off-by: Stefano Babic

    Stefano Babic
     

28 Aug, 2017

1 commit


17 Aug, 2017

1 commit


16 Aug, 2017

2 commits