1. 07 8月, 2020 3 次提交
  2. 29 7月, 2020 8 次提交
  3. 28 7月, 2020 1 次提交
  4. 27 7月, 2020 1 次提交
    • Y
      Move eSDHC adapter card identification to board files · 39913ace
      Yangbo Lu 提交于
      The eSDHC adapter card identification and multiplexing configuration
      through FPGA had been implemented in both common mmc driver and
      fsl_esdhc driver. However it is proper to move these code to board
      files and do it during board initialization. The FPGA registers are
      also board specific.
      
      This patch is to move eSDHC adapter card identification and
      multiplexing configuration from mmc driver to specific board files.
      And the option CONFIG_FSL_ESDHC_ADAPTER_IDENT is no longer needed.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      [Rebased, Removed T1040QDS change as board does not exist]
      Signed-off-by: NPriyanka Jain <priyanka.jain@nxp.com>
      39913ace
  5. 25 7月, 2020 1 次提交
  6. 18 7月, 2020 1 次提交
  7. 17 7月, 2020 2 次提交
  8. 13 7月, 2020 1 次提交
    • A
      ARM: da850-evm: Unify config options with Kconfig · 7bb33e46
      Adam Ford 提交于
      There are two options that are currently whitelisted, but they
      are redundant, because there are not necessary since Kconfig options
      exist to basically state the same thing.
      
      CONFIG_DIRECT_NOR_BOOT and CONFIG_USE_NOR are both set together and
      only used by the da850 when booting from NOR, however the only time
      CONFIG_MTD_NOR_FLASH is configured is when booting from NOR. Since
      NOR doesn't need SPL, the options for SPL can be moved to a check for
      building SPL instead of checking for NOR.
      
      This patch removes the checks for these two config options and unifies
      the checks around the Kconfig option of CONFIG_MTD_NOR_FLASH.
      
      Since this board is the only board that uses these two config options,
      they can be removed from the whitelist table.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      7bb33e46
  9. 11 7月, 2020 1 次提交
  10. 10 7月, 2020 1 次提交
  11. 09 7月, 2020 2 次提交
  12. 30 6月, 2020 1 次提交
  13. 24 6月, 2020 1 次提交
  14. 23 6月, 2020 1 次提交
  15. 19 6月, 2020 2 次提交
  16. 11 6月, 2020 1 次提交
  17. 05 6月, 2020 1 次提交
  18. 26 5月, 2020 1 次提交
  19. 25 5月, 2020 2 次提交
  20. 23 5月, 2020 1 次提交
  21. 20 5月, 2020 1 次提交
  22. 16 5月, 2020 2 次提交
  23. 11 5月, 2020 1 次提交
  24. 09 5月, 2020 1 次提交
  25. 08 5月, 2020 2 次提交