
Hi Tor
FYI: alternate patch series http://lists.denx.de/pipermail/u-boot/2010-August/074966.html On the top of http://lists.denx.de/pipermail/u-boot/2010-August/074950.html Will enable this
I hope it will help you
Regards.. Prafulla . .
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Monday, August 09, 2010 1:44 AM To: Tor Krill Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Add support for kirkwood sata controller
Dear Tor Krill,
In message 1277387833-6925-1-git-send-email-tor@excito.com you wrote:
A rudimentary sata driver for the Marvell Kirkwood CPU based on the architecture of the fsl_sata driver.
Signed-off-by: Tor Krill tor@excito.com
drivers/block/Makefile | 1 + drivers/block/sata_mv.c | 800
+++++++++++++++++++++++++++++++++++++++++++++++
drivers/block/sata_mv.h | 229 ++++++++++++++ 3 files changed, 1030 insertions(+), 0 deletions(-) create mode 100644 drivers/block/sata_mv.c create mode 100644 drivers/block/sata_mv.h