summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/queensbay/topcliff.c
Commit message (Collapse)AuthorAgeLines
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-06-30/+3
| | | | | | | | | | | | Since these board functions seem to be the same for all boards which use FSP, move them into a common file. We can adjust this later if future FSPs need more flexibility. This creates a generic PCI MMC device. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
* x86: crownbay: Add SDHCI supportBin Meng2014-12-18-0/+47
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@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>