Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-25 Thread Eric Nelson
On 03/26/2012 09:59 AM, Eric Nelson wrote: On 03/26/2012 06:42 AM, Stefano Babic wrote: On 26/03/2012 15:35, Eric Nelson wrote: On 03/26/2012 01:35 AM, Stefano Babic wrote: On 26/03/2012 01:00, Eric Nelson wrote: V2 has been stripped of the board-independent changes and +#ifde

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-03-26 Thread Eric Nelson
On 03/26/2012 06:42 AM, Stefano Babic wrote: On 26/03/2012 15:35, Eric Nelson wrote: On 03/26/2012 01:35 AM, Stefano Babic wrote: On 26/03/2012 01:00, Eric Nelson wrote: V2 has been stripped of the board-independent changes and +#ifdef CONFIG_CMD_SATA + +int setup_sata(void) +{ +

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-03-26 Thread Stefano Babic
On 26/03/2012 15:35, Eric Nelson wrote: > On 03/26/2012 01:35 AM, Stefano Babic wrote: >> On 26/03/2012 01:00, Eric Nelson wrote: >>> V2 has been stripped of the board-independent changes and >>> uses clrsetbits_le32() instead of twiddling bits by hand. >>> >>> Signed-off-by: Eric Nelson >>> --- >>

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-03-26 Thread Eric Nelson
On 03/26/2012 01:35 AM, Stefano Babic wrote: On 26/03/2012 01:00, Eric Nelson wrote: V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. Signed-off-by: Eric Nelson --- Hi Eric, board/freescale/mx6qsabrelite/mx6qsabrelite.c |

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-03-26 Thread Stefano Babic
On 26/03/2012 01:00, Eric Nelson wrote: > V2 has been stripped of the board-independent changes and > uses clrsetbits_le32() instead of twiddling bits by hand. > > Signed-off-by: Eric Nelson > --- Hi Eric, > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 32 > + > i

[U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-03-25 Thread Eric Nelson
V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. Signed-off-by: Eric Nelson --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 32 + include/configs/mx6qsabrelite.h | 13 ++ 2 fi