Re: [U-Boot] [uBoot 1/2] common: spl: Add spl sata boot support

2014-01-29 Thread Roger Quadros
On 01/29/2014 03:07 PM, Dan Murphy wrote: > Roger > > On 01/29/2014 03:16 AM, Roger Quadros wrote: >> Hi Dan, >> >> On 01/28/2014 10:01 PM, Dan Murphy wrote: >>> Add spl_sata to read a fat partition from a bootable SATA >>> drive. >>> >>> Signed-off-by: Dan Murphy >>> --- >>> common/Makefile

Re: [U-Boot] [uBoot 1/2] common: spl: Add spl sata boot support

2014-01-29 Thread Dan Murphy
Roger On 01/29/2014 03:16 AM, Roger Quadros wrote: > Hi Dan, > > On 01/28/2014 10:01 PM, Dan Murphy wrote: >> Add spl_sata to read a fat partition from a bootable SATA >> drive. >> >> Signed-off-by: Dan Murphy >> --- >> common/Makefile |3 +++ >> common/cmd_scsi.c |2 ++ >> com

Re: [U-Boot] [uBoot 1/2] common: spl: Add spl sata boot support

2014-01-29 Thread Roger Quadros
Hi Dan, On 01/28/2014 10:01 PM, Dan Murphy wrote: > Add spl_sata to read a fat partition from a bootable SATA > drive. > > Signed-off-by: Dan Murphy > --- > common/Makefile |3 +++ > common/cmd_scsi.c |2 ++ > common/spl/Makefile |1 + > common/spl/spl.c |5

[U-Boot] [uBoot 1/2] common: spl: Add spl sata boot support

2014-01-28 Thread Dan Murphy
Add spl_sata to read a fat partition from a bootable SATA drive. Signed-off-by: Dan Murphy --- common/Makefile |3 +++ common/cmd_scsi.c |2 ++ common/spl/Makefile |1 + common/spl/spl.c |5 + common/spl/spl_sata.c | 51 +