18 Nov, 2013

2 commits


01 Nov, 2013

1 commit


26 Nov, 2007

9 commits


25 Nov, 2007

2 commits


21 Nov, 2007

1 commit


17 Nov, 2007

1 commit


16 Nov, 2007

7 commits


06 Nov, 2007

1 commit


02 Nov, 2007

1 commit


23 Oct, 2007

3 commits


07 Sep, 2007

1 commit


14 Aug, 2007

1 commit


08 Aug, 2007

1 commit


06 Aug, 2007

2 commits


03 Jul, 2007

1 commit


16 May, 2007

1 commit

  • 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: Mushtaq Khan

    mushtaq khan
     

09 May, 2007

1 commit


23 Apr, 2007

1 commit


18 Apr, 2007

2 commits


14 Apr, 2007

1 commit

  • Driver for the Atmel MACB on-chip ethernet controller.

    This driver has been tested on the ATSTK1000 board with a AT32AP7000
    CPU. It should probably work on AT91SAM926x as well with some minor
    modifications.

    Hardware documentation can be found in the AT32AP7000 data sheet,
    which can be downloaded from

    http://www.atmel.com/dyn/products/datasheets.asp?family_id=682

    Signed-off-by: Haavard Skinnemoen

    Haavard Skinnemoen