Skip to content
Snippets Groups Projects
  1. Apr 04, 2009
  2. Apr 03, 2009
    • unsik Kim's avatar
      mflash: Initial mflash support · 75eb82ec
      unsik Kim authored
      
      Mflash is fusion memory device mainly targeted consumer eletronic and
      mobile phone.
      Internally, it have nand flash and other hardware logics and supports
      some different operation (ATA, IO, XIP) modes.
      
      IO mode is custom mode for the host that doesn't have IDE interface.
      (Many mobile targeted SoC doesn't have IDE bus)
      
      This driver support mflash IO mode.
      
      Followings are brief descriptions about IO mode.
      
      1. IO mode based on ATA protocol and uses some custom command. (read
         confirm, write confirm)
      2. IO mode uses SRAM bus interface.
      
      Signed-off-by: default avatarunsik Kim <donari75@gmail.com>
      75eb82ec
    • Detlev Zundel's avatar
      Rename common ns16550 constants with UART_ prefix to prevent conflicts · 200779e3
      Detlev Zundel authored
      
      Fix problems introduced in commit
      7b5611cd [inka4x0: Add hardware
      diagnosis functions for inka4x0] which redefined MSR_RI which is
      already used on PowerPC systems.
      
      Also eliminate redundant definitions in ps2mult.h.  More cleanup will
      be needed for other redundant occurrences though.
      
      Signed-off-by: default avatarDetlev Zundel <dzu@denx.de>
      200779e3
    • Scott Wood's avatar
      Noisily disable the legacy NAND subsystem. · 99067b08
      Scott Wood authored
      
      Legacy NAND is marked for feature removal after April 2009 (i.e. this
      upcoming release).  There are still several boards that reference it
      (though many do so only for disk-on-chip support which has been silently
      disabled for a while now).  These boards will now fail to build
      with #error, though the code is still there if the user removes #error.
      
      The plan is to remove the code outright in the next release, along with
      any board code that refers to it (such as board/esd/common/auto_update.c).
      
      Also, remove the legacy NAND API description from README.nand.
      
      Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
      99067b08
  3. Apr 02, 2009
  4. Mar 31, 2009
    • Jens Scharsig's avatar
      soft_i2c.c compiler/linker error · d144f94d
      Jens Scharsig authored
      
      This patch fix the compiler/linker errors
      
      common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
      common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
      
      if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
      uesd/undef (wrong define order)
      
      and
      
      removes additional empty lines
      
      Signed-off-by: default avatarJens Scharsig <esw@bus-elektronik.de>
      d144f94d
  5. Mar 30, 2009
  6. Mar 29, 2009
Loading