]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add AHCI support to u-boot
authorJin Zhengxiong <jason@bus.ap.freescale.net>
Wed, 23 Aug 2006 11:10:44 +0000 (19:10 +0800)
committerJon Loeliger <jdl@freescale.com>
Wed, 23 Aug 2006 15:39:01 +0000 (10:39 -0500)
commit4782ac80b02f0d01afd309e2200dd3c7037f2ba4
treeb2c1dbf6a73617a5b1e0ff961f0d4e97342e33a2
parentd8ea2acf5f137cae99417df4f573d036ee384668
Add AHCI support to u-boot

Add AHCI support in u-boot, enable the sata disk controllers which
following the AHCI protocol.

Signed-off-by:Jason Jin<jason.jin@freescale.com>
common/cmd_scsi.c
drivers/Makefile
drivers/ahci.c [new file with mode: 0644]
include/ahci.h [new file with mode: 0644]