Skip to content
Snippets Groups Projects
  1. Jul 22, 2010
  2. Jun 13, 2010
  3. May 28, 2010
  4. May 03, 2010
  5. Apr 21, 2010
  6. Apr 19, 2010
    • Richard Retanubun's avatar
      fsl_i2c: Added a callpoint for i2c_board_late_init · 26a33504
      Richard Retanubun authored
      This patch adds a callpoint in i2c_init that allows board specific
      i2c board initialization (typically for i2c bus reset) that is called
      after i2c_init operations, allowing the i2c_board_late_init function
      to use the pre-configured i2c bus speed and slave address.
      26a33504
  7. Apr 13, 2010
  8. Apr 08, 2010
  9. Mar 21, 2010
  10. Feb 01, 2010
  11. Jan 26, 2010
  12. Jan 17, 2010
    • Heiko Schocher's avatar
      cmd_eeprom: I2C updates · 548738b4
      Heiko Schocher authored
      
      - CONFIG_ENV_EEPROM_IS_ON_I2C
        define this, if you have I2C and SPI activated, and your
        EEPROM, which holds the environment, is on the I2C bus.
      
      - CONFIG_I2C_ENV_EEPROM_BUS
        if you have an Environment on an EEPROM reached over
        I2C muxes, you can now define, how to reach this
        EEPROM.
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      548738b4
  13. Dec 08, 2009
  14. Dec 07, 2009
  15. Dec 05, 2009
  16. Dec 02, 2009
  17. Oct 27, 2009
  18. Oct 18, 2009
    • Mike Frysinger's avatar
      env: only build env_embedded and envcrc when needed · 6dab6add
      Mike Frysinger authored
      
      The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
      compile the code when this isn't defined is pointless.  Now that the env
      headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
      system to only build the env objects when this is enabled.  And now that
      the env code is conditionally compiled, we can drop the source code checks.
      
      For people who want to extract the environment manually, add a new option
      CONFIG_BUILD_ENVCRC that only enables the envcrc utility.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      6dab6add
  19. Sep 24, 2009
  20. Sep 22, 2009
  21. Sep 06, 2009
    • Eric Millbrandt's avatar
      Reset i2c slave devices during init on mpc5xxx cpus · 5da71efa
      Eric Millbrandt authored
      
      Reset any i2c devices that may have been interrupted during a system reset.
      Normally this would be accomplished by clocking the line until SCL and SDA
      are released and then sending a start condtiion (From an Atmel datasheet).
      There is no direct access to the i2c pins so instead create start commands
      through the i2c interface.  Send a start command then delay for the SDA Hold
      time, repeat this by disabling/enabling the bus a total of 9 times.
      
      Signed-off-by: default avatarEric Millbrandt <emillbrandt@dekaresearch.com>
      5da71efa
  22. Sep 02, 2009
  23. Aug 25, 2009
  24. Jul 23, 2009
  25. Jul 17, 2009
  26. Jul 16, 2009
  27. Jul 07, 2009
  28. Jun 21, 2009
  29. Jun 12, 2009
  30. Apr 03, 2009
    • Peter Tyser's avatar
      Add support for building native win32 tools · 2f8d396b
      Peter Tyser authored
      
      Add support for compiling the host tools in the tools directory using
      the MinGW toolchain.  This produces executables which can be used on
      standard Windows computers without requiring cygwin.
      
      One must specify the MinGW compiler and strip utilities as if they
      were the host toolchain in order to build win32 executables, eg:
      
      make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      2f8d396b
Loading