28 Apr, 2018

1 commit

  • As of clang-5.0, things have changed a bit. First, we cannot
    automatically guess -target values as if we do not pass one with CC then
    cc-option will fail. Second, to disable movt/movw relocations the
    argument has become -mno-movt.

    Related to the target part, we cannot use arm-none-eabi as that ends up
    being too generic of an ARM target for things like say rpi_3_32b to
    work.

    Signed-off-by: Tom Rini

    Tom Rini
     

02 Apr, 2016

1 commit

  • - Move most of the flags required into LLVM_RELFLAGS to test at build
    time instead of requiring them to be passed in.
    - Update doc/README.clang to reflect this
    - Switch to rpi_2 as the example as it's closer to working out of the
    box than rpi is.

    Cc: Jeroen Hofstee
    Signed-off-by: Tom Rini

    Tom Rini
     

27 Mar, 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
     

08 Dec, 2014

1 commit


25 Sep, 2014

1 commit


11 Sep, 2014

1 commit