Skip to content
Snippets Groups Projects
  1. Apr 03, 2009
    • Peter Tyser's avatar
      elf.h: Use stdint.h to provide standard typedefs for WIN32 · 24d2ae5e
      Peter Tyser authored
      
      The original code provided an incomplete set of typedefs for WIN32
      compiles and replicated the standard typedefs that are already
      provided by stdint.h
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      24d2ae5e
    • 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
    • Wolfgang Denk's avatar
      Add "source" command; prepare removal of "autoscr" command · 74de7aef
      Wolfgang Denk authored
      
      According to the doc/feature-removal-schedule.txt, the "autoscr"
      command will be replaced by the "source" command in approximately 6
      months from now.
      
      This patch prepares this change and starts a 6 month transition
      period as follows:
      
      - The new "source" command has been added, which implements exactly
        the same functionlaity as the old "autoscr" command before
      - The old "autoscr" command name is kept as an alias for compatibility
      - Command sequences, script files atc. have been adapted to use the
        new "source" command
      - Related environment variables ("autoscript", "autoscript_uname")
        have *not* been adapted yet; these will be renamed resp. removed in
        a separate patch when the support for the "autoscr" command get's
        finally dropped.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      74de7aef
  2. Apr 02, 2009
  3. Apr 01, 2009
  4. Mar 30, 2009
  5. Mar 29, 2009
Loading