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 snip +#ifdef

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 eric.nel...@boundarydevices.com --- Hi Eric, board/freescale/mx6qsabrelite/mx6qsabrelite.c | 32

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 Nelsoneric.nel...@boundarydevices.com --- Hi Eric,

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

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 snip +#ifdef CONFIG_CMD_SATA + +int setup_sata(void) +{ +

[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 eric.nel...@boundarydevices.com --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 32 + include/configs/mx6qsabrelite.h