1. 23 3月, 2016 1 次提交
  2. 19 2月, 2016 1 次提交
  3. 01 12月, 2015 2 次提交
  4. 25 11月, 2015 1 次提交
  5. 13 11月, 2015 1 次提交
  6. 17 9月, 2015 3 次提交
  7. 07 8月, 2015 3 次提交
  8. 06 8月, 2015 3 次提交
  9. 29 7月, 2015 1 次提交
  10. 26 6月, 2015 1 次提交
    • J
      Move default y configs out of arch/board Kconfig · c9bb942e
      Joe Hershberger 提交于
      Some archs/boards specify their own default by pre-defining the config
      which causes the Kconfig system to mix up the order of the configs in
      the defconfigs... This will cause merge pain if allowed to proliferate.
      
      Remove the configs that behave this way from the archs.
      
      A few configs still remain, but that is because they only exist as
      defaults and do not have a proper Kconfig entry. Those appear to be:
      
      SPIFLASH
      DISPLAY_BOARDINFO
      Signed-off-by: NJoe Hershberger <joe.hershberger@ni.com>
      [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
      drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c9bb942e
  11. 01 6月, 2015 1 次提交
  12. 05 3月, 2015 1 次提交
  13. 12 12月, 2014 1 次提交
    • S
      dm: i2c: tegra: Convert to driver model · b0e6ef46
      Simon Glass 提交于
      This converts all Tegra boards over to use driver model for I2C. The driver
      is adjusted to use driver model and the following obsolete CONFIGs are
      removed:
      
         - CONFIG_SYS_I2C_INIT_BOARD
         - CONFIG_I2C_MULTI_BUS
         - CONFIG_SYS_MAX_I2C_BUS
         - CONFIG_SYS_I2C_SPEED
         - CONFIG_SYS_I2C
      
      This has been tested on:
      - trimslice (no I2C)
      - beaver
      - Jetson-TK1
      
      It has not been tested on Tegra 114 as I don't have that board.
      Acked-by: NHeiko Schocher <hs@denx.de>
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      b0e6ef46
  14. 25 9月, 2014 2 次提交
  15. 19 8月, 2014 1 次提交
    • S
      ARM: tegra: enable DFU too · 39446bce
      Stephen Warren 提交于
      Enable DFU protocol support (via the "dfu" command) on Tegra boards where
      USB device/gadget mode is enabled.
      
      Note that for DFU to operate correctly on Tegra, we still need some DFU
      fixes/enhancements that are going through the DFU -> USB trees. However,
      the code builds just fine without those changes, and applying this patch
      now will allow both sets of patches to meet in the main U-Boot tree much
      more quickly.
      
      In order to run test/dfu/dfu_gadget_test.sh, you would need to add the
      following to the board configuration:
      
      CONFIG_EXT4_WRITE
      CONFIG_CMD_EXT4_WRITE
      
      However, I haven't enabled those here, since I believe the main use-case
      for DFU on Tegra is raw flash writing, rather than filesystem access, so
      we don't need the additional code-size hit. However, I could be persuaded
      otherwise! We should probably add a separate test script for raw flash
      access.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      39446bce
  16. 06 6月, 2014 1 次提交
  17. 05 3月, 2014 1 次提交
  18. 04 2月, 2014 1 次提交
  19. 19 12月, 2013 1 次提交
  20. 23 7月, 2013 1 次提交
  21. 12 7月, 2013 1 次提交
  22. 14 6月, 2013 1 次提交
  23. 26 3月, 2013 1 次提交
  24. 15 3月, 2013 2 次提交
  25. 12 2月, 2013 1 次提交
  26. 17 1月, 2013 1 次提交