1. 30 4月, 2019 2 次提交
  2. 27 4月, 2019 36 次提交
  3. 26 4月, 2019 2 次提交
    • S
      arm: kirkwood: openrd: Mark openrd boards as maintained again · b684d403
      Stefan Roese 提交于
      With the latest size increase of the openrd boards, they all compile
      clean again. Let's mark them as maintained again and add the Travis
      job.
      
      Please note that I can only compile-test these targets as I don't
      have access to one of those boards.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Albert ARIBAUD <albert-u-boot@aribaud.net>
      Cc: Vagrant Cascadian <vagrant@debian.org>
      Cc: Chris Packham <judge.packham@gmail.com>
      Cc: Tom Rini <trini@konsulko.com>
      b684d403
    • S
      watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset · c2ff69a4
      Stefan Roese 提交于
      With the new generic function, the scattered other functions are now
      removed to be replaced by the generic one. The new version also enables
      the configuration of the watchdog timeout via the DT "timeout-sec"
      property (if enabled via CONFIG_OF_CONTROL).
      
      The watchdog servicing is enabled via CONFIG_WATCHDOG.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Eugen Hristev <eugen.hristev@microchip.com>
      c2ff69a4