08 Apr, 2019

1 commit

  • This patch moves all instances of static "watchdog_dev" declarations to
    the "data" section. This may be needed, as the BSS may not be cleared
    in the early U-Boot phase, where watchdog_reset() is already beeing
    called. This may result in incorrect pointer access, as the check to
    "!watchdog_dev" in watchdog_reset() may not be true and the function
    may continue to run.

    Signed-off-by: Stefan Roese
    Cc: Heiko Schocher
    Cc: Tom Rini
    Cc: Michal Simek
    Cc: "Marek Behún"
    Cc: Daniel Schwierzeck
    Tested-by: Michal Simek (on zcu100)
    Reviewed-by: Michal Simek

    Stefan Roese
     

23 Mar, 2019

1 commit

  • Since commit 27cb7300ffda ("Ensure device tree DTS is compiled"),
    build succeeds irrespective of the correctness of Makefile.

    In fact, you can compile any defconfig without adding any entry in
    arch/*/dts/Makefile.

    I am going to revert that commit, so device tree must be explicitly
    listed in Makefile.

    Signed-off-by: Masahiro Yamada
    Reviewed-by: Daniel Schwierzeck

    Masahiro Yamada
     

09 Feb, 2019

1 commit


01 Feb, 2019

1 commit


27 Jan, 2019

1 commit

  • Make use of "IMAGE_MAX_SIZE" and "IMAGE_TEXT_BASE" rather than
    CONFIG_SPL_MAX_SIZE and CONFIG_SPL_TEXT_BASE. This lets us re-use the
    same script for both SPL and TPL. Add logic to scripts/Makefile.spl to
    pass in the right value when preprocessing the script.

    Cc: Stefano Babic
    Cc: Fabio Estevam
    Cc: Jagan Teki
    Cc: Maxime Ripard
    Cc: Andreas Bießmann
    Cc: Philipp Tomsich
    Cc: Michal Simek
    Cc: Daniel Schwierzeck
    Cc: York Sun
    Cc: Bin Meng
    Cc: Heiko Schocher
    Cc: Adam Ford
    Signed-off-by: Tom Rini
    Reviewed-by: Daniel Schwierzeck
    Tested-by: Daniel Schwierzeck
    Tested-by: Adam Ford #da850evm & omap3_logic_somlv
    Reviewed-by: Simon Goldschmidt

    Tom Rini
     

24 Jan, 2019

7 commits


16 Jan, 2019

16 commits


19 Dec, 2018

12 commits