]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ata: add the support for SATA framework
authorDave Liu <r63238@freescale.com>
Wed, 26 Mar 2008 14:49:44 +0000 (22:49 +0800)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Mar 2008 22:38:51 +0000 (23:38 +0100)
commitc7057b529c3c3cb9c0ac9060686a4068f1491bbe
tree8525c3cd0fabf30fe590d91cfb1902519191993b
parent83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
ata: add the support for SATA framework

- add the SATA framework
- add the SATA command line

Signed-off-by: Dave Liu <daveliu@freescale.com>
common/Makefile
common/cmd_sata.c [new file with mode: 0644]
disk/part.c
disk/part_dos.c
disk/part_iso.c
disk/part_mac.c
include/part.h
include/sata.h [new file with mode: 0644]