[U-Boot] [PATCH v4 12/15] x86: crownbay: Add SDHCI support

Simon Glass sjg at chromium.org
Wed Dec 17 15:56:59 CET 2014


On 17 December 2014 at 00:50, Bin Meng <bmeng.cn at gmail.com> wrote:
> There are two standard SD card slots on the Crown Bay board, which
> are connected to the Topcliff PCH SDIO controllers. Enable the SDHC
> support so that we can use them.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - Use ARRAY_SIZE(mmc_supported) instead of 2
> - Check return value of add_sdhci()
>
>  arch/x86/cpu/queensbay/Makefile   |  2 +-
>  arch/x86/cpu/queensbay/topcliff.c | 47 +++++++++++++++++++++++++++++++++++++++
>  include/configs/crownbay.h        |  6 +++++
>  3 files changed, 54 insertions(+), 1 deletion(-)
>  create mode 100644 arch/x86/cpu/queensbay/topcliff.c

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list