1. 09 10月, 2012 1 次提交
  2. 01 5月, 2011 2 次提交
    • W
      IDE: fix compiler warnings · 96d04c31
      Wolfgang Denk 提交于
      The changes introduced by commit 0abddf82 ``cmd_ide: enhance new
      feature "CONFIG_IDE_AHB"'' caused compiler warnings like
      
      cmd_ide.c: In function 'ide_init':
      cmd_ide.c:716: warning: assignment from incompatible pointer type
      
      Constify the respective function arguments to fix this.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      96d04c31
    • M
      cmd_ide: enhance new feature "CONFIG_IDE_AHB" · 0abddf82
      Macpaul Lin 提交于
      Although most IDE controller is designed to be connected to PCI bridge,
      there are still some IDE controller support AHB interface for SoC design.
      
      The driver implementation of these IDE-AHB controllers differ from other
      IDE-PCI controller, some additional registers and commands access is required
      during CMD/DATA I/O. Hence a configuration "CONFIG_IDE_AHB" in cmd_ide.c is
      required to be defined to support these kinds of SoC controllers. Such as
      Faraday's FTIDE020 series and Global Unichip's UINF-0301.
      Signed-off-by: NMacpaul Lin <macpaul@andestech.com>
      0abddf82
  3. 03 10月, 2009 1 次提交
  4. 25 9月, 2009 1 次提交
  5. 19 10月, 2008 1 次提交
  6. 28 8月, 2007 1 次提交
  7. 20 2月, 2007 2 次提交
  8. 15 3月, 2004 1 次提交
  9. 14 3月, 2004 1 次提交
    • W
      * Patch by Rune Torgersen, 27 Feb 2004: · c40b2956
      wdenk 提交于
        - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA)
        - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF)
        - Added support for 64bit strtoul (CFG_64BIT_STRTOUL)
      
      * Patch by Masami Komiya, 27 Feb 2004:
        Fix rarpboot: add autoload by NFS
      
      * Patch by Dan Eisenhut, 26 Feb 2004:
        fix flash_write return value in saveenv
      
      * Patch by Stephan Linz, 11 Dec 2003
        expand config.mk to avoid trigraph warnings on NIOS
      
      * Rename "BMS2003" board into "HMI10"
      c40b2956
  10. 27 8月, 2002 1 次提交
  11. 28 12月, 2000 1 次提交
  12. 14 12月, 2000 1 次提交
  13. 13 11月, 2000 1 次提交