Skip to content
Snippets Groups Projects
  1. Mar 04, 2015
  2. Dec 11, 2014
    • Simon Glass's avatar
      dm: i2c: tegra: Convert to driver model · b0e6ef46
      Simon Glass authored
      
      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: default avatarHeiko Schocher <hs@denx.de>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      b0e6ef46
    • Allen Martin's avatar
      ARM: tegra: Add support for nyan-big board · a6c7b461
      Allen Martin authored
      
      Nyan-big is a Tegra124 clamshell board that is very similar to venice2, but
      it has a different panel, the sdcard cd and wp sense are flipped, and it has
      a different revision of the AS3722 PMIC.
      
      This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA
      Tegra K1, 2GB). The display is not currently supported, so it should
      boot on other nyan-based Chromebooks also, but only the device tree for
      nyan-big is provided here.
      
      The device tree file is from Linux but with features removed which are
      unlikely to be supported in U-Boot soon (regulators, pinmux). Also the
      addresses are updated to 32-bit.
      
      Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      (rebase, change to 'nyan-big', fix pinmux that resets nyan-big)
      a6c7b461
  3. Sep 25, 2014
  4. Aug 18, 2014
    • Stephen Warren's avatar
      ARM: tegra: enable DFU too · 39446bce
      Stephen Warren authored
      
      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: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      39446bce
  5. Jun 05, 2014
  6. Mar 04, 2014
  7. Feb 03, 2014
  8. Dec 18, 2013
  9. Jul 23, 2013
  10. Jul 11, 2013
  11. Jun 13, 2013
  12. Mar 25, 2013
  13. Mar 14, 2013
  14. Feb 11, 2013
  15. Jan 16, 2013
Loading