1. 28 4月, 2020 9 次提交
  2. 27 4月, 2020 3 次提交
  3. 25 4月, 2020 6 次提交
  4. 24 4月, 2020 2 次提交
  5. 23 4月, 2020 1 次提交
  6. 22 4月, 2020 2 次提交
    • J
      arm: mvebu: clearfog: enable bubt command · 549ba7b4
      Joel Johnson 提交于
      With support added for Armada 38x, include the bubt command in
      ClearFog defconfig.
      Signed-off-by: NJoel Johnson <mrjoel@lixil.net>
      Reviewed-by: NStefan Roese <sr@denx.de>
      549ba7b4
    • J
      arm: mvebu: correct SPL boot configs for SPI/MMC · ab2f757e
      Joel Johnson 提交于
      Update mvebu SPL boot selection mechanism for the move to driver model
      usage by ensuring that the required driver support for SPI and MMC
      booting is available in SPL when the respective boot method is
      selected.
      
      Previously, all mvebu boards selected a boot method (implicitly
      MVEBU_SPL_BOOT_DEVICE_SPI for many) even if SPL booting wasn't used.
      This changes mvebu boot method selection to depend on SPL usage which
      resolves the issue with aarch64 boards which don't use SPL getting an
      implicit boot device selection resulting in unmet dependencies. The
      32-bit arm boards do use SPL, but I'm led to conclude that most aren't
      intentionally using the MVEBU_SPL_BOOT_DEVICE selection since none have
      SPL_DM_SPI enabled in their defconfig even though they still implicitly
      select the SPI boot method.
      
      This also results in the new addition of SPL_GPIO_SUPPORT to helios4.
      The mainline dts for helios4 includes the cd-gpios entry for sdhci with
      identical addresses as the clearfog dts. I don't have a helios4 board
      to confirm, but based on the current source conclude that the board
      itself is either wired to pull the signal low for eMMC, or the default
      MMC boot isn't fully functional in mainline. In either case, as far as
      I can tell, including the GPIO support will at least cause no
      regression.
      
      Tested on SolidRun ClearFog devices.
      Signed-off-by: NJoel Johnson <mrjoel@lixil.net>
      Reviewed-by: NStefan Roese <sr@denx.de>
      ab2f757e
  7. 20 4月, 2020 6 次提交
  8. 18 4月, 2020 11 次提交