Re: [U-Boot] [uBoot 2/2] ARM: O5/dra7xx: Add SATA boot support

2014-01-29 Thread Roger Quadros
Hi Dan, On 01/28/2014 10:01 PM, Dan Murphy wrote: Add the SATA boot support for OMAP5 and dra7xx. Renamed the omap_sata_init to the common init_sata(int dev) for commonality in with sata stack. Added the ROM boot device ID for SATA. Signed-off-by: Dan Murphy dmur...@ti.com ---

Re: [U-Boot] [uBoot 2/2] ARM: O5/dra7xx: Add SATA boot support

2014-01-29 Thread Dan Murphy
Roger On 01/29/2014 03:03 AM, Roger Quadros wrote: Hi Dan, On 01/28/2014 10:01 PM, Dan Murphy wrote: Add the SATA boot support for OMAP5 and dra7xx. Renamed the omap_sata_init to the common init_sata(int dev) for commonality in with sata stack. Added the ROM boot device ID for SATA.

[U-Boot] [uBoot 2/2] ARM: O5/dra7xx: Add SATA boot support

2014-01-28 Thread Dan Murphy
Add the SATA boot support for OMAP5 and dra7xx. Renamed the omap_sata_init to the common init_sata(int dev) for commonality in with sata stack. Added the ROM boot device ID for SATA. Signed-off-by: Dan Murphy dmur...@ti.com --- arch/arm/cpu/armv7/omap-common/sata.c |3 ++-