30 Sep, 2018

1 commit


11 Sep, 2018

1 commit


06 Sep, 2018

1 commit


11 Aug, 2018

1 commit

  • Travis CI now supports giving jobs an explicit name. Do this for all jobs.
    This allows more direct control over jobs names than the previous
    automatic or implicit naming based on the environment variables or script
    text.

    Signed-off-by: Stephen Warren
    [trini: Update names for jobs added/changed since posting]
    Signed-off-by: Tom Rini

    Stephen Warren
     

01 Aug, 2018

2 commits


03 Jul, 2018

1 commit

  • The various Aries Embedded boards have been orphaned for a year and no
    one has come forward to take care of them. Remove.

    Signed-off-by: Tom Rini

    Tom Rini
     

30 May, 2018

1 commit

  • Fix riscv: ax25-ae350 build fail problem
    https://travis-ci.org/trini/u-boot/jobs/385147373

    ...
    Building current source for 1 boards (1 thread, 2 jobs per thread)
    riscv: + ax25-ae350
    +arch/riscv/cpu/ax25/start.S: Assembler messages:
    +arch/riscv/cpu/ax25/start.S:48: Error: unrecognized opcode `sd a2,0(t0)'
    +arch/riscv/cpu/ax25/start.S:112: Error: unrecognized opcode `ld t5,0(t0)'
    ...

    After apply the commit
    configs: ax25-ae350: Set 64-bit as default configuration

    Toolchain shall be also setuped with 64-bit in .travis.yml.

    Signed-off-by: Rick Chen
    Signed-off-by: Rick Chen
    Reviewed-by: Chih-Mao Chen
    Cc: Greentime Hu

    Rick Chen
     

23 May, 2018

2 commits

  • - Xilinx aarch64 is caught in the general xilinx arm job, exclude from
    the general aarch64 job.
    - Give the generic aarch64 job a better name
    - Re-sort the PowerPC jobs so that we can complete them a bit quicker.

    Signed-off-by: Tom Rini

    Tom Rini
     
  • Add support for gcc versions 7.3.0, 6.4.0 and 4.9.4.

    Also use a regex for matching the tarball names. Some gcc versions
    use '-ARCH-' instead of '_ARCH-'.

    As part of this, we switch TravisCI to also using these toolchains for
    all platforms.

    Signed-off-by: Daniel Schwierzeck
    Signed-off-by: Tom Rini

    Daniel Schwierzeck
     

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
     

02 Apr, 2018

1 commit


15 Mar, 2018

1 commit


14 Feb, 2018

2 commits


05 Feb, 2018

2 commits


23 Jan, 2018

1 commit


22 Jan, 2018

1 commit


20 Jan, 2018

2 commits


16 Jan, 2018

1 commit


12 Jan, 2018

1 commit


10 Jan, 2018

1 commit


08 Oct, 2017

1 commit


07 Oct, 2017

2 commits


06 Oct, 2017

2 commits


24 Sep, 2017

1 commit

  • This makes us act like the Linux Kernel does and allow for dtc to be
    provided externally but otherwise we use the version of dtc that is
    included in the sources. This in turn means that we can drop the
    checkdtc logic. We select DTC in the cases where we will need the dtc
    tool provided.

    Signed-off-by: Tom Rini

    Tom Rini
     

22 Sep, 2017

1 commit


15 Sep, 2017

1 commit

  • In a0f3e3df4adc we switched to using the Ubuntu-provided dtc as travis
    was having a problem with the number of warnings that were generated by
    the newer dtc. This is no longer a concern as we now have the same
    logic as Linux to enable/disable additional more stringent warnings. Go
    back to building dtc from source.

    Signed-off-by: Tom Rini
    Reviewed-by: Simon Glass
    Tested on travis-ci:
    Tested-by: Simon Glass

    Tom Rini
     

12 Sep, 2017

1 commit


11 Aug, 2017

1 commit

  • The 'tests' target will run sandbox, sandbox_spl and sandbox_flattree in
    test.py and in the case of sandbox_spl ensure that we just run the
    specific tests for that build. Update our matrix to perform similar
    test.py runs.

    Signed-off-by: Tom Rini

    Tom Rini
     

09 Jul, 2017

1 commit


07 Jul, 2017

1 commit

  • AVR32 is gone. It's already more than two years for no support in Buildroot,
    even longer there is no support in GCC (last version is heavily patched 4.2.4).

    Linux kernel v4.12 got rid of it (and v4.11 didn't build successfully).

    There is no good point to keep this support in U-Boot either.

    Reviewed-by: Simon Glass
    Reviewed-by: Tom Rini
    Reviewed-by: Heiko Schocher
    Signed-off-by: Andy Shevchenko

    Andy Shevchenko
     

30 Jun, 2017

1 commit


16 Jun, 2017

1 commit


12 Jun, 2017

2 commits