[U-Boot] [PATCH v3 0/8] SATA support for omap5_uevm and dra7_evm
Roger Quadros
rogerq at ti.com
Mon Nov 11 15:56:36 CET 2013
Hi,
This series adds SATA support for OMAP5 uevm and DRA7 evm.
Patches are also availabe at
git at 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
arch/arm/cpu/armv7/omap-common/Makefile | 5 +
arch/arm/cpu/armv7/omap-common/pipe3-phy.c | 231 +++++++++++++++++++++++++++++
arch/arm/cpu/armv7/omap-common/pipe3-phy.h | 36 +++++
arch/arm/cpu/armv7/omap-common/sata.c | 75 ++++++++++
arch/arm/cpu/armv7/omap5/prcm-regs.c | 7 +
arch/arm/include/asm/arch-omap5/clock.h | 3 +
arch/arm/include/asm/arch-omap5/omap.h | 3 +
arch/arm/include/asm/arch-omap5/sata.h | 48 ++++++
arch/arm/include/asm/omap_common.h | 2 +
board/ti/dra7xx/evm.c | 7 +
board/ti/omap5_uevm/evm.c | 7 +
drivers/block/ahci.c | 18 ++-
include/configs/dra7xx_evm.h | 11 ++
include/configs/omap5_uevm.h | 10 ++
14 files changed, 457 insertions(+), 6 deletions(-)
create mode 100644 arch/arm/cpu/armv7/omap-common/pipe3-phy.c
create mode 100644 arch/arm/cpu/armv7/omap-common/pipe3-phy.h
create mode 100644 arch/arm/cpu/armv7/omap-common/sata.c
create mode 100644 arch/arm/include/asm/arch-omap5/sata.h
--
1.8.3.2
More information about the U-Boot
mailing list