1. 03 11月, 2012 1 次提交
  2. 19 3月, 2012 1 次提交
  3. 19 10月, 2008 1 次提交
  4. 21 8月, 2008 2 次提交
  5. 16 5月, 2007 2 次提交
    • W
      Minor coding style cleanup. · 3162eb83
      Wolfgang Denk 提交于
      3162eb83
    • M
      Add driver for S-ATA-controller on Intel processors with South · 66d9dbec
      mushtaq khan 提交于
      Bridge, ICH-5, ICH-6 and ICH-7. 
      
      Implementation:
      
      1. Code is divided in to two files. All functions, which are
         controller specific are kept in "drivers/ata_piix.c" file and
         functions, which are not controller specific, are kept in
         "common/cmd_sata.c" file.
      
      2. Reading and Writing from the S-ATA drive is done using PIO method.
      
      3. Driver can be configured for 48-bit addressing by defining macro
         CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
         addressing.
      
      4. S-ATA read function is hooked to the File system, commands like
         ext2ls and ext2load file can be used. This has been tested.
      
      5. U-Boot command "SATA_init" is added, which initializes the S-ATA
         controller and identifies the S-ATA drives connected to it.
      
      6. U-Boot command "sata" is added, which is used to read/write, print
         partition table and get info about the drives present. This I have
         implemented in same way as "ide" command is implemented in U-Boot.
      
      7. This driver is for S-ATA in native mode.
      
      8. This driver does not support the Native command queuing and
         Hot-plugging.
      Signed-off-by: NMushtaq Khan <mushtaq_k@procsys.com>
      66d9dbec
  6. 15 3月, 2004 1 次提交
  7. 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
  8. 05 1月, 2004 1 次提交
  9. 08 12月, 2003 1 次提交
    • W
      * Patch by Pierre Aubert, 24 Nov 2003: · 9fd5e31f
      wdenk 提交于
        - add a return value for the fpga command
        - add ide_preinit() function called in ide_init if CONFIG_IDE_PREINIT
          is defined. If ide_preinit fails, ide_init is aborted.
        - fix an endianess problem in fat.h
      9fd5e31f
  10. 03 11月, 2002 1 次提交