[U-Boot] [PATCH V4 0/3] Add support for the MMC device to the vexpress
matt.waddel at linaro.org
matt.waddel at linaro.org
Sat Apr 16 23:54:05 CEST 2011
From: Matt Waddel <matt.waddel at linaro.org>
These patches add support for the ARM PrimeCell PL180 MultiMedia Interface.
The Versatile Express was the test platform for these changes.
---
Change log:
v2 - Rename patch items to a more descriptive name (ie. mmci -> arm_mmci)
Fixed conflicting fuction call and added prototype to arm_mmci.h
v3 - Rename patch items (arm_mmci -> arm_pl180_mmci)
(Note: Patch 1/3 still did not change with these corrections)
v4 - Removed convert_from_bytes_to_power_of_two() routine and used generic ffs
call instead. (Feedback from Andy Fleming.)
Matt Waddel (3):
MMC: Max blocks value adjustable
MMC: Add support for PL180 ARM mmc device
ARMV7: Vexpress: Add MMC support
board/armltd/vexpress/ca9x4_ct_vxp.c | 9 +
drivers/mmc/Makefile | 1 +
drivers/mmc/arm_pl180_mmci.c | 441 ++++++++++++++++++++++++++++++++++
drivers/mmc/arm_pl180_mmci.h | 183 ++++++++++++++
drivers/mmc/mmc.c | 19 +-
include/configs/ca9x4_ct_vxp.h | 4 +
6 files changed, 647 insertions(+), 10 deletions(-)
create mode 100644 drivers/mmc/arm_pl180_mmci.c
create mode 100644 drivers/mmc/arm_pl180_mmci.h
--
1.7.4.1
More information about the U-Boot
mailing list