
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/18/2013 06:31 AM, Enric Balletbo Serra wrote:
Hi Roger,
2013/12/4 Tom Rini trini@ti.com:
On Mon, Nov 11, 2013 at 04:56:36PM +0200, Roger Quadros wrote:
Hi,
This series adds SATA support for OMAP5 uevm and DRA7 evm.
Patches are also availabe at git@github.com:rogerq/u-boot.git sata
v3:
- get rid of custom perror() macro, use printf
- Fixed coding sytle issues
v2:
- Address review comments in the RFC series
- Fix cache align error in the ahci driver
- Added dra7 support
cheers, -roger
Roger Quadros (8): ahci: Error out with message on malloc() failure ahci: Fix cache align error messages ARM: OMAP5: Add Pipe3 PHY driver ARM: OMAP5: Add PRCM and Control information for SATA ARM: OMAP5: Add SATA platform glue ARM: omap5_uevm: Add SATA support ARM: DRA7xx: Add PRCM and Control information for SATA ARM: dra7_evm: Add SATA support
Applied to u-boot-ti/master, thanks!
Now that this will go to mainline, I wonder to know if there is any plan to add SPL support to boot from SATA ?
I've talked ever so briefly with Dan Murphy about this because his series that adds USB host support gets us ever further towards SATA SPL support as both talk in block_dev_desc_t. I don't think anyone is working on this today, but my gut says it shouldn't be too hard to add on top.
- -- Tom