]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: mmc: Move common FSP functions into a common file
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:39 +0000 (22:13 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:09 +0000 (12:59 +0200)
commite0995ca877d596d2a94864d7b84444931d8e67d6
treedff0fba1d8bfce34956c9a63bb36988752b8b615
parenta2ed483f706d8b3cab6d09b41effd91d80a4450b
x86: mmc: Move common FSP functions into a common file

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>
arch/x86/cpu/queensbay/tnc.c
arch/x86/cpu/queensbay/tnc_pci.c
arch/x86/cpu/queensbay/topcliff.c
arch/x86/lib/fsp/Makefile
arch/x86/lib/fsp/fsp_common.c [new file with mode: 0644]
drivers/mmc/Makefile
drivers/mmc/pci_mmc.c [new file with mode: 0644]
include/mmc.h