1. 13 8月, 2019 10 次提交
  2. 12 8月, 2019 4 次提交
    • S
      watchdog: omap_wdt: Convert watchdog driver to use DT and DM · 7659ea32
      Suniel Mahesh 提交于
      This patch adds device tree and driver model watchdog support,
      converts the legacy omap watchdog driver to driver model for
      TI AM335x chipsets. The following compile warning is removed:
      
      ===================== WARNING ======================
      This board does not use CONFIG_WDT (DM watchdog support).
      Please update the board to use CONFIG_WDT before the
      v2019.10 release.
      Failure to update by the deadline may result in board removal.
      See doc/driver-model/MIGRATION.txt for more info.
      ====================================================
      
      CONFIG_HW_WATCHDOG is no more a default option for AM33XX devices
      after DT/DM conversion, adjusted kconfig accordingly.
      
      DM watchdog support is enabled by default in SPL. The SPL image
      doesn't fit into SRAM because of size constraints and build breaks
      with an overflow. For this reason DM watchdog support should be
      disabled in SPL, driver code should be adjusted accordingly to serve
      this purpose.
      Built and tested on AM335x device (BeagleboneBlack), compile tested
      for all other AM33xx based boards.
      Signed-off-by: NSuniel Mahesh <sunil.m@techveda.org>
      7659ea32
    • A
      ARM: omap3: overo: Fix MMC init for SPL · 2800bb15
      Anselm Busse 提交于
      The SPL for the Overo board does not initialise the MMC. Hence, it
      cannot load the main boot loader from the SD card susequently. This
      patch moves the initialisation code for the MMC so it gets included in
      the SPL.
      
      [trini: Add missing header]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      2800bb15
    • A
      board: siemens: extend factoryset reading for giedi and deneb boards · 490e6d68
      Anatolij Gustschin 提交于
      giedi and deneb are i.MX8X based and have additional data with
      WLAN MAC in factoryset container. Enable building for these
      boards and adapt factoryset functions to set WLAN MAC and dtb
      name in environment.
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      490e6d68
    • A
      board: siemens: adapt factoryset reading for DM_I2C enabled boards · 4987bc2a
      Anatolij Gustschin 提交于
      For new boards we always enable DM_I2C. Extend factoryset functions
      to support EEPROM reading on these boards.
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      4987bc2a
  3. 11 8月, 2019 2 次提交
  4. 10 8月, 2019 24 次提交